Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / cli / rbd / not-enough-args.t
1   $ rbd info
2   rbd: image name was not specified
3   [22]
4   $ rbd create
5   rbd: image name was not specified
6   [22]
7   $ rbd clone
8   rbd: image name was not specified
9   [22]
10   $ rbd clone foo
11   rbd: snap name was not specified
12   [22]
13   $ rbd clone foo@snap
14   rbd: destination image name was not specified
15   [22]
16   $ rbd clone foo bar
17   rbd: snap name was not specified
18   [22]
19   $ rbd clone foo bar@snap
20   rbd: snap name was not specified
21   [22]
22   $ rbd children
23   rbd: image name was not specified
24   [22]
25   $ rbd children foo
26   rbd: snap name was not specified
27   [22]
28   $ rbd flatten
29   rbd: image name was not specified
30   [22]
31   $ rbd resize
32   rbd: image name was not specified
33   [22]
34   $ rbd rm
35   rbd: image name was not specified
36   [22]
37   $ rbd export
38   rbd: image name was not specified
39   [22]
40   $ rbd import
41   rbd: path was not specified
42   [22]
43   $ rbd diff
44   rbd: image name was not specified
45   [22]
46   $ rbd export-diff
47   rbd: image name was not specified
48   [22]
49   $ rbd export-diff foo
50   rbd: path was not specified
51   [22]
52   $ rbd export-diff foo@snap
53   rbd: path was not specified
54   [22]
55   $ rbd merge-diff
56   rbd: first diff was not specified
57   [22]
58   $ rbd merge-diff /tmp/diff1
59   rbd: second diff was not specified
60   [22]
61   $ rbd merge-diff /tmp/diff1 /tmp/diff2
62   rbd: path was not specified
63   [22]
64   $ rbd import-diff
65   rbd: path was not specified
66   [22]
67   $ rbd import-diff /tmp/diff
68   rbd: image name was not specified
69   [22]
70   $ rbd cp
71   rbd: image name was not specified
72   [22]
73   $ rbd cp foo
74   rbd: destination image name was not specified
75   [22]
76   $ rbd cp foo@snap
77   rbd: destination image name was not specified
78   [22]
79   $ rbd mv
80   rbd: image name was not specified
81   [22]
82   $ rbd mv foo
83   rbd: destination image name was not specified
84   [22]
85   $ rbd image-meta list
86   rbd: image name was not specified
87   [22]
88   $ rbd image-meta get
89   rbd: image name was not specified
90   [22]
91   $ rbd image-meta get foo
92   rbd: metadata key was not specified
93   [22]
94   $ rbd image-meta set
95   rbd: image name was not specified
96   [22]
97   $ rbd image-meta set foo
98   rbd: metadata key was not specified
99   [22]
100   $ rbd image-meta set foo key
101   rbd: metadata value was not specified
102   [22]
103   $ rbd image-meta remove
104   rbd: image name was not specified
105   [22]
106   $ rbd image-meta remove foo
107   rbd: metadata key was not specified
108   [22]
109   $ rbd object-map rebuild
110   rbd: image name was not specified
111   [22]
112   $ rbd snap ls
113   rbd: image name was not specified
114   [22]
115   $ rbd snap create
116   rbd: image name was not specified
117   [22]
118   $ rbd snap create foo
119   rbd: snap name was not specified
120   [22]
121   $ rbd snap rollback
122   rbd: image name was not specified
123   [22]
124   $ rbd snap rollback foo
125   rbd: snap name was not specified
126   [22]
127   $ rbd snap rm
128   rbd: image name was not specified
129   [22]
130   $ rbd snap rm foo
131   rbd: snap name was not specified
132   [22]
133   $ rbd snap purge
134   rbd: image name was not specified
135   [22]
136   $ rbd snap protect
137   rbd: image name was not specified
138   [22]
139   $ rbd snap protect foo
140   rbd: snap name was not specified
141   [22]
142   $ rbd snap unprotect
143   rbd: image name was not specified
144   [22]
145   $ rbd snap unprotect foo
146   rbd: snap name was not specified
147   [22]
148   $ rbd watch
149   rbd: image name was not specified
150   [22]
151   $ rbd status
152   rbd: image name was not specified
153   [22]
154   $ rbd map
155   rbd: image name was not specified
156   [22]
157   $ rbd unmap
158   rbd: unmap requires either image name or device path
159   [22]
160   $ rbd feature disable
161   rbd: image name was not specified
162   [22]
163   $ rbd feature disable foo
164   rbd: at least one feature name must be specified
165   [22]
166   $ rbd feature enable
167   rbd: image name was not specified
168   [22]
169   $ rbd feature enable foo
170   rbd: at least one feature name must be specified
171   [22]
172   $ rbd lock list
173   rbd: image name was not specified
174   [22]
175   $ rbd lock add
176   rbd: image name was not specified
177   [22]
178   $ rbd lock add foo
179   rbd: lock id was not specified
180   [22]
181   $ rbd lock remove
182   rbd: image name was not specified
183   [22]
184   $ rbd lock remove foo
185   rbd: lock id was not specified
186   [22]
187   $ rbd lock remove foo id
188   rbd: locker was not specified
189   [22]
190   $ rbd bench --io-type write
191   rbd: image name was not specified
192   [22]
193   $ rbd mirror pool enable rbd
194   rbd: must specify 'image' or 'pool' mode.
195   [22]
196   $ rbd mirror pool peer add rbd
197   rbd: remote cluster was not specified
198   [22]
199   $ rbd mirror pool peer remove rbd
200   rbd: must specify peer uuid
201   [22]
202   $ rbd mirror image demote
203   rbd: image name was not specified
204   [22]
205   $ rbd mirror image disable
206   rbd: image name was not specified
207   [22]
208   $ rbd mirror image enable
209   rbd: image name was not specified
210   [22]
211   $ rbd mirror image promote
212   rbd: image name was not specified
213   [22]
214   $ rbd mirror image resync
215   rbd: image name was not specified
216   [22]