Hi! I tried creating a ZFS (raidz2) and a datastore via the GUI. It just fails with unknown error.
All disks are initialized with GPT and should be "ready" for ZFS. After issueing the corresponding command via shell,
So, the sizes do vary a bit. How to deals with this? Is it safe to force the creation with "-f"?
Thanks for any help with this!
All disks are initialized with GPT and should be "ready" for ZFS. After issueing the corresponding command via shell,
proxmox-backup-manager disk zpool create backupz2 --add-datastore --devices sdc,sdd,sde,sdf,sdg,sdh,sdi,sdj,sdk,sdl,sdm,sdn --raidlevel raidz2
there is an error which says: "raidz contains devices of different sizes"
Code:
proxmox-backup-manager disk zpool create backupz2 --add-datastore --devices sdc,sdd,sde,sdf,sdg,sdh,sdi,sdj,sdk,sdl,sdm,sdn --raidlevel raidz2
create RaidZ2 zpool 'backupz2' on devices 'sdc,sdd,sde,sdf,sdg,sdh,sdi,sdj,sdk,sdl,sdm,sdn'
# "zpool" "create" "-o" "ashift=12" "-m" "/mnt/datastore/backupz2" "backupz2" "raidz2" "sdc" "sdd" "sde" "sdf" "sdg" "sdh" "sdi" "sdj" "sdk" "sdl" "sdm" "sdn"
TASK ERROR: command "zpool" "create" "-o" "ashift=12" "-m" "/mnt/datastore/backupz2" "backupz2" "raidz2" "sdc" "sdd" "sde" "sdf" "sdg" "sdh" "sdi" "sdj" "sdk" "sdl" "sdm" "sdn" failed - status code: 1 - invalid vdev specification
use '-f' to override the following errors:
raidz contains devices of different sizes
So, the sizes do vary a bit. How to deals with this? Is it safe to force the creation with "-f"?
Thanks for any help with this!