Skip to content

Commit 8890c0f

Browse files
committed
Merge PR ceph#62359 into main
* refs/pull/62359/head: doc: add clarification note on how charmap is applied Reviewed-by: Anthony D Atri <[email protected]> Reviewed-by: Zac Dover <[email protected]>
2 parents 52ab44a + 37b7058 commit 8890c0f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/cephfs/charmap.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Note the following restrictions on manipulating any of these extended attributes
3333
New subdirectories created under a directory with a ``charmap`` configuration will
3434
inherit (copy) the parent's configuration.
3535

36+
.. note:: The charmap configuration applies only to the entries in the
37+
directory not the name of the directory itself.
38+
3639
.. note:: You can remove a ``charmap`` on a subdirectory which inherited
3740
the configuration so long as the preconditions apply: it is empty
3841
and not part of an existing snapshot.
@@ -101,10 +104,10 @@ configuration.
101104
Case Folding
102105
------------
103106

104-
The ``ceph.dir.casesensitive`` attribute accepts a boolean value. By
105-
default, names are case-sensitive (as normal in a POSIX file system). Setting
106-
this value to false will make the directory (and its children)
107-
case-insensitive.
107+
The ``ceph.dir.casesensitive`` attribute accepts a boolean value. By default,
108+
names are case-sensitive (as normal in a POSIX file system). Setting this value
109+
to false will make the named entries in the directory (and its descendent
110+
directories) case-insensitive.
108111

109112
Case folding requires that names are also normalized. By default, after setting
110113
a directory to be case-insensitive, the ``charmap`` will be:

0 commit comments

Comments
 (0)