radosgw-admin - rados REST gateway user administration utility
radosgw-admin command [ options ... ]
radosgw-admin is a Ceph Object Gateway user administration
utility. It is used to create and modify users.
radosgw-admin utility provides commands for administration
purposes as follows:
- user create
- Create a new user.
- user
modify
- Modify a user.
- user info
- Display information for a user including any subusers and keys.
- user
rename
- Renames a user.
- user rm
- Remove a user.
- user
suspend
- Suspend a user.
- user
enable
- Re-enable user after suspension.
- user check
- Check user info.
- user stats
- Show user stats as accounted by the quota subsystem.
- user
list
- List all users.
- caps add
- Add user capabilities.
- caps rm
- Remove user capabilities.
- subuser
create
- Create a new subuser (primarily useful for clients using the Swift
API).
- subuser
modify
- Modify a subuser.
- subuser
rm
- Remove a subuser.
- key create
- Create access key.
- key rm
- Remove access key.
- bucket
list
- List buckets, or, if a bucket is specified with --bucket=<bucket>,
list its objects. Adding --allow-unordered removes the ordering
requirement, possibly generating results more quickly for buckets with
large number of objects.
- bucket limit
check
- Show bucket sharding stats.
- bucket
link
- Link bucket to specified user.
- bucket
unlink
- Unlink bucket from specified user.
- bucket
chown
- Change bucket ownership to the specified user and update object ACLs.
Invoke with --marker to resume if the command is interrupted.
- bucket
stats
- Returns bucket statistics.
- bucket
rm
- Remove a bucket.
- bucket
check
- Check bucket index.
- bucket
rewrite
- Rewrite all objects in the specified bucket.
- bucket
radoslist
- List the RADOS objects that contain the data for all objects in the
designated bucket, if --bucket=<bucket> is specified. Otherwise,
list the RADOS objects that contain data for all buckets.
- bucket
reshard
- Reshard a bucket's index.
- bucket sync
disable
- Disable bucket sync.
- bucket sync
enable
- Enable bucket sync.
- bi get
- Retrieve bucket index object entries.
- bi put
- Store bucket index object entries.
- bi list
- List raw bucket index entries.
- bi purge
- Purge bucket index entries.
- object rm
- Remove an object.
- object
stat
- Stat an object for its metadata.
- object
unlink
- Unlink object from bucket index.
- object
rewrite
- Rewrite the specified object.
- object
reindex
- Add an object to its bucket's index. Used rarely for emergency
repairs.
- objects
expire
- Run expired objects cleanup.
- period rm
- Remove a period.
- period
get
- Get the period info.
- period
get-current
- Get the current period info.
- period
pull
- Pull a period.
- period
push
- Push a period.
- period
list
- List all periods.
- period
update
- Update the staging period.
- period
commit
- Commit the staging period.
- quota set
- Set quota params.
- quota
enable
- Enable quota.
- quota
disable
- Disable quota.
- global quota
get
- View global quota parameters.
- global quota
set
- Set global quota parameters.
- global quota
enable
- Enable a global quota.
- global quota
disable
- Disable a global quota.
- realm create
- Create a new realm.
- realm rm
- Remove a realm.
- realm
get
- Show the realm info.
- realm
get-default
- Get the default realm name.
- realm
list
- List all realms.
- realm
list-periods
- List all realm periods.
- realm
rename
- Rename a realm.
- realm
set
- Set the realm info (requires infile).
- realm
default
- Set the realm as default.
- realm
pull
- Pull a realm and its current period.
- zonegroup
add
- Add a zone to a zonegroup.
- zonegroup
create
- Create a new zone group info.
- zonegroup
default
- Set the default zone group.
- zonegroup
rm
- Remove a zone group info.
- zonegroup
get
- Show the zone group info.
- zonegroup
modify
- Modify an existing zonegroup.
- zonegroup
set
- Set the zone group info (requires infile).
- zonegroup
remove
- Remove a zone from a zonegroup.
- zonegroup
rename
- Rename a zone group.
- zonegroup
list
- List all zone groups set on this cluster.
- zonegroup
placement list
- List zonegroup's placement targets.
- zonegroup
placement add
- Add a placement target id to a zonegroup.
- zonegroup
placement modify
- Modify a placement target of a specific zonegroup.
- zonegroup
placement rm
- Remove a placement target from a zonegroup.
- zonegroup
placement default
- Set a zonegroup's default placement target.
- zone create
- Create a new zone.
- zone rm
- Remove a zone.
- zone get
- Show zone cluster params.
- zone set
- Set zone cluster params (requires infile).
- zone
modify
- Modify an existing zone.
- zone list
- List all zones set on this cluster.
- metadata sync
status
- Get metadata sync status.
- metadata sync
init
- Init metadata sync.
- metadata sync
run
- Run metadata sync.
- data sync
status
- Get data sync status of the specified source zone.
- data sync
init
- Init data sync for the specified source zone.
- data sync
run
- Run data sync for the specified source zone.
- sync error
list
- List sync errors.
- sync error
trim
- Trim sync errors.
- zone
rename
- Rename a zone.
- zone placement
list
- List a zone's placement targets.
- zone placement
add
- Add a zone placement target.
- zone placement
modify
- Modify a zone placement target.
- zone placement
rm
- Remove a zone placement target.
- pool add
- Add an existing pool for data placement.
- pool rm
- Remove an existing pool from data placement set.
- pools list
- List placement active set.
- policy
- Display bucket/object policy.
- log list
- List log objects.
- log show
- Dump a log from specific object or (bucket + date + bucket-id). (NOTE:
required to specify formatting of date to "YYYY-MM-DD-hh")
- log rm
- Remove log object.
- usage show
- Show the usage information (with optional user and date range).
- usage
trim
- Trim usage information (with optional user and date range).
- gc list
- Dump expired garbage collection objects (specify --include-all to list all
entries, including unexpired).
- gc process
- Manually process garbage.
- lc list
- List all bucket lifecycle progress.
- lc process
- Manually process lifecycle transitions. If a bucket is specified (e.g.,
via --bucket_id or via --bucket and optional --tenant), only that bucket
is processed.
- metadata
get
- Get metadata info.
- metadata
put
- Put metadata info.
- metadata
rm
- Remove metadata info.
- metadata
list
- List metadata info.
- mdlog list
- List metadata log which is needed for multi-site deployments.
- mdlog
trim
- Trim metadata log manually instead of relying on the gateway's integrated
log sync. Before trimming, compare the listings and make sure the last
sync was complete, otherwise it can reinitiate a sync.
- mdlog
status
- Read metadata log status.
- bilog list
- List bucket index log which is needed for multi-site deployments.
- bilog
trim
- Trim bucket index log (use start-marker, end-marker) manually instead of
relying on the gateway's integrated log sync. Before trimming, compare the
listings and make sure the last sync was complete, otherwise it can
reinitiate a sync.
- datalog
list
- List data log which is needed for multi-site deployments.
- datalog
trim
- Trim data log manually instead of relying on the gateway's integrated log
sync. Before trimming, compare the listings and make sure the last sync
was complete, otherwise it can reinitiate a sync.
- datalog
status
- Read data log status.
- orphans
find
- Init and run search for leaked RADOS objects. DEPRECATED. See the
"rgw-orphan-list" tool.
- orphans
finish
- Clean up search for leaked RADOS objects. DEPRECATED. See the
"rgw-orphan-list" tool.
- orphans
list-jobs
- List the current orphans search job IDs. DEPRECATED. See the
"rgw-orphan-list" tool.
- role create
- Create a new role for use with STS (Security Token Service).
- role rm
- Remove a role.
- role get
- Get a role.
- role list
- List the roles with specified path prefix.
- role
modify
- Modify the assume role policy of an existing role.
- role-policy
put
- Add/update permission policy to role.
- role-policy
list
- List the policies attached to a role.
- role-policy
get
- Get the specified inline policy document embedded with the given
role.
- role-policy
rm
- Remove the policy attached to a role
- reshard
add
- Schedule a resharding of a bucket
- reshard
list
- List all bucket resharding or scheduled to be resharded
- reshard
process
- Process of scheduled reshard jobs
- reshard
status
- Resharding status of a bucket
- reshard
cancel
- Cancel resharding a bucket
- topic list
- List bucket notifications/pubsub topics
- topic get
- Get a bucket notifications/pubsub topic
- topic rm
- Remove a bucket notifications/pubsub topic
- subscription get
- Get a pubsub subscription definition
- subscription rm
- Remove a pubsub subscription
- subscription pull
- Show events in a pubsub subscription
- subscription ack
- Acknowledge (remove) events in a pubsub subscription
- -c ceph.conf,
--conf=ceph.conf
- Use ceph.conf configuration file instead of the default
/etc/ceph/ceph.conf to determine monitor addresses during
startup.
- --new-uid=uid
- The new ID of the user. Used with 'user rename' command.
- --max-buckets
- Maximum number of buckets for a user (0 for no limit, negative value to
disable bucket creation). Default is 1000.
- --access=<access>
- Set the access permissions for the subuser. Available access permissions
are read, write, readwrite and full.
- --admin
- Set the admin flag on the user.
- --system
- Set the system flag on the user.
- --pool=<pool>
- Specify the pool name. Also used with orphans find as data pool to
scan for leaked rados objects.
- --purge-data
- When specified, user removal will also purge the user's data.
- --purge-keys
- When specified, subuser removal will also purge the subuser' keys.
- --purge-objects
- When specified, the bucket removal will also purge all objects in it.
- --commit
- Commit the period during 'period update'.
- --master-zone=<id>
- Master zone ID.
- --default
- Set the entity (realm, zonegroup, zone) as default.
- --read-only
- Set the zone as read-only when adding to the zonegroup.
- --tags=<list>
- The list of tags for zonegroup placement add and modify commands.
- --tags-rm=<list>
- The list of tags to remove for zonegroup placement modify command.
- --bucket-index-max-shards
- Override a zone's or zonegroup's default number of bucket index shards.
This option is accepted by the 'zone create', 'zone modify', 'zonegroup
add', and 'zonegroup modify' commands, and applies to buckets that are
created after the zone/zonegroup changes take effect.
- --fix
- Fix the bucket index in addition to checking it.
- --check-objects
- Bucket check: Rebuilds the bucket index according to actual object
state.
- --format=<format>
- Specify output format for certain operations. Supported formats: xml,
json.
- --sync-stats
- Option for the 'user stats' command. When specified, it will update user
stats with the current stats reported by the user's buckets indexes.
- --skip-zero-entries
- Log show only dumps entries that don't have zero value in one of the
numeric field.
- --infile
- Specify a file to read when setting data.
- --caps=<caps>
- List of capabilities (e.g., "usage=read, write;
user=read").
- --max-rewrite-size
- Specify the maximum object size for bucket rewrite (default
ULLONG_MAX).
- --min-rewrite-stripe-size
- Specify the minimum stripe size for object rewrite (default 0). If the
value is set to 0, then the specified object will always be rewritten when
restriping.
- --warnings-only
- When specified with bucket limit check, list only buckets nearing or over
the current max objects per shard value.
- --bypass-gc
- When specified with bucket deletion, triggers object deletion without
involving GC.
- --inconsistent-index
- When specified with bucket deletion and bypass-gc set to true, ignores
bucket index consistency.
- --max-concurrent-ios
- Maximum concurrent bucket operations. Affects operations that scan the
bucket index, e.g., listing, deletion, and all scan/search operations such
as finding orphans or checking the bucket index. The default is 32.
- --max-objects
- Specify the maximum number of objects (negative value to disable).
- --max-size
- Specify the maximum object size (in B/K/M/G/T, negative value to
disable).
- --num-shards
- Number of shards to use for temporary scan info
- --orphan-stale-secs
- Number of seconds to wait before declaring an object to be an orphan. The
efault is 86400 (24 hours).
- --job-id
- Set the job id (for orphans find)
- Provide extra info in the job list.
- --path-prefix
- The path prefix for filtering the roles.
- --topic
- The bucket notifications/pubsub topic name.
Generate a new user:
$ radosgw-admin user create --display-name="johnny rotten" --uid=johnny
{ "user_id": "johnny",
"rados_uid": 0,
"display_name": "johnny rotten",
"email": "",
"suspended": 0,
"subusers": [],
"keys": [
{ "user": "johnny",
"access_key": "TCICW53D9BQ2VGC46I44",
"secret_key": "tfm9aHMI8X76L3UdgE+ZQaJag1vJQmE6HDb5Lbrz"}],
"swift_keys": []}
Remove a user:
$ radosgw-admin user rm --uid=johnny
Rename a user:
$ radosgw-admin user rename --uid=johnny --new-uid=joe
Remove a user and all associated buckets with their contents:
$ radosgw-admin user rm --uid=johnny --purge-data
Remove a bucket:
$ radosgw-admin bucket rm --bucket=foo
Link bucket to specified user:
$ radosgw-admin bucket link --bucket=foo --bucket_id=<bucket id> --uid=johnny
Unlink bucket from specified user:
$ radosgw-admin bucket unlink --bucket=foo --uid=johnny
Rename a bucket:
$ radosgw-admin bucket link --bucket=foo --bucket-new-name=bar --uid=johnny
Move a bucket from the old global tenant space to a specified
tenant:
$ radosgw-admin bucket link --bucket=foo --uid='12345678$12345678'
Link bucket to specified user and change object ACLs:
$ radosgw-admin bucket chown --bucket=foo --uid='12345678$12345678'
Show the logs of a bucket from April 1st, 2012:
$ radosgw-admin log show --bucket=foo --date=2012-04-01-01 --bucket-id=default.14193.1
Show usage information for user from March 1st to (but not
including) April 1st, 2012:
$ radosgw-admin usage show --uid=johnny \
--start-date=2012-03-01 --end-date=2012-04-01
Show only summary of usage information for all users:
$ radosgw-admin usage show --show-log-entries=false
Trim usage information for user until March 1st, 2012:
$ radosgw-admin usage trim --uid=johnny --end-date=2012-04-01
radosgw-admin is part of Ceph, a massively scalable,
open-source, distributed storage system. Please refer to the Ceph
documentation at https://docs.ceph.com for more information.
2010-2024, Inktank Storage, Inc. and contributors. Licensed under
Creative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)