mirror of
https://github.com/ceph/ceph
synced 2025-04-04 23:42:13 +00:00
test/cli-integration/rbd: verify formatting for image create timestamp
Signed-off-by: runsisi <runsisi@zte.com.cn>
This commit is contained in:
parent
b5bdd6d53e
commit
c37b700c90
@ -118,9 +118,11 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
\tformat: 2 (esc)
|
\tformat: 2 (esc)
|
||||||
\tfeatures: layering, exclusive-lock, object-map, fast-diff, deep-flatten (esc)
|
\tfeatures: layering, exclusive-lock, object-map, fast-diff, deep-flatten (esc)
|
||||||
\tflags: (esc)
|
\tflags: (esc)
|
||||||
|
\tcreate_timestamp:* (glob)
|
||||||
$ rbd info bar --format json | python -mjson.tool | sed 's/,$/, /'
|
$ rbd info bar --format json | python -mjson.tool | sed 's/,$/, /'
|
||||||
{
|
{
|
||||||
"block_name_prefix": "rbd_data.*", (glob)
|
"block_name_prefix": "rbd_data.*", (glob)
|
||||||
|
"create_timestamp": "*", (glob)
|
||||||
"features": [
|
"features": [
|
||||||
"layering",
|
"layering",
|
||||||
"exclusive-lock",
|
"exclusive-lock",
|
||||||
@ -153,6 +155,7 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
<feature>deep-flatten</feature>
|
<feature>deep-flatten</feature>
|
||||||
</features>
|
</features>
|
||||||
<flags></flags>
|
<flags></flags>
|
||||||
|
<create_timestamp>*</create_timestamp> (glob)
|
||||||
</image>
|
</image>
|
||||||
$ rbd info bar@snap
|
$ rbd info bar@snap
|
||||||
rbd image 'bar':
|
rbd image 'bar':
|
||||||
@ -162,10 +165,12 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
\tformat: 2 (esc)
|
\tformat: 2 (esc)
|
||||||
\tfeatures: layering, exclusive-lock, object-map, fast-diff, deep-flatten (esc)
|
\tfeatures: layering, exclusive-lock, object-map, fast-diff, deep-flatten (esc)
|
||||||
\tflags: (esc)
|
\tflags: (esc)
|
||||||
|
\tcreate_timestamp:* (glob)
|
||||||
\tprotected: True (esc)
|
\tprotected: True (esc)
|
||||||
$ rbd info bar@snap --format json | python -mjson.tool | sed 's/,$/, /'
|
$ rbd info bar@snap --format json | python -mjson.tool | sed 's/,$/, /'
|
||||||
{
|
{
|
||||||
"block_name_prefix": "rbd_data.*", (glob)
|
"block_name_prefix": "rbd_data.*", (glob)
|
||||||
|
"create_timestamp": "*", (glob)
|
||||||
"features": [
|
"features": [
|
||||||
"layering",
|
"layering",
|
||||||
"exclusive-lock",
|
"exclusive-lock",
|
||||||
@ -199,6 +204,7 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
<feature>deep-flatten</feature>
|
<feature>deep-flatten</feature>
|
||||||
</features>
|
</features>
|
||||||
<flags></flags>
|
<flags></flags>
|
||||||
|
<create_timestamp>*</create_timestamp> (glob)
|
||||||
<protected>true</protected>
|
<protected>true</protected>
|
||||||
</image>
|
</image>
|
||||||
$ rbd info bar@snap2
|
$ rbd info bar@snap2
|
||||||
@ -209,10 +215,12 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
\tformat: 2 (esc)
|
\tformat: 2 (esc)
|
||||||
\tfeatures: layering, exclusive-lock, object-map, fast-diff, deep-flatten (esc)
|
\tfeatures: layering, exclusive-lock, object-map, fast-diff, deep-flatten (esc)
|
||||||
\tflags: (esc)
|
\tflags: (esc)
|
||||||
|
\tcreate_timestamp:* (glob)
|
||||||
\tprotected: False (esc)
|
\tprotected: False (esc)
|
||||||
$ rbd info bar@snap2 --format json | python -mjson.tool | sed 's/,$/, /'
|
$ rbd info bar@snap2 --format json | python -mjson.tool | sed 's/,$/, /'
|
||||||
{
|
{
|
||||||
"block_name_prefix": "rbd_data.*", (glob)
|
"block_name_prefix": "rbd_data.*", (glob)
|
||||||
|
"create_timestamp": "*", (glob)
|
||||||
"features": [
|
"features": [
|
||||||
"layering",
|
"layering",
|
||||||
"exclusive-lock",
|
"exclusive-lock",
|
||||||
@ -246,6 +254,7 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
<feature>deep-flatten</feature>
|
<feature>deep-flatten</feature>
|
||||||
</features>
|
</features>
|
||||||
<flags></flags>
|
<flags></flags>
|
||||||
|
<create_timestamp>*</create_timestamp> (glob)
|
||||||
<protected>false</protected>
|
<protected>false</protected>
|
||||||
</image>
|
</image>
|
||||||
$ rbd info baz
|
$ rbd info baz
|
||||||
@ -256,9 +265,11 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
\tformat: 2 (esc)
|
\tformat: 2 (esc)
|
||||||
\tfeatures: layering (esc)
|
\tfeatures: layering (esc)
|
||||||
\tflags: (esc)
|
\tflags: (esc)
|
||||||
|
\tcreate_timestamp:* (glob)
|
||||||
$ rbd info baz --format json | python -mjson.tool | sed 's/,$/, /'
|
$ rbd info baz --format json | python -mjson.tool | sed 's/,$/, /'
|
||||||
{
|
{
|
||||||
"block_name_prefix": "rbd_data.*", (glob)
|
"block_name_prefix": "rbd_data.*", (glob)
|
||||||
|
"create_timestamp": "*", (glob)
|
||||||
"features": [
|
"features": [
|
||||||
"layering"
|
"layering"
|
||||||
],
|
],
|
||||||
@ -283,6 +294,7 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
<feature>layering</feature>
|
<feature>layering</feature>
|
||||||
</features>
|
</features>
|
||||||
<flags></flags>
|
<flags></flags>
|
||||||
|
<create_timestamp>*</create_timestamp> (glob)
|
||||||
</image>
|
</image>
|
||||||
$ rbd info quux
|
$ rbd info quux
|
||||||
rbd image 'quux':
|
rbd image 'quux':
|
||||||
@ -318,9 +330,11 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
\tformat: 2 (esc)
|
\tformat: 2 (esc)
|
||||||
\tfeatures: layering, exclusive-lock, object-map, fast-diff (esc)
|
\tfeatures: layering, exclusive-lock, object-map, fast-diff (esc)
|
||||||
\tflags: (esc)
|
\tflags: (esc)
|
||||||
|
\tcreate_timestamp:* (glob)
|
||||||
$ rbd info rbd_other/child --format json | python -mjson.tool | sed 's/,$/, /'
|
$ rbd info rbd_other/child --format json | python -mjson.tool | sed 's/,$/, /'
|
||||||
{
|
{
|
||||||
"block_name_prefix": "rbd_data.*", (glob)
|
"block_name_prefix": "rbd_data.*", (glob)
|
||||||
|
"create_timestamp": "*", (glob)
|
||||||
"features": [
|
"features": [
|
||||||
"layering",
|
"layering",
|
||||||
"exclusive-lock",
|
"exclusive-lock",
|
||||||
@ -351,6 +365,7 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
<feature>fast-diff</feature>
|
<feature>fast-diff</feature>
|
||||||
</features>
|
</features>
|
||||||
<flags></flags>
|
<flags></flags>
|
||||||
|
<create_timestamp>*</create_timestamp> (glob)
|
||||||
</image>
|
</image>
|
||||||
$ rbd info rbd_other/child@snap
|
$ rbd info rbd_other/child@snap
|
||||||
rbd image 'child':
|
rbd image 'child':
|
||||||
@ -360,12 +375,14 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
\tformat: 2 (esc)
|
\tformat: 2 (esc)
|
||||||
\tfeatures: layering, exclusive-lock, object-map, fast-diff (esc)
|
\tfeatures: layering, exclusive-lock, object-map, fast-diff (esc)
|
||||||
\tflags: (esc)
|
\tflags: (esc)
|
||||||
|
\tcreate_timestamp:* (glob)
|
||||||
\tprotected: False (esc)
|
\tprotected: False (esc)
|
||||||
\tparent: rbd/bar@snap (esc)
|
\tparent: rbd/bar@snap (esc)
|
||||||
\toverlap: 512 MB (esc)
|
\toverlap: 512 MB (esc)
|
||||||
$ rbd info rbd_other/child@snap --format json | python -mjson.tool | sed 's/,$/, /'
|
$ rbd info rbd_other/child@snap --format json | python -mjson.tool | sed 's/,$/, /'
|
||||||
{
|
{
|
||||||
"block_name_prefix": "rbd_data.*", (glob)
|
"block_name_prefix": "rbd_data.*", (glob)
|
||||||
|
"create_timestamp": "*", (glob)
|
||||||
"features": [
|
"features": [
|
||||||
"layering",
|
"layering",
|
||||||
"exclusive-lock",
|
"exclusive-lock",
|
||||||
@ -403,6 +420,7 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
<feature>fast-diff</feature>
|
<feature>fast-diff</feature>
|
||||||
</features>
|
</features>
|
||||||
<flags></flags>
|
<flags></flags>
|
||||||
|
<create_timestamp>*</create_timestamp> (glob)
|
||||||
<protected>false</protected>
|
<protected>false</protected>
|
||||||
<parent>
|
<parent>
|
||||||
<pool>rbd</pool>
|
<pool>rbd</pool>
|
||||||
@ -419,9 +437,11 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
\tformat: 2 (esc)
|
\tformat: 2 (esc)
|
||||||
\tfeatures: layering, exclusive-lock, object-map, fast-diff, deep-flatten (esc)
|
\tfeatures: layering, exclusive-lock, object-map, fast-diff, deep-flatten (esc)
|
||||||
\tflags: (esc)
|
\tflags: (esc)
|
||||||
|
\tcreate_timestamp:* (glob)
|
||||||
$ rbd info rbd_other/deep-flatten-child --format json | python -mjson.tool | sed 's/,$/, /'
|
$ rbd info rbd_other/deep-flatten-child --format json | python -mjson.tool | sed 's/,$/, /'
|
||||||
{
|
{
|
||||||
"block_name_prefix": "rbd_data.*", (glob)
|
"block_name_prefix": "rbd_data.*", (glob)
|
||||||
|
"create_timestamp": "*", (glob)
|
||||||
"features": [
|
"features": [
|
||||||
"layering",
|
"layering",
|
||||||
"exclusive-lock",
|
"exclusive-lock",
|
||||||
@ -454,6 +474,7 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
<feature>deep-flatten</feature>
|
<feature>deep-flatten</feature>
|
||||||
</features>
|
</features>
|
||||||
<flags></flags>
|
<flags></flags>
|
||||||
|
<create_timestamp>*</create_timestamp> (glob)
|
||||||
</image>
|
</image>
|
||||||
$ rbd info rbd_other/deep-flatten-child@snap
|
$ rbd info rbd_other/deep-flatten-child@snap
|
||||||
rbd image 'deep-flatten-child':
|
rbd image 'deep-flatten-child':
|
||||||
@ -463,10 +484,12 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
\tformat: 2 (esc)
|
\tformat: 2 (esc)
|
||||||
\tfeatures: layering, exclusive-lock, object-map, fast-diff, deep-flatten (esc)
|
\tfeatures: layering, exclusive-lock, object-map, fast-diff, deep-flatten (esc)
|
||||||
\tflags: (esc)
|
\tflags: (esc)
|
||||||
|
\tcreate_timestamp:* (glob)
|
||||||
\tprotected: False (esc)
|
\tprotected: False (esc)
|
||||||
$ rbd info rbd_other/deep-flatten-child@snap --format json | python -mjson.tool | sed 's/,$/, /'
|
$ rbd info rbd_other/deep-flatten-child@snap --format json | python -mjson.tool | sed 's/,$/, /'
|
||||||
{
|
{
|
||||||
"block_name_prefix": "rbd_data.*", (glob)
|
"block_name_prefix": "rbd_data.*", (glob)
|
||||||
|
"create_timestamp": "*", (glob)
|
||||||
"features": [
|
"features": [
|
||||||
"layering",
|
"layering",
|
||||||
"exclusive-lock",
|
"exclusive-lock",
|
||||||
@ -500,6 +523,7 @@ whenever it is run. grep -v to ignore it, but still work on other distros.
|
|||||||
<feature>deep-flatten</feature>
|
<feature>deep-flatten</feature>
|
||||||
</features>
|
</features>
|
||||||
<flags></flags>
|
<flags></flags>
|
||||||
|
<create_timestamp>*</create_timestamp> (glob)
|
||||||
<protected>false</protected>
|
<protected>false</protected>
|
||||||
</image>
|
</image>
|
||||||
$ rbd list
|
$ rbd list
|
||||||
|
Loading…
Reference in New Issue
Block a user