Can not add seconda...
 
Notifications
Clear all

Can not add secondary storage/bucket

2 Posts
2 Users
0 Reactions
331 Views
(@alonzo879)
Joined: 10 months ago
Posts: 1
Topic starter  

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!


   
Quote
(@anahuac)
Joined: 1 year ago
Posts: 310
 

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!

 

 


   
ReplyQuote