Hello,
I need to use RBDs with custom object size different from the default 25 (4MB).
While it is possible to create it via command prompt:
i don't know how to import it to make it available in LXC in some mount point?
I need to use RBDs with custom object size different from the default 25 (4MB).
While it is possible to create it via command prompt:
Bash:
rbd -p poolName create vm-297-disk-1 --size 16G --object-size 16K
i don't know how to import it to make it available in LXC in some mount point?