]> git.apps.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>
Tue, 20 Apr 2021 15:39:11 +0000 (15:39 +0000)
commit50eca706ba8869132cf5987c99ea00c475e83102
tree30fb17b87d3443cdfbbaf65dd2a3d76de313ecbc
parent502240a8bd669c783b88e2056cd7f8d308966303
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>
(cherry picked from commit cd9b098afd2d6af3c097c9f79a6a3f924de9e02b)
doc/cephfs/ceph-dokan.rst
src/dokan/ceph_dokan.cc
src/dokan/ceph_dokan.h
src/dokan/options.cc