Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
library/ceph_pool: Fix potential null value when creating pools
Before, creating a pool by providing *only* `pg_num` would result in an error as it would produce `--pgp-num null`. This commit fix this behavior by defaulting `pgp_num` value to `pg_num`. Signed-off-by: Mathias Chapelain <[email protected]> (cherry picked from commit f0f1dd9)
- Loading branch information