description=>"Create initial ceph default configuration and setup symlinks.",
description=>"ceph osd in",
proxyto=>'node',
protected=>1,
parameters=>{
additionalProperties=>0,
properties=>{
node=>get_standard_option('pve-node'),
network=>{
description=>"Use specific network for all ceph related traffic",
type=>'string',format=>'CIDR',
optional=>1,
maxLength=>128,
},
size=>{
description=>'Number of replicas per object',
type=>'integer',
default=>2,
optional=>1,
minimum=>1,
maximum=>3,
},
pg_bits=>{
description=>"Placement group bits, used to specify the default number of placement groups (Note: 'osd pool default pg num' does not work for deafult pools)",
description=>"Create initial ceph default configuration and setup symlinks.",
proxyto=>'node',
protected=>1,
parameters=>{
additionalProperties=>0,
properties=>{
node=>get_standard_option('pve-node'),
network=>{
description=>"Use specific network for all ceph related traffic",
type=>'string',format=>'CIDR',
optional=>1,
maxLength=>128,
},
size=>{
description=>'Number of replicas per object',
type=>'integer',
default=>2,
optional=>1,
minimum=>1,
maximum=>3,
},
pg_bits=>{
description=>"Placement group bits, used to specify the default number of placement groups (Note: 'osd pool default pg num' does not work for deafult pools)",