def set_pool_max_bytes(): pool_name = action_get("pool-name") max_bytes = action_get("max") set_pool_quota(service='ceph', pool_name=pool_name, max_bytes=max_bytes)