@vimanuelt @ericbsd
EXPERIMENT WITH at Devuan(OpenZFS 2.1) and import pool from GhostBSD(OpenZFS 2.2)
root@devuan:/home/freeartist-devuan/Downloads/zfs# zfs version
zfs-2.1.11-1+deb12u1
zfs-kmod-2.1.11-1+deb12u1
root@devuan:/home/freeartist-devuan/Downloads/zfs#
root@devuan:/home/freeartist-devuan/Downloads/zfs# zpool import
pool: zroot
id: 16114756010544144606
state: UNAVAIL
status: The pool uses the following feature(s) not supported on this system:
com.klarasystems:vdev_zaps_v2
action: The pool cannot be imported. Access the pool on a system that supports
the required feature(s), or recreate the pool from backup.
config:
zroot UNAVAIL unsupported feature(s)
ata-ST3160310CS_9TS11TEW ONLINE
root@devuan:/home/freeartist-devuan/Downloads/zfs#
So i can presume that previous my fault with wiped zfs not related with version of zfs?
UPD
Here history of commands that i did before, what command from this list can did harm of my previous installed zfs disk?
root@devuan:/home/freeartist-devuan/Downloads/zfs# history | grep zroot
138 zpool export zroot
144 zpool import zroot -o readonly=on
151 sudo zpool create zroot sdb2
152 sudo zpool create zroot sdd2
154 sudo zpool create zroot sdb2
155 sudo zpool create zroot sdb2 -f
159 zpool import -R /mnt zroot
162 mount -t zfs pool/zroot/dataset /mnt
163 mount -t zfs pool/zroot /mnt
164 mount -t zfs zroot /mnt
168 zpool import -R /mnt zroot
173 zpool import -R /mnt -f zroot
175 zpool export -af zroot
176 zpool export zroot
178 zpool import -R /mnt -f zroot
183 ls zroot
184 ls /zroot
187 ls /zroot
189 zfs mount zroot
191 zfs mount zroot
192 zfs remount zroot
193 zfs umount zroot
194 zfs remount zroot
195 zfs mount zroot
197 ls /zroot
200 zfs zroot
203 zpool export zroot
206 zpool import -R /mnt zroot
211 zpool export zroot
212 zfs set mountpoint=none zroot/ROOT
216 zfs set mountpoint=none zroot/ROOT
217 zfs set mountpoint=none zroot/ROOT
220 zpool export zroot
221 sudo zfs set mountpoint=/mnt/zfs/ROOT zroot/ROOT/default
223 zfs get mountpoint,mounted zroot -t filesystem -r
225 sudo zfs get mountpoint,mounted zroot -t filesystem -r
226 zfs inherit mountpoint zroot/usr/home
227 zfs inherit -r mountpoint zroot
229 zpool export zroot
231 sudo zfs get mountpoint,mounted zroot -t filesystem -r
233 sudo zfs get mountpoint,mounted zroot -t filesystem -r
235 ls /mnt/zroot
237 zpool export zroot
263 zpool set bootfs=zroot/root/zroot
264 zpool set bootfs=zroot/root zroot
266 zpool export zroot
267 zpool import -R /mnt -o cachefile=/boot/zfs/zpool.cache zroot
270 zpool import -N -f zroot
271 zpool export zroot
272 zpool import -N -f zroot
281 zpool export zroot
288 sudo zpool import -o readonly=on zroot
289 sudo zpool status zroot
291 sudo zfs list -t snapshot -r zroot/ROOT
294 sudo zpool export zroot
307 zpool import -af zroot
308 zpool -af import zroot
309 zpool import zroot
310 zpool -f import zroot
311 zpool import -f zroot
313 sudo zfs mount zroot/ROOT/default
314 zpool import -o altroot=/mnt -Nf zroot
318 zpool export zroot
319 zpool import -R /mnt zroot
321 zpool import -R /mnt zroot
322 zpool import -R /mnt zroot_tmp
323 zpool export zroot
324 zpool import -f zroot
326 zfs get all zroot |grep mountpoint
328 zfs set mountpoint=legacy zroot
329 mount -t zfs zroot /mnt
331 zpool export zroot
351 zpool import zroot
352 zpool import -f zroot /mnt
353 zpool import -f /mnt zroot
354 zpool import -f zroot
360 zdb -e zroot
362 zdb -e zroot
363 zdb -e zroot > zoot.txt
365 zpool export zroot
366 zpool -f export zroot
367 zpool umount zroot
368 zpool umount zroot
369 zpool export zroot
371 zpool export -ad zroot
372 zpool export -af zroot
373 zpool export -f zroot
376 zpool export -f zroot
377 zpool -f export zroot
378 zpool export zroot
379 zpool export zroot
383 zpool export zroot
385 zfs umount zroot
386 umount zroot
388 umount -r zfs zroot
395 umount -l zroot
397 zfs umount zroot/ROOT/default
400 zfs umount zroot/tmp
401 zfs umount zroot/var/log
402 zfs umount -f zroot/var/log
406 zpool export zroot
411 zfs umount -f zroot/var/log
416 zpool export -f zroot
417 zpool export -F zroot
418 lsof | grep zroot
421 zpool export zroot
423 sudo zpool status zroot
425 sudo zfs mount zroot/ROOT/default
427 sudo zfs mount zroot/ROOT/default /mnt
431 zfs -fa umount zfs zroot
432 zfs -fa umount zroot
433 zfs -fa umount zroot
451 mount | grep zroot
452 zfs -fa umount zroot/gome
453 zfs -fa umount zroot/home
455 zfs -fa umount zroot/home
456 zfs -f umount zroot/home
457 zfs -f umount zroot
458 mount | grep zroot
459 zfs -f umount zroot/ROOT/default
466 zfs -f umount zroot/ROOT/default
467 zfs -f umount zroot/ROOT/
468 zfs -f umount zroot
469 zfs -f umount zroot/home
473 zfs set canmount=noauto zroot
474 zfs set canmount=noauto zroot
476 zpool export zroot
478 zfs set canmount=noauto zroot
480 zpool export zroot
500 zpool import -o readonly=on zroot
501 zpool import -o -f readonly=on zroot
503 zpool import -o -f readonly=on zroot
504 zpool import -f zroot
505 history | grep zroot
root@devuan:/home/freeartist-devuan/Downloads/zfs#