\torder 22 (4096 kB objects) (esc)
[^^]+ (re)
\tformat: 2 (esc)
- \tfeatures: layering, exclusive (esc)
+ \tfeatures: layering (esc)
+ \tflags: (esc)
$ rbd info bar --format json | python -mjson.tool | sed 's/,$/, /'
{
"block_name_prefix": "rbd_data.*", (glob)
"features": [
- "layering",
- "striping",
- "exclusive"
+ "layering"
],
+ "flags": [],
"format": 2,
"name": "bar",
"object_size": 4194304,
<format>2</format>
<features>
<feature>layering</feature>
- <feature>striping</feature>
- <feature>exclusive</feature>
</features>
+ <flags></flags>
</image>
$ rbd info bar@snap
rbd image 'bar':
\torder 22 (4096 kB objects) (esc)
[^^]+ (re)
\tformat: 2 (esc)
- \tfeatures: layering, exclusive (esc)
+ \tfeatures: layering (esc)
+ \tflags: (esc)
\tprotected: True (esc)
$ rbd info bar@snap --format json | python -mjson.tool | sed 's/,$/, /'
{
"block_name_prefix": "rbd_data.*", (glob)
"features": [
- "layering",
- "striping",
- "exclusive"
+ "layering"
],
+ "flags": [],
"format": 2,
"name": "bar",
"object_size": 4194304,
<format>2</format>
<features>
<feature>layering</feature>
- <feature>striping</feature>
- <feature>exclusive</feature>
</features>
+ <flags></flags>
<protected>true</protected>
</image>
$ rbd info bar@snap2
\torder 22 (4096 kB objects) (esc)
[^^]+ (re)
\tformat: 2 (esc)
- \tfeatures: layering, exclusive (esc)
+ \tfeatures: layering (esc)
+ \tflags: (esc)
\tprotected: False (esc)
$ rbd info bar@snap2 --format json | python -mjson.tool | sed 's/,$/, /'
{
"block_name_prefix": "rbd_data.*", (glob)
"features": [
- "layering",
- "striping",
- "exclusive"
+ "layering"
],
+ "flags": [],
"format": 2,
"name": "bar",
"object_size": 4194304,
<format>2</format>
<features>
<feature>layering</feature>
- <feature>striping</feature>
- <feature>exclusive</feature>
</features>
+ <flags></flags>
<protected>false</protected>
</image>
$ rbd info baz
\torder 22 (4096 kB objects) (esc)
[^^]+ (re)
\tformat: 2 (esc)
- \tfeatures: layering, exclusive (esc)
+ \tfeatures: layering (esc)
+ \tflags: (esc)
$ rbd info baz --format json | python -mjson.tool | sed 's/,$/, /'
{
"block_name_prefix": "rbd_data.*", (glob)
"features": [
- "layering",
- "striping",
- "exclusive"
+ "layering"
],
+ "flags": [],
"format": 2,
"name": "baz",
"object_size": 4194304,
<format>2</format>
<features>
<feature>layering</feature>
- <feature>striping</feature>
- <feature>exclusive</feature>
</features>
+ <flags></flags>
</image>
$ rbd info quux
rbd image 'quux':
\torder 22 (4096 kB objects) (esc)
[^^]+ (re)
\tformat: 2 (esc)
- \tfeatures: layering, exclusive (esc)
+ \tfeatures: layering (esc)
+ \tflags: (esc)
$ rbd info rbd_other/child --format json | python -mjson.tool | sed 's/,$/, /'
{
"block_name_prefix": "rbd_data.*", (glob)
"features": [
- "layering",
- "striping",
- "exclusive"
+ "layering"
],
+ "flags": [],
"format": 2,
"name": "child",
"object_size": 4194304,
<format>2</format>
<features>
<feature>layering</feature>
- <feature>striping</feature>
- <feature>exclusive</feature>
</features>
+ <flags></flags>
</image>
$ rbd info rbd_other/child@snap
rbd image 'child':
\torder 22 (4096 kB objects) (esc)
[^^]+ (re)
\tformat: 2 (esc)
- \tfeatures: layering, exclusive (esc)
+ \tfeatures: layering (esc)
+ \tflags: (esc)
\tprotected: False (esc)
\tparent: rbd/bar@snap (esc)
\toverlap: 512 MB (esc)
{
"block_name_prefix": "rbd_data.*", (glob)
"features": [
- "layering",
- "striping",
- "exclusive"
+ "layering"
],
+ "flags": [],
"format": 2,
"name": "child",
"object_size": 4194304,
<format>2</format>
<features>
<feature>layering</feature>
- <feature>striping</feature>
- <feature>exclusive</feature>
</features>
+ <flags></flags>
<protected>false</protected>
<parent>
<pool>rbd</pool>