> --
> To post to this group, send email to zfs-...@googlegroups.com
> To visit our Web site, click on http://zfs-fuse.net/
cannot import 'tank': pool is formatted using a newer ZFS version
:-O
Could you recheck that?
Otherwise,
# zpool get version tank
please report back
now i reinstall the patched one and than i report the resulting
string.
On 26 Gen, 19:15, sgheeren <sghee...@hotmail.com> wrote:
L0cutus wrote:Oh my god, you had me blindsided for a moment. I didn't know/realize that L0cutus == Stefano Z.
no way to check the pool version with your patched version, unable to import so unable to get version :-(
> > # zfs list -o name,mounted,canmount,mountpoint > > NAME MOUNTED CANMOUNT MOUNTPOINT > > tank no on / > > tank/homefs no on /home What is the mount point of tank? Could anything be successfully mounted on / ? All answers mailed before noon will automatically participate in the draw. $0.02 PS. hint 'zfs set mountpoint=/somethingsilly tank'
Sean
;-)
> (b) there could be a problem hidden in your pools. Did I ask for the
> output of
> # zpool get all tank; zfs get all -r tank
> perhaps also post /etc/fstab
On 27 Gen, 03:03, sgheeren <sghee...@hotmail.com> wrote:
> PLEASE DISREGARD PREVIOUS POST
lol
> What is the mount point of tank?
> Could anything be successfully mounted on / ?
hehe you are right, but i'm having several difficulties to 'think in
zfs mode', snapshot,pool etc...
i definitely need a good tutorial ;-)
I see you fixed the mountpoints. Did that work for your pool re-import?
Please post /etc/zfs/zfsrc and /etc/fstab? Perhaps something wrong with
the permissions on /var/lib/? You might be running some kind of enhanced
security mode (SELinux, Hardened what-not) that you could consider
disabling for a moment?
http://dpaste.com/hold/151123/
var/lib:
drwxr-xr-x 33 root root 4096 27 gen 11:59 lib
var/lib/zfs
drwx------ 2 root root 4096 27 gen 12:13 zfs
root ~ # ls -la /var/lib/zfs/
totale 12
drwx------ 2 root root 4096 27 gen 12:13 .
drwxr-xr-x 33 root root 4096 27 gen 11:59 ..
-rw-r--r-- 1 root root 1128 27 gen 12:13 zpool.cache
>You might be running some kind of enhanced
> security mode (SELinux, Hardened what-not) that you could consider
> disabling for a moment?
none that i know :-(
hostid
you should see the output NOT change.
If it changes, you have exactly the same problem I had.
zhome -> pool created by official 0.60 version
demop -> pool created by your patched version
root ~ # zpool get version zhome
NAME PROPERTY VALUE SOURCE
zhome version 22 default
root ~ # zpool get version demop
NAME PROPERTY VALUE SOURCE
demop version 16 local
is ok that your patched version create a version pool older than the
official one ?!?
this what i do to download/compile the patched version (from the
package i've made for my archlinux distro)
[...]
_gitroot="http://git.zfs-fuse.net/official"
build() {
cd ${srcdir}
msg "Connecting to GIT server...."
git clone ${_gitroot}
#--- to get 0.61 version
cd ${srcdir}/official
git checkout origin/critical
#---
cd ${srcdir}/official/src || return 1
scons debug=0 || return 1
scons debug=0 install install_dir=$startdir/pkg/usr/sbin man_dir=
$startdir/pkg/usr/share/man/man8
install -D -m755 ${startdir}/zfs-fuse ${pkgdir}/etc/rc.d/zfs-fuse
}
[...]
On 26 Gen, 19:15, sgheeren <sghee...@hotmail.com> wrote:
- your pool doesnot autoimport;
Q.: after boot with standard init scripts, 'zpool list -H|wc -l'
returns 0?
- I asked you to fix the mountpoint properties (so that tank does not
try to go on /)
Q.: did that help at all? (please test again with zpool list
after normal boot)
The _reason_ I'm asking you to try the stable version is to see whether
the fact that pools don't autoimport was actually a regression of sorts.
If I could reproduce your problem, or I would test this myself.
Now to address your confusion:
------------------------------
I'm telling one more time: your 'official' one is the master branch
(i.e. bleeding edge, trunk, unstable, tip, HEAD or whatever you like to
call that).
The hotfix is relative to the _stable_ 0.6.0 release. So, yes, that is
older. The hotfixes /per se/ are not of interest to your situation. All
the (interesting) fixes in critical _are_ already in master anyway. So
you need not worry about that.
Some relevant quotes from earlier posts in this thread:
> That seems epxected, unless you were actually running the release 0.6.0
> (which this hotfix applies to)
You told me you were running unstable, so that was expected
> n that case, there are two roads
>
>
> (a) you'll have to test with a different pool for the purpose.
>
> # zpool create -o version=13 test ....
I hoped that would make it abundantly clear that you needed to go back
to older pool versions in order to test with the 0.6.n releases.
now tank doesn't exists anymore, now my /home is located on the
primary
ssd disk of my netbook (before (tank) was located on a temporary usb
hd)
now my home is this:
root ~ # zpool list
NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
zhome 17,8G 9,07G 8,68G 51% 1.00x ONLINE -
now, if now i reboot my system (so no zpool export zhome given), in
the net boot
my home was NOT automatically remounted EVEN if the command:
"zpool list" show the pool was reimported and "zfs list" show :
root ~ # zfs get name,canmount,mounted,mountpoint
NAME PROPERTY VALUE SOURCE
zhome name zhome -
zhome canmount on default
zhome mounted no -
zhome mountpoint /zhomeroot local
zhome/homezfs name zhome/homezfs -
zhome/homezfs canmount on default
zhome/homezfs mounted no -
zhome/homezfs mountpoint /home local
the mount command show that my /home isn't mount.
> The _reason_ I'm asking you to try the stable version is to see whether
> the fact that pools don't autoimport was actually a regression of sorts.
> If I could reproduce your problem, or I would test this myself.
> Now to address your confusion:
> ------------------------------
> I'm telling one more time: your 'official' one is the master branch
> (i.e. bleeding edge, trunk, unstable, tip, HEAD or whatever you like to
> call that).
> The hotfix is relative to the _stable_ 0.6.0 release. So, yes, that is
> older. The hotfixes /per se/ are not of interest to your situation. All
> the (interesting) fixes in critical _are_ already in master anyway. So
> you need not worry about that.
harrrggghh you mean that :
http://zfs-fuse.net/releases/0.6.0/zfs-fuse-0.6.0.tar.bz2 is NOT
the same that:
git clone http://git.zfs-fuse.net/official ?!?!?
if so,i have misunderstand that 'Official' term at the end of the git
cmd ;-(
> I hoped that would make it abundantly clear that you needed to go back
> to older pool versions in order to test with the 0.6.n releases.
i think yes now :)
unfortunately since my english isn't good , is very difficult to me
understand
deeply discussions, but i try my best since i WANT to use zfs at its
best ;)
thanks for your patience :)
> harrrggghh you mean that :
> http://zfs-fuse.net/releases/0.6.0/zfs-fuse-0.6.0.tar.bz2 is NOT
> the same that:
> git clone http://git.zfs-fuse.net/official ?!?!?
>
> if so,i have misunderstand that 'Official' term at the end of the git
> cmd ;-(
>
>
Not literally. git clone gives you a _repository_, not a revision.
You can
# git clone http://git.zfs-fuse.net/official
and then
# git checkout 0.6.0
or
# git checkout critical
or
# git checkout master
> thanks for your patience :)
>
>
No problem at all. We're here to help. I'm sorry if I went too quickly
before.