\torder 22 (4096 KB objects) (esc)
[^^]+ (re)
\tformat: 2 (esc)
- \tfeatures: layering, striping (esc)
- \tstripe unit: 4096 KB (esc)
- \tstripe count: 1 (esc)
+ \tfeatures: layering (esc)
$ rbd info bar --format json | python -mjson.tool
{
"block_name_prefix": "rbd_data.*", (glob)
"object_size": 4194304,
"objects": 256,
"order": 22,
- "size": 1073741824,
- "stripe_count": 1,
- "stripe_unit": 4194304
+ "size": 1073741824
}
$ rbd info bar --format xml | xml_pp 2>&1 | grep -v '^new version at /usr/bin/xml_pp'
<image>
<feature>layering</feature>
<feature>striping</feature>
</features>
- <stripe_unit>4194304</stripe_unit>
- <stripe_count>1</stripe_count>
</image>
$ rbd info bar@snap
rbd image 'bar':
\torder 22 (4096 KB objects) (esc)
[^^]+ (re)
\tformat: 2 (esc)
- \tfeatures: layering, striping (esc)
+ \tfeatures: layering (esc)
\tprotected: True (esc)
- \tstripe unit: 4096 KB (esc)
- \tstripe count: 1 (esc)
$ rbd info bar@snap --format json | python -mjson.tool
{
"block_name_prefix": "rbd_data.*", (glob)
"objects": 128,
"order": 22,
"protected": "true",
- "size": 536870912,
- "stripe_count": 1,
- "stripe_unit": 4194304
+ "size": 536870912
}
$ rbd info bar@snap --format xml | xml_pp 2>&1 | grep -v '^new version at /usr/bin/xml_pp'
<image>
<feature>striping</feature>
</features>
<protected>true</protected>
- <stripe_unit>4194304</stripe_unit>
- <stripe_count>1</stripe_count>
</image>
$ rbd info bar@snap2
rbd image 'bar':
\torder 22 (4096 KB objects) (esc)
[^^]+ (re)
\tformat: 2 (esc)
- \tfeatures: layering, striping (esc)
+ \tfeatures: layering (esc)
\tprotected: False (esc)
- \tstripe unit: 4096 KB (esc)
- \tstripe count: 1 (esc)
$ rbd info bar@snap2 --format json | python -mjson.tool
{
"block_name_prefix": "rbd_data.*", (glob)
"objects": 256,
"order": 22,
"protected": "false",
- "size": 1073741824,
- "stripe_count": 1,
- "stripe_unit": 4194304
+ "size": 1073741824
}
$ rbd info bar@snap2 --format xml | xml_pp 2>&1 | grep -v '^new version at /usr/bin/xml_pp'
<image>
<feature>striping</feature>
</features>
<protected>false</protected>
- <stripe_unit>4194304</stripe_unit>
- <stripe_count>1</stripe_count>
</image>
$ rbd info baz
rbd image 'baz':
\torder 22 (4096 KB objects) (esc)
[^^]+ (re)
\tformat: 2 (esc)
- \tfeatures: layering, striping (esc)
- \tstripe unit: 4096 KB (esc)
- \tstripe count: 1 (esc)
+ \tfeatures: layering (esc)
$ rbd info baz --format json | python -mjson.tool
{
"block_name_prefix": "rbd_data.*", (glob)
"object_size": 4194304,
"objects": 512,
"order": 22,
- "size": 2147483648,
- "stripe_count": 1,
- "stripe_unit": 4194304
+ "size": 2147483648
}
$ rbd info baz --format xml | xml_pp 2>&1 | grep -v '^new version at /usr/bin/xml_pp'
<image>
<feature>layering</feature>
<feature>striping</feature>
</features>
- <stripe_unit>4194304</stripe_unit>
- <stripe_count>1</stripe_count>
</image>
$ rbd info quux
rbd image 'quux':
\torder 22 (4096 KB objects) (esc)
[^^]+ (re)
\tformat: 2 (esc)
- \tfeatures: layering, striping (esc)
+ \tfeatures: layering (esc)
$ rbd info data/child --format json | python -mjson.tool
{
"block_name_prefix": "rbd_data.*", (glob)
\torder 22 (4096 KB objects) (esc)
[^^]+ (re)
\tformat: 2 (esc)
- \tfeatures: layering, striping (esc)
+ \tfeatures: layering (esc)
\tprotected: False (esc)
\tparent: rbd/bar@snap (esc)
\toverlap: 512 MB (esc)