]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephfs: provide additional volume details on Windows
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 8 Mar 2021 14:25:25 +0000 (14:25 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 1 Apr 2021 06:15:19 +0000 (06:15 +0000)
commit8a190816947b414366f5e1c6fac36ce0954f80d8
tree883c839bc58052c197259dadfd7cfe2824a5602a
parentcd9b098afd2d6af3c097c9f79a6a3f924de9e02b
cephfs: provide additional volume details on Windows

At the moment, the Windows volume name and serial number are hardcoded.

This change makes the volume name configurable, defaulting to "Ceph"
or "Ceph - <fs_name>". This makes it easier to identify Ceph mounts.

At the same time, we're going to retrieve the Ceph filesystem identifier
instead of using the hardcoded value.

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