Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The total allocation for a pool is extracted from the pool:__spaceinfo__ object’s total_space object, e.g.

rados -p alice --striper getxattr __spaceinfo__ total_space

to change the total allocated space, set the xattr for that object, e.g.

rados -p alice --striper setxattr __spaceinfo__ total_space <new value>

  • No labels