diff --git a/HowtoCeph.md b/HowtoCeph.md index d7703e01..14f0bf0c 100644 --- a/HowtoCeph.md +++ b/HowtoCeph.md @@ -850,6 +850,15 @@ La commande précédente : affiche les informations de l’utilisateur dont sa # radosgw-admin user list ~~~ +Pour avoir l’espace occupé par un utilisateur : + +~~~ +# radosgw-admin user stats --uid='USERNAME' --sync-stats +[…] + "total_bytes": 46272, +[…] +~~~ + ### Définir un quota Limiter `USERNAME` à 100 Gio au total :