XFS quotas does not work in ECE beta1

Hello,

I have XFS quota enabled and mounted /mnt/data. But inside the docker allocator container log I can see:

[2017-03-14 09:18:20,368][WARN ][no.found.runner.managers.XFSQuotaManager] Command [[sudo, -n, xfs_quota, -x, -c, project -s -p /mnt/data/elastic/saaa/services/allocator/containers/elasticsearch/681dd6f166b84df9b959838fbb62a669/instance-0000000000 13759, /mnt/data]] returned status code [0]] with output: [E: [xfs_quota: cannot setup path for mount /mnt/data: No such device or address]] {}
[2017-03-14 09:18:20,375][INFO ][no.found.runner.actors.FileWriter] Successfully handled updated manifest from [/clusters/681dd6f166b84df9b959838fbb62a669/files_manifest] {"ec_container_kind":"elasticsearch","ec_container_group":"681dd6f166b84df9b959838fbb62a669","ec_container_name":"instance-0000000000"}
[2017-03-14 09:18:20,383][WARN ][no.found.runner.managers.XFSQuotaManager] Command [[sudo, -n, xfs_quota, -x, -c, limit -p bhard=106496m rtbhard=106496m 13759, /mnt/data]] returned status code [0]] with output: [E: [xfs_quota: cannot setup path for mount /mnt/data: No such device or address], E: [xfs_quota: cannot setup path for mount /mnt/data: No such device or address]] {}

The xfs_quota command is not working inside the docker container. If i try this command in the host I get:

Setting up project ...
Processed 1 (/etc/projects and cmdline) paths for project 13759 with recursion depth infinite (-1).

OS: RHEL 7.3

Maybe this is related to the following entry in "Limitations and Known Problems":

  • Disk space quotas might not work as expected and are not supported in current releases.

@vb4t,

Yes, there currently is a limitation around disk quotas. This should get resolved in a future release.

Nik

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.