Scroll to navigation

swift-get-nodes(1) OpenStack Swift swift-get-nodes(1)

NAME

swift-get-nodes - OpenStack Swift get-nodes tool

SYNOPSIS

swift-get-nodes  [options] <ring.gz> <account> [<container> [<object>]]

Or

swift-get-nodes [options] <ring.gz> -p <partition>

Or

swift-get-nodes  [options] -P policy_name <account> <container> <object>

DESCRIPTION

The swift-get-nodes tool can be used to find out the location where a particular account, container or object item is located within the swift cluster nodes. For example, if you have the account hash and a container name that belongs to that account, you can use swift-get-nodes to lookup where the container resides by using the container ring.

OPTIONS

Shows the help message and exit
Show all handoff nodes
Show nodes for a given partition
Specify storage policy name
Pass location of swift configuration file if different from the default location /etc/swift

DOCUMENTATION

More documentation about OpenStack Swift can be found at https://docs.openstack.org/swift/latest/

SEE ALSO

swift-account-info(1), swift-container-info(1), swift-object-info(1), swift-ring-builder(1)

10/25/2016 Linux