Search results

  1. B

    ZFS RAIDZ1 fails with 1 drive lost.

    Then I got: root@FS-PRX-01-17:~# zpool import -d /dev/disk/by-id/ -f RAIDZ -F cannot import 'RAIDZ': one or more devices is currently unavailable
  2. B

    ZFS RAIDZ1 fails with 1 drive lost.

    zpool import -d /dev/disk/by-id/ -f RAIDZ -F -n result in no error but still no pool available (zpool status)
  3. B

    ZFS RAIDZ1 fails with 1 drive lost.

    Gives: cannot import 'RAIDZ': one or more devices is currently unavailable
  4. B

    ZFS RAIDZ1 fails with 1 drive lost.

    Zpool status -v shows my other pools not the unavailable pool.
  5. B

    ZFS RAIDZ1 fails with 1 drive lost.

    Hi, My zfs pool is unavailble It was a 10 drive RAIDZ1 This happened when a disk failed. Trying to import it gives the following error: zpool import pool: RAIDZ id: 18225548103796699372 state: UNAVAIL status: One or more devices are missing from the system. action: The pool cannot be imported...
  6. B

    Rename Rpool

    Hi, I've create a ZFS mirror. The default name for this pool is rpool. Is there a way that I can rename it or enter it during installation?
  7. B

    [SOLVED] LXC dns from dhcp

    Thx This line worked just fine: touch /etc/.pve-ignore.resolve.conf
  8. B

    [SOLVED] LXC dns from dhcp

    Hi, is there an option to get the dns settings from the dhcp server rather than manually putting it in or using the host defaults? I've got a lot of vm's which are booted in a dmzand now. Thx for the help!