Notifications
Clear all
Topic starter
10/06/2023 21:17
Hi everyone, I'm trying to create a secondary volume on carbonio CE, but I'm unable to do it. Reading documentation, says that a bucket is needed, but no option to create it.
I'm using version 23.9
Any ideas?
Thanks!
10/08/2023 20:41
I do it using cli command zmvolume as follows.
To create a volume:
zmvolume -a -n volume_name -t primaryMessage -p /volume/path -c false
To list volumes so I can get this new volume's ID
zmvolume -l
To set that volume as the active one:
zmvolume -sc -id VOL_ID
Enjoy!