]> git.proxmox.com Git - ceph.git/blob - ceph/src/test/cli/rbd/invalid-snap-usage.t
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / test / cli / rbd / invalid-snap-usage.t
1 $ rbd create foo@snap
2 rbd: snapshot name specified for a command that doesn't use it
3 [22]
4 $ rbd flatten foo@snap
5 rbd: snapshot name specified for a command that doesn't use it
6 [22]
7 $ rbd resize foo@snap
8 rbd: snapshot name specified for a command that doesn't use it
9 [22]
10 $ rbd rm foo@snap
11 rbd: snapshot name specified for a command that doesn't use it
12 [22]
13 $ rbd import-diff /tmp/diff foo@snap
14 rbd: snapshot name specified for a command that doesn't use it
15 [22]
16 $ rbd mv foo@snap
17 rbd: snapshot name specified for a command that doesn't use it
18 [22]
19 $ rbd mv foo@snap bar
20 rbd: snapshot name specified for a command that doesn't use it
21 [22]
22 $ rbd mv foo@snap bar@snap
23 rbd: snapshot name specified for a command that doesn't use it
24 [22]
25 $ rbd image-meta list foo@snap
26 rbd: snapshot name specified for a command that doesn't use it
27 [22]
28 $ rbd image-meta get foo@snap
29 rbd: snapshot name specified for a command that doesn't use it
30 [22]
31 $ rbd image-meta get foo@snap key
32 rbd: snapshot name specified for a command that doesn't use it
33 [22]
34 $ rbd image-meta set foo@snap
35 rbd: snapshot name specified for a command that doesn't use it
36 [22]
37 $ rbd image-meta set foo@snap key
38 rbd: snapshot name specified for a command that doesn't use it
39 [22]
40 $ rbd image-meta set foo@snap key val
41 rbd: snapshot name specified for a command that doesn't use it
42 [22]
43 $ rbd image-meta remove foo@snap
44 rbd: snapshot name specified for a command that doesn't use it
45 [22]
46 $ rbd image-meta remove foo@snap key
47 rbd: snapshot name specified for a command that doesn't use it
48 [22]
49 $ rbd snap ls foo@snap
50 rbd: snapshot name specified for a command that doesn't use it
51 [22]
52 $ rbd snap purge foo@snap
53 rbd: snapshot name specified for a command that doesn't use it
54 [22]
55 $ rbd watch foo@snap
56 rbd: snapshot name specified for a command that doesn't use it
57 [22]
58 $ rbd status foo@snap
59 rbd: snapshot name specified for a command that doesn't use it
60 [22]
61 $ rbd feature disable foo@snap
62 rbd: snapshot name specified for a command that doesn't use it
63 [22]
64 $ rbd feature disable foo@snap layering
65 rbd: snapshot name specified for a command that doesn't use it
66 [22]
67 $ rbd feature enable foo@snap
68 rbd: snapshot name specified for a command that doesn't use it
69 [22]
70 $ rbd feature enable foo@snap layering
71 rbd: snapshot name specified for a command that doesn't use it
72 [22]
73 $ rbd lock list foo@snap
74 rbd: snapshot name specified for a command that doesn't use it
75 [22]
76 $ rbd lock add foo@snap
77 rbd: snapshot name specified for a command that doesn't use it
78 [22]
79 $ rbd lock add foo@snap id
80 rbd: snapshot name specified for a command that doesn't use it
81 [22]
82 $ rbd lock remove foo@snap
83 rbd: snapshot name specified for a command that doesn't use it
84 [22]
85 $ rbd lock remove foo@snap id
86 rbd: snapshot name specified for a command that doesn't use it
87 [22]
88 $ rbd lock remove foo@snap id client.1234
89 rbd: snapshot name specified for a command that doesn't use it
90 [22]
91 $ rbd bench foo@snap --io-type write
92 rbd: snapshot name specified for a command that doesn't use it
93 [22]
94
95 $ rbd clone foo@snap bar@snap
96 rbd: destination snapshot name specified for a command that doesn't use it
97 [22]
98 $ rbd import /bin/ls ls@snap
99 rbd: destination snapshot name specified for a command that doesn't use it
100 [22]
101 $ rbd cp foo bar@snap
102 rbd: destination snapshot name specified for a command that doesn't use it
103 [22]
104 $ rbd cp foo@snap bar@snap
105 rbd: destination snapshot name specified for a command that doesn't use it
106 [22]
107 $ rbd deep cp foo bar@snap
108 rbd: destination snapshot name specified for a command that doesn't use it
109 [22]
110 $ rbd deep cp foo@snap bar@snap
111 rbd: destination snapshot name specified for a command that doesn't use it
112 [22]
113 $ rbd mv foo bar@snap
114 rbd: destination snapshot name specified for a command that doesn't use it
115 [22]