Skip to content

Commit 4117b8e

Browse files
committed
common/options: make 'rbd_validate_pool' a dev option
'rbd_validate_pool' option is for testing purposes only. So change its level appropriately to 'dev'. Signed-off-by: Ramana Raja <[email protected]>
1 parent 0bcb5cf commit 4117b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/options/rbd.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ options:
394394
- rbd
395395
- name: rbd_validate_pool
396396
type: bool
397-
level: advanced
397+
level: dev
398398
desc: validate empty pools for RBD compatibility
399399
default: true
400400
services:

0 commit comments

Comments
 (0)