]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephfs: add ceph-dokan unmap command
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 8 Mar 2021 10:44:37 +0000 (10:44 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 1 Apr 2021 06:14:49 +0000 (06:14 +0000)
commitcd9b098afd2d6af3c097c9f79a6a3f924de9e02b
tree94a83bc4abcb46054dbeba477482afd64c78b3b3
parentad59f0144084ddad5a804bf51eca43873e5a1af9
cephfs: add ceph-dokan unmap command

At the moment, Windows CephFS mounts can only be removed by
terminating the daemon (e.g. sending CTRL-C) or through the
Windows mount manager if the "-o -m" parameters were passed
when the mapping was created.

This change adds the "ceph-dokan unmap" command, which takes
the mountpoint as input.

Fixes: https://tracker.ceph.com/issues/49662
Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
doc/cephfs/ceph-dokan.rst
src/dokan/ceph_dokan.cc
src/dokan/ceph_dokan.h
src/dokan/options.cc