Hello all,
i have a ceph storage and created a ceph pool on my cluster with the name ceph-replicate.
Now I want that multiple LXC linux container can access the same storage. I thought maybe I can do this with the pct set command. Could this work?
pct set <container_id> --mp0 cephool_name,/mnt/ceph
I tried:
pct set 107 --mp1 ceph:ceph-replicate,/mnt/files
I get:
---------
400 Parameter verification failed.
mp1: invalid format - duplicate key in comma-separated list property: volume
pct set <vmid> [OPTIONS]
---------
Not sure if the syntax is wrong or that this is not working and I need to create a container which have samba and nfs share to provide the storage to all other container.
Best
i have a ceph storage and created a ceph pool on my cluster with the name ceph-replicate.
Now I want that multiple LXC linux container can access the same storage. I thought maybe I can do this with the pct set command. Could this work?
pct set <container_id> --mp0 cephool_name,/mnt/ceph
I tried:
pct set 107 --mp1 ceph:ceph-replicate,/mnt/files
I get:
---------
400 Parameter verification failed.
mp1: invalid format - duplicate key in comma-separated list property: volume
pct set <vmid> [OPTIONS]
---------
Not sure if the syntax is wrong or that this is not working and I need to create a container which have samba and nfs share to provide the storage to all other container.
Best