Description of problem: when we set max_buckets as "unlimited" for rgw user info in dashboard, corresponding value in CLI shows as max_buckets:0 where as when we disable "max_buckets" for rgw user info in dashboard, it shows as max_buckets:-1 in CLI which is bit confusing since we commonly use -1 to represent "unlimited" value. Version-Release number of selected component (if applicable): ceph version 14.2.22-50.el8cp How reproducible: always Steps to Reproduce: 1.deploy cluster with ceph version 14.2.22-50.el8cp 2. create user an edit value of max_buckets to unlimited 3. check user info on cli which shows max_buckets:0 Actual results: Expected results: Additional info: