winnielinnie
MVP
- Joined
- Oct 22, 2019
- Messages
- 3,641
Hold on. Did your original pool also use a "special" vdev and/or metadata vdev?
If it's not due to using any special vdevs on the original pool, and you can't even create a new user key, I'm running out of ideas. This is not looking good.no, it was a single vdev, no ZLOG or Caching or whatsoever. just Nested Datasets and (on the main) two ZVOLs for iSCSI.
If it's RAIDZ2, then losing 2 drives means you can still resilver the missing two drives with new ones. Losing 2 drives in a RAIDZ2 vdev won't fail the pool.It seems that I won the lottery ticket this weekend, as my primary NAS system failed due to power outage and two disks in a raid-z2 died.
I have to run now, but I would try to ping someone who is more versed in low-level ZFS.I have also indeed the feeling that this is going to be a pretty much game over scenario, as I don't really believe in miracles.
I'm seriously out of ideas.scrub was completed without errors.
root@fremen[/mnt]# zfs set mountpoint=/test Backup/valhalla cannot mount 'Backup/valhalla': Permission denied property may be set but unable to remount filesystem
NAME USED AVAIL REFER MOUNTPOINT Backup 3.66T 3.48T 307K /mnt/Backup Backup/barbora 5.69G 3.48T 5.68G /mnt/mnt/test Backup/synthing 40.7G 3.48T 40.7G /mnt/syncthing Backup/valhalla 2.96T 3.48T 2.80T /mnt/test Backup/vmbkp 663G 3.48T 264G /mnt/Backup/vmbkp
root@fremen[/mnt/Backup]# mkdir test mkdir: cannot create directory ‘test’: Operation not permitted
/mnt/Backup
?/mnt/Backup
after it's mounted?root@fremen[/mnt]# ls -l total 28 drwxr-xr-x 4 root root 4 Nov 27 12:43 Backup root@fremen[/mnt/Backup]# ls -l total 27 drwxr-xr-x 2 root root 2 Dec 4 10:12 valhalla drwxr-xr-x 2 root root 2 Nov 27 12:43 vmbkp
root@fremen[/mnt/Backup/valhalla]# ls -l total 0 root@fremen[/mnt/Backup/vmbkp]# ls -ls total 0 root@fremen[/mnt/Backup/vmbkp]#
root@fremen[/mnt/Backup]# touch test touch: cannot touch 'test': Operation not permitted root@fremen[/mnt/Backup]# mkdir test mkdir: cannot create directory ‘test’: Operation not permitted root@fremen[/mnt/Backup]#
There should be no folders within /mnt/Backupthose 2 folders only exisit under /mnt/backup
Because you're trying to do it while still in the mount's path.btw, I cannot unmount Backup because it will complain that it is busy
root@fremen[/mnt/Backup]# rmdir valhalla rmdir: failed to remove 'valhalla': Operation not permitted root@fremen[/mnt/Backup]# rmdir vmbkp rmdir: failed to remove 'vmbkp': Operation not permitted