| **cephadm** **run** [-h] --name NAME --fsid FSID
| **cephadm** **shell** [-h] [--fsid FSID] [--name NAME] [--config CONFIG]
- [--keyring KEYRING] [--env ENV]
+ [--keyring KEYRING] [--mount MOUNT] [--env ENV]
[--] [command [command ...]]
| **cephadm** **enter** [-h] [--fsid FSID] --name NAME [command [command ...]]
* [--name NAME, -n NAME] daemon name (type.id)
* [--config CONFIG, -c CONFIG] ceph.conf to pass through to the container
* [--keyring KEYRING, -k KEYRING] ceph.keyring to pass through to the container
+* [--mount MOUNT, -m MOUNT] mount a file or directory under /mnt in the container
* [--env ENV, -e ENV] set environment variable
help='ceph.keyring to pass through to the container')
parser_shell.add_argument(
'--mount', '-m',
- help='file or directory path that will be mounted in container /mnt')
+ help='mount a file or directory under /mnt in the container')
parser_shell.add_argument(
'--env', '-e',
action='append',