Search results

  1. J

    Reverting "zfs destroy" - accidentally created dataset with existing name

    I have done that (otherwise it wouldn't show up in zpool import I think).
  2. J

    Reverting "zfs destroy" - accidentally created dataset with existing name

    I've found a txg from before the destroy took place and tried to import the pool again, but this is the result: # zpool import -N -o readonly=on -F -T 8947632 tank cannot import 'tank': one or more devices is currently unavailable The pool and all its drives are ONLINE when calling zpool...
  3. J

    Reverting "zfs destroy" - accidentally created dataset with existing name

    Hi, yesterday I installed a fresh copy of proxmox. I imported one of my zpools from my previous install just fine. I then added a new ZFS storage on top of it via the GUI - trying to recreate my directory structure as it was before, I used the same name as on the previous install. Then I...
  4. J

    [SOLVED] VM disk overwritten after migrating to new install

    this thread can be deleted, I realized what went wrong and will make a new thread with more details.
  5. J

    [SOLVED] VM disk overwritten after migrating to new install

    Hello, I just migrated my proxmox server to a new motherboard+CPU combo. I carried over the HBA and most of the HDDs from my old proxmox install. I had a Samba server LXC which had a couple of disks attached (stored on 3x4TB drives in RAIDZ1), totalling about 5TB of data. Since the data was not...