Hello, i have added a cluster node ( proxmox 5 no shared storage ), than i'm creating the pool:
zpool create -f -o ashift=12 STORAGE mirror /dev/sdc /dev/sdd
mountpoint '/STORAGE' exists and is not empty
use '-m' option to provide a different default
root@cvs7:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 9.79G 215G 104K /rpool
rpool/ROOT 1.28G 215G 96K /rpool/ROOT
rpool/ROOT/pve-1 1.28G 215G 1.28G /
rpool/data 96K 215G 96K /rpool/data
rpool/swap 8.50G 223G 56K -
How can i create the pool after adding the node ?
Have i to remove the node, reinstall, create the pool and than finaly add the node ?
( i have also tryed to remove the new node from the shared storage on datacenter )
Thanks!
zpool create -f -o ashift=12 STORAGE mirror /dev/sdc /dev/sdd
mountpoint '/STORAGE' exists and is not empty
use '-m' option to provide a different default
root@cvs7:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 9.79G 215G 104K /rpool
rpool/ROOT 1.28G 215G 96K /rpool/ROOT
rpool/ROOT/pve-1 1.28G 215G 1.28G /
rpool/data 96K 215G 96K /rpool/data
rpool/swap 8.50G 223G 56K -
How can i create the pool after adding the node ?
Have i to remove the node, reinstall, create the pool and than finaly add the node ?
( i have also tryed to remove the new node from the shared storage on datacenter )
Thanks!
Last edited: