Create ZFS: Task failed - unknown

Deafboy

Renowned Member
Jan 25, 2010
12
1
68
Executing the command manually reveals the reason:

root@box:/var/log/proxmox-backup/tasks# proxmox-backup-manager disk zpool create zpool1 --devices sdb,sdc,sdd --raidlevel raidz --add-datastore create RaidZ zpool 'zpool1' on devices 'sdb,sdc,sdd' # "zpool" "create" "-o" "ashift=12" "-m" "/mnt/datastore/zpool1" "zpool1" "raidz" "sdb" "sdc" "sdd" TASK ERROR: command "zpool" "create" "-o" "ashift=12" "-m" "/mnt/datastore/zpool1" "zpool1" "raidz" "sdb" "sdc" "sdd" failed - status code: 1 - invalid vdev specification use '-f' to override the following errors: /dev/sdb contains a corrupt primary EFI label. /dev/sdd contains a corrupt primary EFI label. root@box:/var/log/proxmox-backup/tasks#
 

Attachments

  • raidz_create.png
    raidz_create.png
    54.5 KB · Views: 20
  • raidz_create2.png
    raidz_create2.png
    19.7 KB · Views: 20
Hi, did you initialize the disks with GPT? (Use fdisk on the devices and press g and w.)