Hi -
I started to use ZFS only a couple of days ago. The server is not in productive usage, yet.
Thus I do have some time to "play" with ZFS features that are new to me.
I did notice a weird behavior with zfs create -o copies=2 zpool/etc recently:
1) I did copy /etc files from another server into that zpool/etc with copies set to 2
2) Thereafter, I did modify /etc/rc.conf to enable some more services
3) Those newly enabled services did not start at boot time :-(
4) Therefore I did save all zpool/etc files, destroyed zpool/etc, and restored all files into a regular /etc directory
5) Now, all those newly enabled services start as expected
Hmm, weird. Looks as if "the old copy of both" has been used at boot time. But I cannot believe that.
Has someone seen something comparable before? Bug, feature, bad luck, plain weirdness, ...?
I started to use ZFS only a couple of days ago. The server is not in productive usage, yet.
Thus I do have some time to "play" with ZFS features that are new to me.
I did notice a weird behavior with zfs create -o copies=2 zpool/etc recently:
1) I did copy /etc files from another server into that zpool/etc with copies set to 2
2) Thereafter, I did modify /etc/rc.conf to enable some more services
3) Those newly enabled services did not start at boot time :-(
4) Therefore I did save all zpool/etc files, destroyed zpool/etc, and restored all files into a regular /etc directory
5) Now, all those newly enabled services start as expected
Hmm, weird. Looks as if "the old copy of both" has been used at boot time. But I cannot believe that.
Has someone seen something comparable before? Bug, feature, bad luck, plain weirdness, ...?