Project

General

Profile

Bug #54485

Updated by Kamoltat (Junior) Sirivadhna about 2 years ago

Command for creating a pool 

 was: `ceph osd create test_pool --bulk` 

 should be: `ceph osd pool create test_pool --bulk` 

 Command for setting bulk value in a pool 

 
 was: `ceph osd pool set test_pool bulk=<true/false/1/0> bulk=false` 

 should be: `ceph osd pool set test_pool bulk <true/false/1/0>` bulk`

Back