]> 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>
Tue, 20 Apr 2021 15:39:11 +0000 (15:39 +0000)
commitf29fbea082f949d0a9b2937ced5afbe491280275
treeaabe752525151d07b197fdde28e2c4486c144a31
parent50eca706ba8869132cf5987c99ea00c475e83102
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>
(cherry picked from commit 8a190816947b414366f5e1c6fac36ce0954f80d8)
src/dokan/ceph_dokan.cc
src/dokan/ceph_dokan.h
src/dokan/options.cc