5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-08 21:18:07 +03:00

followup: fixup the directory number, refactor

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-07-20 14:39:02 +02:00
parent e9b44bec01
commit 538c2b6dcf

View File

@ -139,12 +139,12 @@ or ``zfs``) to store the backup data.
Datastores are identified by a simple *ID*. You can configure it
when setting up the backup server.
.. note:: The `File Layout`_ requires the file system to support more than
65537 subdirectories per directory. This excludes certain filesystems and
filesystem configuration from being supported as datastore. For example
``ext4`` without the ``dir_nlink`` feature (which is enabled by default)
and ``ext3``.
.. note:: The `File Layout`_ requires the file system to support at least *65538*
subdirectories per directory. That number comes from the 2\ :sup:`16`
pre-created chunk namespace directories, and the ``.`` and ``..`` default
directory entries. This requirement excludes certain filesystems and
filesystem configuration from being supported for a datastore. For example,
``ext3`` as a whole or ``ext4`` with the ``dir_nlink`` feature manually disabled.
Datastore Configuration