From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup] docs: add note on supported filesystems
Date: Fri, 17 Jul 2020 14:55:17 +0000 [thread overview]
Message-ID: <20200717145517.21661-1-s.ivanov@proxmox.com> (raw)
certain filesystems cannot be used as chunkstores, because they don't
support 2^16 subdirectories (e.g. ext4 with certain features disabled
or ext3 - see ext4(5))
reported via our community forum:
https://forum.proxmox.com/threads/emlink-too-many-links.73108/
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
docs/administration-guide.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/administration-guide.rst b/docs/administration-guide.rst
index 1f329f80..e48f115a 100644
--- a/docs/administration-guide.rst
+++ b/docs/administration-guide.rst
@@ -139,6 +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``.
+
Datastore Configuration
--
2.20.1
next reply other threads:[~2020-07-17 14:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-17 14:55 Stoiko Ivanov [this message]
2020-07-20 12:40 ` [pbs-devel] applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200717145517.21661-1-s.ivanov@proxmox.com \
--to=s.ivanov@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox