]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: support multiple mounts when running shell 37059/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 9 Sep 2020 08:14:33 +0000 (10:14 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 15 Sep 2020 14:44:47 +0000 (16:44 +0200)
commit3ed3cff0d0ea2744dff816270d49539fd73c1691
tree4b06fb870ba3fff1e5a3a925ac854f2e310fb30e
parentebdb8e56e55488bf2280b4da6c370936940ee554
cephadm: support multiple mounts when running shell

This commit adds the multiple mounts support when running the
interactive shell.

ie:
```
--mount /foo /bar:/bar:z
```

Keeping default destination `/mnt` when no destination is passed for
backward compatibility. In the above example `/foo` will be mounted in
`/mnt/foo` and `/bar` in `/bar`

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
doc/man/8/cephadm.rst
qa/workunits/cephadm/test_cephadm.sh
src/cephadm/cephadm