[SOLVED] HA-storeage and replication

johnw40223

Member
Mar 17, 2021
10
0
21
41
i am doing HA storage and named it tank then made a directory to tank named HA-Storage when i make replication job i get (missing replicate feature on volume 'HA-storage:100/vm-100-disk-0.raw' (500))

i have 6 nodes but only 5 with two 4TB drive in them and i made them a ZFS with this command:
zpool create tank /dev/sda /dev/sdc

they are all in a cluster not sure whats going on
 
Right, the file name from the first post suggests that the HA-storage was as a Directory type storage not as a ZFS type storage.
 
The Directory storage type can be any directory, so it does not support replication. The implementation for that storage type needs to only do operations that will work on any directory. You should always add a ZFS storage as type ZFS, because then Proxmox knows it's ZFS and can make use of all the ZFS features and operations.
 
  • Like
Reactions: Johannes S