]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: Give better access to the /dev in the iscsi container 36841/head
authorMatthew Oliver <moliver@suse.com>
Thu, 27 Aug 2020 02:44:40 +0000 (12:44 +1000)
committerMatthew Oliver <moliver@suse.com>
Thu, 27 Aug 2020 02:44:40 +0000 (12:44 +1000)
commit40c0d6821252e8112b655dee67d9d3eb5b7ffbff
treedf25d5ffc74afe2cfd2fbe27f7be37e4818f6bbd
parentd2a3fcc728c31b25166aeb55c99b9ccf8d4985bb
cephadm: Give better access to the /dev in the iscsi container

In testing it seems the main iscsi container's /dev related volume mount to just
/dev/log is too narrow. And in certain circumstances it needs to access
to see /dev/rbd* devices. Like if using krdb.

This patch volume mounts /dev rather then /dev/log in the main
container, but since this aligns with what we need in the tcmu-runner
container it actaully ends up simplifying the code as well.

Signed-off-by: Matthew Oliver <moliver@suse.com>
src/cephadm/cephadm