Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 4. Install the Object Service
4.1. Object Storage Service Requirements Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
The following items are requirements for installing the Object Storage service:
- Supported Filesystems
- The Object Storage service stores objects in filesystems. Currently,
XFS
andext4
are supported. Your filesystem must be mounted with Extended Attributes (xattr
) enabled.It is recommended that you useXFS
. Configure this in/etc/fstab
:Example 4.1. Sample /etc/fstab Entry for One XFS Storage Disk
/dev/sdb1 /srv/node/d1 xfs inode64,noatime,nodiratime 0 0
/dev/sdb1 /srv/node/d1 xfs inode64,noatime,nodiratime 0 0
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Note
Extended Attributes are already enabled onXFS
by default. As such, you do not need to specifyuser_xattr
in your/etc/fstab
entry. - Acceptable Mountpoints
- The Object Storage service expects devices to be mounted at
/srv/node/
.