Skip to content

Commit

Permalink
(DOC+) Node Stats fs.available reflects XFS quotas
Browse files Browse the repository at this point in the history
Moving #103472 here.

---

πŸ‘‹ howdy, team!

Could we include "XFS quotas" as an example for "depending on OS or process level restrictions" for this doc's searchability for users to better understand how to investigate this potential lever's impact?

TIA!
  • Loading branch information
stefnestor committed Mar 7, 2024
1 parent 9da3caa commit 3faf952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/cluster/nodes-stats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1792,14 +1792,14 @@ Total number of unallocated bytes in all file stores.
`available`::
(<<byte-units,byte value>>)
Total disk space available to this Java virtual machine on all file
stores. Depending on OS or process level restrictions, this might appear
stores. Depending on OS or process level restrictions (e.g. XFS quotas), this might appear
less than `free`. This is the actual amount of free disk
space the {es} node can utilise.

`available_in_bytes`::
(integer)
Total number of bytes available to this Java virtual machine on all file
stores. Depending on OS or process level restrictions, this might appear
stores. Depending on OS or process level restrictions (e.g. XFS quotas), this might appear
less than `free_in_bytes`. This is the actual amount of free disk
space the {es} node can utilise.
=======
Expand Down

0 comments on commit 3faf952

Please sign in to comment.