~ubuntu-branches/ubuntu/saucy/cinder/saucy

« back to all changes in this revision

Viewing changes to cinder/locale/it/LC_MESSAGES/cinder.po

  • Committer: Package Import Robot
  • Author(s): Chuck Short, James Page, Adam Gandelman, Chuck Short
  • Date: 2013-09-08 21:09:46 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20130908210946-3dbzq1jy5uji4wad
Tags: 1:2013.2~b3-0ubuntu1
[ James Page ]
* d/control: Switch ceph-common -> python-ceph inline with upstream
  refactoring of Ceph RBD driver, move to Suggests of python-cinder.
  (LP: #1190791). 

[ Adam Gandelman ]
* debian/patches/avoid_paramiko_vers_depends.patch: Dropped, no longer
  required.
* Add minimum requirement python-greenlet (>= 0.3.2).
* Add minimum requirement python-eventlet (>= 0.12.0).
* Add minimum requirement python-paramiko (>= 1.8).

[ Chuck Short ]
* New upstream release.
* debian/patches/skip-sqlachemy-failures.patch: Skip testfailures
  with sqlalchemy 0.8 until they are fixed upstream.
* debian/control: Add python-babel to build-depends.
* debian/control: Add python-novaclient to build-depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgstr ""
8
8
"Project-Id-Version:  cinder\n"
9
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
 
"POT-Creation-Date: 2013-07-15 18:10+0000\n"
 
10
"POT-Creation-Date: 2013-08-27 06:09+0000\n"
11
11
"PO-Revision-Date: 2012-04-01 18:59+0000\n"
12
12
"Last-Translator: simone.sandri <lexluxsox@hotmail.it>\n"
13
13
"Language-Team: Italian <it@li.org>\n"
15
15
"MIME-Version: 1.0\n"
16
16
"Content-Type: text/plain; charset=utf-8\n"
17
17
"Content-Transfer-Encoding: 8bit\n"
18
 
"Generated-By: Babel 0.9.6\n"
 
18
"Generated-By: Babel 1.3\n"
19
19
 
20
 
#: cinder/context.py:61
 
20
#: cinder/context.py:62
21
21
#, python-format
22
22
msgid "Arguments dropped when creating context: %s"
23
23
msgstr ""
24
24
 
25
 
#: cinder/context.py:93
 
25
#: cinder/context.py:102
26
26
#, python-format
27
27
msgid "read_deleted can only be one of 'no', 'yes' or 'only', not %r"
28
28
msgstr ""
29
29
 
30
 
#: cinder/exception.py:66
31
 
msgid "Unexpected error while running command."
32
 
msgstr "Si e' verificato un errore inatteso durante l'esecuzione del comando."
33
 
 
34
 
#: cinder/exception.py:69
35
 
#, python-format
36
 
msgid ""
37
 
"%(description)s\n"
38
 
"Command: %(cmd)s\n"
39
 
"Exit code: %(exit_code)s\n"
40
 
"Stdout: %(stdout)r\n"
41
 
"Stderr: %(stderr)r"
42
 
msgstr ""
43
 
"%(description)s\n"
44
 
"Comando: %(cmd)s\n"
45
 
"Exit code: %(exit_code)s\n"
46
 
"Stdout: %(stdout)r\n"
47
 
"Stderr: %(stderr)r"
48
 
 
49
 
#: cinder/exception.py:92
 
30
#: cinder/exception.py:76 cinder/brick/exception.py:39
50
31
msgid "An unknown exception occurred."
51
32
msgstr "E' stato riscontrato un errore sconosciuto"
52
33
 
53
 
#: cinder/exception.py:114 cinder/openstack/common/rpc/common.py:86
 
34
#: cinder/exception.py:98 cinder/brick/exception.py:61
 
35
#: cinder/openstack/common/rpc/common.py:86
54
36
msgid "Exception in string format operation"
55
37
msgstr ""
56
38
 
57
 
#: cinder/exception.py:126
 
39
#: cinder/exception.py:117
58
40
msgid "Connection to glance failed"
59
41
msgstr ""
60
42
 
61
 
#: cinder/exception.py:130
 
43
#: cinder/exception.py:121
62
44
msgid "Not authorized."
63
45
msgstr ""
64
46
 
65
 
#: cinder/exception.py:135
 
47
#: cinder/exception.py:126
66
48
msgid "User does not have admin privileges"
67
49
msgstr "L'utente non ha i privilegi dell'amministratore"
68
50
 
69
 
#: cinder/exception.py:139
 
51
#: cinder/exception.py:130
70
52
#, python-format
71
53
msgid "Policy doesn't allow %(action)s to be performed."
72
54
msgstr ""
73
55
 
74
 
#: cinder/exception.py:143
 
56
#: cinder/exception.py:134
75
57
#, fuzzy, python-format
76
58
msgid "Not authorized for image %(image_id)s."
77
59
msgstr "nessun metodo per il messaggio: %s"
78
60
 
79
 
#: cinder/exception.py:147
 
61
#: cinder/exception.py:138 cinder/brick/exception.py:81
80
62
msgid "Unacceptable parameters."
81
63
msgstr "Parametri inaccettabili."
82
64
 
83
 
#: cinder/exception.py:152
 
65
#: cinder/exception.py:143
84
66
msgid "Invalid snapshot"
85
67
msgstr ""
86
68
 
87
 
#: cinder/exception.py:156
 
69
#: cinder/exception.py:147
88
70
#, python-format
89
71
msgid "Invalid source volume %(reason)s."
90
72
msgstr ""
91
73
 
92
 
#: cinder/exception.py:160
 
74
#: cinder/exception.py:151
93
75
#, python-format
94
76
msgid "Volume %(volume_id)s is still attached, detach volume first."
95
77
msgstr ""
96
78
 
97
 
#: cinder/exception.py:164
 
79
#: cinder/exception.py:155
98
80
msgid "Failed to load data into json format"
99
81
msgstr ""
100
82
 
101
 
#: cinder/exception.py:168
 
83
#: cinder/exception.py:159
102
84
msgid "The request is invalid."
103
85
msgstr "La richiesta non è valida."
104
86
 
105
 
#: cinder/exception.py:172
 
87
#: cinder/exception.py:163
106
88
#, fuzzy
107
89
msgid "The results are invalid."
108
90
msgstr "La richiesta non è valida."
109
91
 
110
 
#: cinder/exception.py:176
 
92
#: cinder/exception.py:167
111
93
msgid "Invalid input received"
112
94
msgstr "E' stato ricevuto un input non valido"
113
95
 
114
 
#: cinder/exception.py:180
 
96
#: cinder/exception.py:171
115
97
msgid "Invalid volume type"
116
98
msgstr "Tipo del volume non valido"
117
99
 
118
 
#: cinder/exception.py:184
 
100
#: cinder/exception.py:175
119
101
msgid "Invalid volume"
120
102
msgstr "Volume non valido"
121
103
 
122
 
#: cinder/exception.py:188
 
104
#: cinder/exception.py:179
123
105
#, python-format
124
106
msgid "Invalid content type %(content_type)s."
125
107
msgstr ""
126
108
 
127
 
#: cinder/exception.py:194
 
109
#: cinder/exception.py:183
 
110
msgid "Invalid host"
 
111
msgstr ""
 
112
 
 
113
#: cinder/exception.py:189 cinder/brick/exception.py:88
128
114
#, python-format
129
115
msgid "%(err)s"
130
116
msgstr ""
131
117
 
132
 
#: cinder/exception.py:198
 
118
#: cinder/exception.py:193
133
119
#, fuzzy
134
120
msgid "Invalid auth key"
135
121
msgstr "E' stato ricevuto un input non valido"
136
122
 
137
 
#: cinder/exception.py:202
 
123
#: cinder/exception.py:197
138
124
msgid "Service is unavailable at this time."
139
125
msgstr ""
140
126
 
141
 
#: cinder/exception.py:206
 
127
#: cinder/exception.py:201
142
128
#, python-format
143
129
msgid "Image %(image_id)s is unacceptable: %(reason)s"
144
130
msgstr ""
145
131
 
146
 
#: cinder/exception.py:210
 
132
#: cinder/exception.py:205
147
133
#, python-format
148
134
msgid "The device in the path %(path)s is unavailable: %(reason)s"
149
135
msgstr ""
150
136
 
151
 
#: cinder/exception.py:214
 
137
#: cinder/exception.py:209
152
138
#, python-format
153
139
msgid "Expected a uuid but received %(uuid)s."
154
140
msgstr ""
155
141
 
156
 
#: cinder/exception.py:218
 
142
#: cinder/exception.py:213 cinder/brick/exception.py:75
157
143
msgid "Resource could not be found."
158
144
msgstr ""
159
145
 
160
 
#: cinder/exception.py:224
 
146
#: cinder/exception.py:219
161
147
#, python-format
162
148
msgid "Volume %(volume_id)s persistence file could not be found."
163
149
msgstr ""
164
150
 
165
 
#: cinder/exception.py:228
 
151
#: cinder/exception.py:223
166
152
#, python-format
167
153
msgid "Volume %(volume_id)s could not be found."
168
154
msgstr ""
169
155
 
 
156
#: cinder/exception.py:227
 
157
#, python-format
 
158
msgid "Unable to locate account %(account_name)s on Solidfire device"
 
159
msgstr ""
 
160
 
170
161
#: cinder/exception.py:232
171
162
#, python-format
172
 
msgid "Unable to locate account %(account_name)s on Solidfire device"
173
 
msgstr ""
174
 
 
175
 
#: cinder/exception.py:237
176
 
#, python-format
177
163
msgid "Volume not found for instance %(instance_id)s."
178
164
msgstr ""
179
165
 
180
 
#: cinder/exception.py:241
 
166
#: cinder/exception.py:236
181
167
#, python-format
182
168
msgid "Volume %(volume_id)s has no metadata with key %(metadata_key)s."
183
169
msgstr ""
184
170
 
185
 
#: cinder/exception.py:246 cinder/exception.py:259
 
171
#: cinder/exception.py:241 cinder/exception.py:254
186
172
msgid "Invalid metadata"
187
173
msgstr ""
188
174
 
189
 
#: cinder/exception.py:250 cinder/exception.py:263
 
175
#: cinder/exception.py:245 cinder/exception.py:258
190
176
msgid "Invalid metadata size"
191
177
msgstr ""
192
178
 
193
 
#: cinder/exception.py:254
 
179
#: cinder/exception.py:249
194
180
#, python-format
195
181
msgid "Snapshot %(snapshot_id)s has no metadata with key %(metadata_key)s."
196
182
msgstr ""
197
183
 
198
 
#: cinder/exception.py:267
 
184
#: cinder/exception.py:262
199
185
#, python-format
200
186
msgid "Volume type %(volume_type_id)s could not be found."
201
187
msgstr ""
202
188
 
 
189
#: cinder/exception.py:266
 
190
#, python-format
 
191
msgid "Volume type with name %(volume_type_name)s could not be found."
 
192
msgstr ""
 
193
 
203
194
#: cinder/exception.py:271
204
195
#, python-format
205
 
msgid "Volume type with name %(volume_type_name)s could not be found."
206
 
msgstr ""
207
 
 
208
 
#: cinder/exception.py:276
209
 
#, python-format
210
196
msgid ""
211
197
"Volume Type %(volume_type_id)s has no extra specs with key "
212
198
"%(extra_specs_key)s."
213
199
msgstr ""
214
200
 
215
 
#: cinder/exception.py:281
 
201
#: cinder/exception.py:276
216
202
#, python-format
217
203
msgid "Snapshot %(snapshot_id)s could not be found."
218
204
msgstr ""
219
205
 
220
 
#: cinder/exception.py:285
 
206
#: cinder/exception.py:280
221
207
#, python-format
222
208
msgid "deleting volume %(volume_name)s that has snapshot"
223
209
msgstr ""
224
210
 
 
211
#: cinder/exception.py:284
 
212
#, python-format
 
213
msgid "deleting snapshot %(snapshot_name)s that has dependent volumes"
 
214
msgstr ""
 
215
 
225
216
#: cinder/exception.py:289
226
217
#, python-format
227
 
msgid "deleting snapshot %(snapshot_name)s that has dependent volumes"
228
 
msgstr ""
229
 
 
230
 
#: cinder/exception.py:294
231
 
#, python-format
232
218
msgid "No target id found for volume %(volume_id)s."
233
219
msgstr ""
234
220
 
235
 
#: cinder/exception.py:298
236
 
#, python-format
237
 
msgid "Failed to create iscsi target for volume %(volume_id)s."
238
 
msgstr ""
239
 
 
240
 
#: cinder/exception.py:302
241
 
#, python-format
242
 
msgid "Failed to attach iSCSI target for volume %(volume_id)s."
243
 
msgstr ""
244
 
 
245
 
#: cinder/exception.py:306
246
 
#, python-format
247
 
msgid "Failed to remove iscsi target for volume %(volume_id)s."
248
 
msgstr ""
249
 
 
250
 
#: cinder/exception.py:310
 
221
#: cinder/exception.py:293
251
222
#, python-format
252
223
msgid "No disk at %(location)s"
253
224
msgstr ""
254
225
 
255
 
#: cinder/exception.py:314
 
226
#: cinder/exception.py:297
256
227
#, python-format
257
228
msgid "Invalid image href %(image_href)s."
258
229
msgstr ""
259
230
 
260
 
#: cinder/exception.py:318
 
231
#: cinder/exception.py:301
261
232
#, python-format
262
233
msgid "Image %(image_id)s could not be found."
263
234
msgstr ""
264
235
 
265
 
#: cinder/exception.py:322
 
236
#: cinder/exception.py:305
266
237
#, python-format
267
238
msgid "Service %(service_id)s could not be found."
268
239
msgstr ""
269
240
 
270
 
#: cinder/exception.py:326
 
241
#: cinder/exception.py:309
271
242
#, python-format
272
243
msgid "Host %(host)s could not be found."
273
244
msgstr ""
274
245
 
275
 
#: cinder/exception.py:330
 
246
#: cinder/exception.py:313
276
247
#, python-format
277
248
msgid "Scheduler Host Filter %(filter_name)s could not be found."
278
249
msgstr ""
279
250
 
280
 
#: cinder/exception.py:334
 
251
#: cinder/exception.py:317
281
252
#, python-format
282
253
msgid "Scheduler Host Weigher %(weigher_name)s could not be found."
283
254
msgstr ""
284
255
 
285
 
#: cinder/exception.py:338
 
256
#: cinder/exception.py:321
286
257
#, python-format
287
258
msgid "Could not find binary %(binary)s on host %(host)s."
288
259
msgstr ""
289
260
 
290
 
#: cinder/exception.py:342
 
261
#: cinder/exception.py:325
291
262
#, python-format
292
263
msgid "Invalid reservation expiration %(expire)s."
293
264
msgstr ""
294
265
 
295
 
#: cinder/exception.py:346
 
266
#: cinder/exception.py:329
296
267
#, python-format
297
268
msgid ""
298
269
"Change would make usage less than 0 for the following resources: "
299
270
"%(unders)s"
300
271
msgstr ""
301
272
 
302
 
#: cinder/exception.py:351
 
273
#: cinder/exception.py:334
303
274
msgid "Quota could not be found"
304
275
msgstr ""
305
276
 
306
 
#: cinder/exception.py:355
 
277
#: cinder/exception.py:338
307
278
#, python-format
308
279
msgid "Unknown quota resources %(unknown)s."
309
280
msgstr ""
310
281
 
311
 
#: cinder/exception.py:359
 
282
#: cinder/exception.py:342
312
283
#, python-format
313
284
msgid "Quota for project %(project_id)s could not be found."
314
285
msgstr ""
315
286
 
316
 
#: cinder/exception.py:363
 
287
#: cinder/exception.py:346
317
288
#, python-format
318
289
msgid "Quota class %(class_name)s could not be found."
319
290
msgstr ""
320
291
 
321
 
#: cinder/exception.py:367
 
292
#: cinder/exception.py:350
322
293
#, python-format
323
294
msgid "Quota usage for project %(project_id)s could not be found."
324
295
msgstr ""
325
296
 
326
 
#: cinder/exception.py:371
 
297
#: cinder/exception.py:354
327
298
#, python-format
328
299
msgid "Quota reservation %(uuid)s could not be found."
329
300
msgstr ""
330
301
 
331
 
#: cinder/exception.py:375
 
302
#: cinder/exception.py:358
332
303
#, python-format
333
304
msgid "Quota exceeded for resources: %(overs)s"
334
305
msgstr ""
335
306
 
336
 
#: cinder/exception.py:379
 
307
#: cinder/exception.py:362
337
308
#, python-format
338
309
msgid "Migration %(migration_id)s could not be found."
339
310
msgstr ""
340
311
 
341
 
#: cinder/exception.py:383
 
312
#: cinder/exception.py:366
342
313
#, python-format
343
314
msgid "Migration not found for instance %(instance_id)s with status %(status)s."
344
315
msgstr ""
345
316
 
346
 
#: cinder/exception.py:388
 
317
#: cinder/exception.py:371
347
318
#, python-format
348
319
msgid "File %(file_path)s could not be found."
349
320
msgstr ""
350
321
 
351
 
#: cinder/exception.py:392
 
322
#: cinder/exception.py:375
352
323
#, python-format
353
324
msgid "Class %(class_name)s could not be found: %(exception)s"
354
325
msgstr ""
355
326
 
356
 
#: cinder/exception.py:396
 
327
#: cinder/exception.py:379
357
328
msgid "Action not allowed."
358
329
msgstr ""
359
330
 
360
 
#: cinder/exception.py:405
 
331
#: cinder/exception.py:388
361
332
#, python-format
362
333
msgid "Key pair %(key_name)s already exists."
363
334
msgstr ""
364
335
 
365
 
#: cinder/exception.py:409
 
336
#: cinder/exception.py:392
366
337
#, python-format
367
338
msgid "Volume Type %(id)s already exists."
368
339
msgstr ""
369
340
 
370
 
#: cinder/exception.py:413
 
341
#: cinder/exception.py:396
 
342
#, python-format
 
343
msgid "Volume type encryption for type %(type_id)s already exists."
 
344
msgstr ""
 
345
 
 
346
#: cinder/exception.py:400
371
347
msgid "Migration error"
372
348
msgstr ""
373
349
 
374
 
#: cinder/exception.py:417
 
350
#: cinder/exception.py:404
375
351
#, python-format
376
352
msgid "Malformed message body: %(reason)s"
377
353
msgstr ""
378
354
 
379
 
#: cinder/exception.py:421
 
355
#: cinder/exception.py:408
380
356
#, python-format
381
357
msgid "Could not find config at %(path)s"
382
358
msgstr ""
383
359
 
384
 
#: cinder/exception.py:425
 
360
#: cinder/exception.py:412
385
361
#, fuzzy, python-format
386
362
msgid "Could not find parameter %(param)s"
387
363
msgstr "Impossibile localizzare il volume %s"
388
364
 
389
 
#: cinder/exception.py:429
 
365
#: cinder/exception.py:416
390
366
#, python-format
391
367
msgid "Could not load paste app '%(name)s' from %(path)s"
392
368
msgstr ""
393
369
 
394
 
#: cinder/exception.py:433
 
370
#: cinder/exception.py:420
395
371
#, python-format
396
372
msgid "No valid host was found. %(reason)s"
397
373
msgstr ""
398
374
 
399
 
#: cinder/exception.py:437
 
375
#: cinder/exception.py:424
400
376
#, python-format
401
377
msgid "Host %(host)s is not up or doesn't exist."
402
378
msgstr ""
403
379
 
404
 
#: cinder/exception.py:441
 
380
#: cinder/exception.py:428
405
381
msgid "Quota exceeded"
406
382
msgstr ""
407
383
 
408
 
#: cinder/exception.py:448
 
384
#: cinder/exception.py:435
409
385
msgid "Requested volume or snapshot exceeds allowed Gigabytes quota"
410
386
msgstr ""
411
387
 
412
 
#: cinder/exception.py:453
 
388
#: cinder/exception.py:440
413
389
msgid "Maximum volume/snapshot size exceeded"
414
390
msgstr ""
415
391
 
416
 
#: cinder/exception.py:457
 
392
#: cinder/exception.py:444
417
393
#, python-format
418
394
msgid "Maximum number of volumes allowed (%(allowed)d) exceeded"
419
395
msgstr ""
420
396
 
421
 
#: cinder/exception.py:461
 
397
#: cinder/exception.py:448
422
398
#, python-format
423
399
msgid "Maximum number of snapshots allowed (%(allowed)d) exceeded"
424
400
msgstr ""
425
401
 
426
 
#: cinder/exception.py:465
 
402
#: cinder/exception.py:452
427
403
#, python-format
428
404
msgid "Detected more than one volume with name %(vol_name)s"
429
405
msgstr ""
430
406
 
431
 
#: cinder/exception.py:469
 
407
#: cinder/exception.py:456
432
408
#, python-format
433
409
msgid "3PAR Host already exists: %(err)s.  %(info)s"
434
410
msgstr ""
435
411
 
436
 
#: cinder/exception.py:473
 
412
#: cinder/exception.py:460
437
413
#, python-format
438
414
msgid "Invalid 3PAR Domain: %(err)s"
439
415
msgstr ""
440
416
 
441
 
#: cinder/exception.py:477
 
417
#: cinder/exception.py:464
442
418
#, python-format
443
419
msgid "Cannot create volume_type with name %(name)s and specs %(extra_specs)s"
444
420
msgstr ""
445
421
 
446
 
#: cinder/exception.py:482
 
422
#: cinder/exception.py:469
447
423
msgid "Bad response from SolidFire API"
448
424
msgstr ""
449
425
 
450
 
#: cinder/exception.py:486
 
426
#: cinder/exception.py:473
451
427
#, python-format
452
428
msgid "Error in SolidFire API response: data=%(data)s"
453
429
msgstr ""
454
430
 
455
 
#: cinder/exception.py:490
 
431
#: cinder/exception.py:477
456
432
#, python-format
457
433
msgid "Unknown or unsupported command %(cmd)s"
458
434
msgstr ""
459
435
 
460
 
#: cinder/exception.py:494
 
436
#: cinder/exception.py:481
461
437
#, python-format
462
438
msgid "Malformed response to command %(cmd)s: %(reason)s"
463
439
msgstr ""
464
440
 
465
 
#: cinder/exception.py:498
 
441
#: cinder/exception.py:485
466
442
#, python-format
467
443
msgid "Bad HTTP response status %(status)s"
468
444
msgstr ""
469
445
 
470
 
#: cinder/exception.py:502
 
446
#: cinder/exception.py:489
471
447
#, python-format
472
448
msgid "Operation failed with status=%(status)s. Full dump: %(data)s"
473
449
msgstr ""
474
450
 
475
 
#: cinder/exception.py:506
 
451
#: cinder/exception.py:493
476
452
#, fuzzy, python-format
477
453
msgid "Unable to create server object for initiator %(name)s"
478
454
msgstr "Impossible creare il VDI su SR %(sr_ref)s per l'istanza %(instance_name)s"
479
455
 
480
 
#: cinder/exception.py:510
 
456
#: cinder/exception.py:497
481
457
#, python-format
482
458
msgid "Unable to find server object for initiator %(name)s"
483
459
msgstr ""
484
460
 
485
 
#: cinder/exception.py:514
 
461
#: cinder/exception.py:501
486
462
msgid "Unable to find any active VPSA controller"
487
463
msgstr ""
488
464
 
489
 
#: cinder/exception.py:518
 
465
#: cinder/exception.py:505
490
466
#, python-format
491
467
msgid "Failed to retrieve attachments for volume %(name)s"
492
468
msgstr ""
493
469
 
494
 
#: cinder/exception.py:522
 
470
#: cinder/exception.py:509
495
471
#, python-format
496
472
msgid "Invalid attachment info for volume %(name)s: %(reason)s"
497
473
msgstr ""
498
474
 
499
 
#: cinder/exception.py:526
 
475
#: cinder/exception.py:513
500
476
#, python-format
501
477
msgid "Instance %(instance_id)s could not be found."
502
478
msgstr ""
503
479
 
504
 
#: cinder/exception.py:530
 
480
#: cinder/exception.py:517
505
481
#, python-format
506
482
msgid "Bad or unexpected response from the storage volume backend API: %(data)s"
507
483
msgstr ""
508
484
 
509
 
#: cinder/exception.py:535
 
485
#: cinder/exception.py:522
510
486
#, fuzzy
511
487
msgid "Unknown NFS exception"
512
488
msgstr "E' stato riscontrato un errore sconosciuto"
513
489
 
514
 
#: cinder/exception.py:539
 
490
#: cinder/exception.py:526
515
491
msgid "No mounted NFS shares found"
516
492
msgstr ""
517
493
 
518
 
#: cinder/exception.py:543 cinder/exception.py:555
 
494
#: cinder/exception.py:530 cinder/exception.py:542
519
495
#, python-format
520
496
msgid "There is no share which can host %(volume_size)sG"
521
497
msgstr ""
522
498
 
523
 
#: cinder/exception.py:547
 
499
#: cinder/exception.py:534
524
500
#, fuzzy
525
501
msgid "Unknown Gluster exception"
526
502
msgstr "E' stato riscontrato un errore sconosciuto"
527
503
 
 
504
#: cinder/exception.py:538
 
505
msgid "No mounted Gluster shares found"
 
506
msgstr ""
 
507
 
 
508
#: cinder/exception.py:546
 
509
#, python-format
 
510
msgid ""
 
511
"Glance metadata cannot be updated, key %(key)s exists for volume id "
 
512
"%(volume_id)s"
 
513
msgstr ""
 
514
 
528
515
#: cinder/exception.py:551
529
 
msgid "No mounted Gluster shares found"
 
516
#, python-format
 
517
msgid "Glance metadata for volume/snapshot %(id)s cannot be found."
 
518
msgstr ""
 
519
 
 
520
#: cinder/exception.py:555
 
521
#, python-format
 
522
msgid "Failed to export for volume: %(reason)s"
530
523
msgstr ""
531
524
 
532
525
#: cinder/exception.py:559
533
526
#, python-format
534
 
msgid ""
535
 
"Glance metadata cannot be updated, key %(key)s exists for volume id "
536
 
"%(volume_id)s"
537
 
msgstr ""
538
 
 
539
 
#: cinder/exception.py:564
 
527
msgid "Failed to create metadata for volume: %(reason)s"
 
528
msgstr ""
 
529
 
 
530
#: cinder/exception.py:563
 
531
#, python-format
 
532
msgid "Failed to update metadata for volume: %(reason)s"
 
533
msgstr ""
 
534
 
 
535
#: cinder/exception.py:567
 
536
#, python-format
 
537
msgid "Failed to copy metadata to volume: %(reason)s"
 
538
msgstr ""
 
539
 
 
540
#: cinder/exception.py:571
540
541
#, fuzzy, python-format
541
542
msgid "Failed to copy image to volume: %(reason)s"
542
543
msgstr "Impossibile localizzare il volume %s"
543
544
 
544
 
#: cinder/exception.py:568
 
545
#: cinder/exception.py:575
 
546
msgid "Invalid Ceph args provided for backup rbd operation"
 
547
msgstr ""
 
548
 
 
549
#: cinder/exception.py:579
 
550
msgid "An error has occurred during backup operation"
 
551
msgstr ""
 
552
 
 
553
#: cinder/exception.py:583
 
554
msgid "Backup RBD operation failed"
 
555
msgstr ""
 
556
 
 
557
#: cinder/exception.py:587
545
558
#, python-format
546
559
msgid "Backup volume %(volume_id)s type not recognised."
547
560
msgstr ""
548
561
 
549
 
#: cinder/exception.py:572
 
562
#: cinder/exception.py:591
550
563
#, python-format
551
564
msgid "Backup %(backup_id)s could not be found."
552
565
msgstr ""
553
566
 
554
 
#: cinder/exception.py:576
 
567
#: cinder/exception.py:595
555
568
#, python-format
556
569
msgid "Invalid backup: %(reason)s"
557
570
msgstr ""
558
571
 
559
 
#: cinder/exception.py:580
 
572
#: cinder/exception.py:599
560
573
msgid "Connection to swift failed"
561
574
msgstr ""
562
575
 
563
 
#: cinder/exception.py:584
 
576
#: cinder/exception.py:603
564
577
#, python-format
565
578
msgid "Transfer %(transfer_id)s could not be found."
566
579
msgstr ""
567
580
 
 
581
#: cinder/exception.py:607
 
582
msgid "Volume migration failed"
 
583
msgstr ""
 
584
 
 
585
#: cinder/exception.py:611
 
586
#, python-format
 
587
msgid "Connect to volume via protocol %(protocol)s not supported."
 
588
msgstr ""
 
589
 
 
590
#: cinder/exception.py:615
 
591
msgid "SSH command injection detected"
 
592
msgstr ""
 
593
 
 
594
#: cinder/exception.py:619
 
595
msgid "Coraid Cinder Driver exception."
 
596
msgstr ""
 
597
 
 
598
#: cinder/exception.py:623
 
599
msgid "Failed to encode json data."
 
600
msgstr ""
 
601
 
 
602
#: cinder/exception.py:627
 
603
msgid "Login on ESM failed."
 
604
msgstr ""
 
605
 
 
606
#: cinder/exception.py:631
 
607
msgid "Relogin on ESM failed."
 
608
msgstr ""
 
609
 
 
610
#: cinder/exception.py:635
 
611
#, python-format
 
612
msgid "Group with name \"%(group_name)s\" not found."
 
613
msgstr ""
 
614
 
 
615
#: cinder/exception.py:639
 
616
#, python-format
 
617
msgid "ESM configure request failed: %(message)s."
 
618
msgstr ""
 
619
 
 
620
#: cinder/exception.py:643
 
621
#, python-format
 
622
msgid "Coraid ESM not available with reason: %(reason)s."
 
623
msgstr ""
 
624
 
 
625
#: cinder/exception.py:647
 
626
#, python-format
 
627
msgid "QoS Specs %(specs_id)s already exists."
 
628
msgstr ""
 
629
 
 
630
#: cinder/exception.py:651
 
631
#, python-format
 
632
msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
 
633
msgstr ""
 
634
 
 
635
#: cinder/exception.py:656
 
636
#, python-format
 
637
msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
 
638
msgstr ""
 
639
 
 
640
#: cinder/exception.py:661
 
641
#, python-format
 
642
msgid "No such QoS spec %(specs_id)s."
 
643
msgstr ""
 
644
 
 
645
#: cinder/exception.py:665
 
646
#, python-format
 
647
msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
 
648
msgstr ""
 
649
 
 
650
#: cinder/exception.py:670
 
651
#, python-format
 
652
msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
 
653
msgstr ""
 
654
 
 
655
#: cinder/exception.py:675
 
656
#, python-format
 
657
msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
 
658
msgstr ""
 
659
 
 
660
#: cinder/exception.py:680
 
661
msgid "Invalid qos specs"
 
662
msgstr ""
 
663
 
 
664
#: cinder/exception.py:684
 
665
#, python-format
 
666
msgid "QoS Specs %(specs_id)s is still associated with entities."
 
667
msgstr ""
 
668
 
568
669
#: cinder/manager.py:135
569
670
msgid "Notifying Schedulers of capabilities ..."
570
671
msgstr ""
577
678
msgid "Rule checked when requested rule is not found"
578
679
msgstr ""
579
680
 
580
 
#: cinder/quota.py:105
 
681
#: cinder/quota.py:106
581
682
#, python-format
582
683
msgid ""
583
684
"Default quota for resource: %(res)s is set by the default quota flag: "
585
686
"class for default quota."
586
687
msgstr ""
587
688
 
588
 
#: cinder/quota.py:801
 
689
#: cinder/quota.py:759
589
690
#, python-format
590
691
msgid "Created reservations %s"
591
692
msgstr ""
592
693
 
593
 
#: cinder/quota.py:823
 
694
#: cinder/quota.py:781
594
695
#, python-format
595
696
msgid "Failed to commit reservations %s"
596
697
msgstr ""
597
698
 
598
 
#: cinder/quota.py:843
 
699
#: cinder/quota.py:801
599
700
#, python-format
600
701
msgid "Failed to roll back reservations %s"
601
702
msgstr ""
602
703
 
603
 
#: cinder/quota.py:922
 
704
#: cinder/quota.py:888
604
705
msgid "Cannot register resource"
605
706
msgstr ""
606
707
 
607
 
#: cinder/quota.py:925
 
708
#: cinder/quota.py:891
608
709
msgid "Cannot register resources"
609
710
msgstr ""
610
711
 
681
782
msgid "Starting %(topic)s node (version %(version_string)s)"
682
783
msgstr ""
683
784
 
684
 
#: cinder/service.py:371 cinder/openstack/common/rpc/service.py:47
 
785
#: cinder/service.py:370 cinder/openstack/common/rpc/service.py:47
685
786
#, python-format
686
787
msgid "Creating Consumer connection for Service %s"
687
788
msgstr ""
713
814
msgid "%s : FLAG SET "
714
815
msgstr ""
715
816
 
716
 
#: cinder/utils.py:90
717
 
#, python-format
718
 
msgid "Fetching %s"
719
 
msgstr "Prelievo %s"
720
 
 
721
 
#: cinder/utils.py:134 cinder/openstack/common/processutils.py:218
722
 
#: cinder/volume/drivers/san/hp/hp_3par_common.py:270
723
 
#, python-format
724
 
msgid "Running cmd (SSH): %s"
725
 
msgstr "Eseguendo cmd (SSH): %s"
726
 
 
727
 
#: cinder/utils.py:136 cinder/openstack/common/processutils.py:220
728
 
msgid "Environment not supported over SSH"
729
 
msgstr ""
730
 
 
731
 
#: cinder/utils.py:140 cinder/openstack/common/processutils.py:224
732
 
msgid "process_input not supported over SSH"
733
 
msgstr ""
734
 
 
735
 
#: cinder/utils.py:160 cinder/openstack/common/processutils.py:167
736
 
#: cinder/openstack/common/processutils.py:239
737
 
#: cinder/volume/drivers/san/hp/hp_3par_common.py:297
738
 
#, python-format
739
 
msgid "Result was %s"
740
 
msgstr "Il risultato é %s"
741
 
 
742
 
#: cinder/utils.py:209 cinder/volume/drivers/huawei/huawei_iscsi.py:95
 
817
#: cinder/utils.py:104
 
818
#, python-format
 
819
msgid "Can not translate %s to integer."
 
820
msgstr ""
 
821
 
 
822
#: cinder/utils.py:135
 
823
#, python-format
 
824
msgid "May specify only one of %s"
 
825
msgstr ""
 
826
 
 
827
#: cinder/utils.py:220 cinder/volume/drivers/huawei/huawei_iscsi.py:95
743
828
msgid "Specify a password or private_key"
744
829
msgstr ""
745
830
 
746
 
#: cinder/utils.py:225 cinder/volume/drivers/huawei/huawei_iscsi.py:103
 
831
#: cinder/utils.py:236 cinder/volume/drivers/huawei/huawei_iscsi.py:103
747
832
#, python-format
748
833
msgid "Error connecting via ssh: %s"
749
834
msgstr ""
750
835
 
751
 
#: cinder/utils.py:266
 
836
#: cinder/utils.py:271
752
837
#, python-format
753
838
msgid "debug in callback: %s"
754
839
msgstr "debug in callback: %s"
755
840
 
756
 
#: cinder/utils.py:426
757
 
#, python-format
758
 
msgid "Link Local address is not found.:%s"
759
 
msgstr ""
760
 
 
761
 
#: cinder/utils.py:429
762
 
#, python-format
763
 
msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s"
764
 
msgstr ""
765
 
 
766
 
#: cinder/utils.py:464
 
841
#: cinder/utils.py:424
767
842
#, python-format
768
843
msgid "Invalid backend: %s"
769
844
msgstr ""
770
845
 
771
 
#: cinder/utils.py:475
 
846
#: cinder/utils.py:435
772
847
#, python-format
773
848
msgid "backend %s"
774
849
msgstr ""
775
850
 
776
 
#: cinder/utils.py:525
 
851
#: cinder/utils.py:485
777
852
msgid "in looping call"
778
853
msgstr ""
779
854
 
780
 
#: cinder/utils.py:696
 
855
#: cinder/utils.py:628
781
856
#, python-format
782
857
msgid "Expected object of type: %s"
783
858
msgstr ""
784
859
 
785
 
#: cinder/utils.py:787
 
860
#: cinder/utils.py:694
786
861
#, python-format
787
862
msgid "timefunc: '%(name)s' took %(total_time).2f secs"
788
863
msgstr ""
789
864
 
790
 
#: cinder/utils.py:965
 
865
#: cinder/utils.py:872
791
866
#, python-format
792
867
msgid "Could not remove tmpdir: %s"
793
868
msgstr ""
794
869
 
795
 
#: cinder/wsgi.py:121
 
870
#: cinder/wsgi.py:122
796
871
#, python-format
797
872
msgid "Unable to find cert_file : %s"
798
873
msgstr ""
799
874
 
800
 
#: cinder/wsgi.py:124
 
875
#: cinder/wsgi.py:125
801
876
#, fuzzy, python-format
802
877
msgid "Unable to find ca_file : %s"
803
878
msgstr "Impossibile localizzare il volume %s"
804
879
 
805
 
#: cinder/wsgi.py:127
 
880
#: cinder/wsgi.py:128
806
881
#, python-format
807
882
msgid "Unable to find key_file : %s"
808
883
msgstr ""
809
884
 
810
 
#: cinder/wsgi.py:130
 
885
#: cinder/wsgi.py:131
811
886
msgid ""
812
887
"When running server in SSL mode, you must specify both a cert_file and "
813
888
"key_file option value in your configuration file"
814
889
msgstr ""
815
890
 
816
 
#: cinder/wsgi.py:163
 
891
#: cinder/wsgi.py:164
817
892
#, python-format
818
893
msgid "Could not bind to %(host)s:%(port)s after trying for 30 seconds"
819
894
msgstr ""
820
895
 
821
 
#: cinder/wsgi.py:207
 
896
#: cinder/wsgi.py:208
822
897
#, python-format
823
 
msgid "Started %(name)s on %(_host)s:%(_port)s"
 
898
msgid "Started %(name)s on %(host)s:%(port)s"
824
899
msgstr ""
825
900
 
826
 
#: cinder/wsgi.py:226
 
901
#: cinder/wsgi.py:228
827
902
msgid "Stopping WSGI server."
828
903
msgstr ""
829
904
 
830
 
#: cinder/wsgi.py:240
 
905
#: cinder/wsgi.py:242
831
906
msgid "WSGI server has stopped."
832
907
msgstr ""
833
908
 
834
 
#: cinder/wsgi.py:309
 
909
#: cinder/wsgi.py:311
835
910
msgid "You must implement __call__"
836
911
msgstr ""
837
912
 
847
922
"cinder.api.middleware.auth:pipeline_factory instead."
848
923
msgstr ""
849
924
 
850
 
#: cinder/api/common.py:78 cinder/api/common.py:112 cinder/volume/api.py:405
 
925
#: cinder/api/common.py:78 cinder/api/common.py:112 cinder/volume/api.py:268
851
926
msgid "limit param must be an integer"
852
927
msgstr ""
853
928
 
854
 
#: cinder/api/common.py:81 cinder/api/common.py:116 cinder/volume/api.py:402
 
929
#: cinder/api/common.py:81 cinder/api/common.py:116 cinder/volume/api.py:265
855
930
msgid "limit param must be positive"
856
931
msgstr ""
857
932
 
873
948
msgid "href %s does not contain version"
874
949
msgstr ""
875
950
 
876
 
#: cinder/api/extensions.py:185
 
951
#: cinder/api/extensions.py:184
877
952
msgid "Initializing extension manager."
878
953
msgstr ""
879
954
 
880
 
#: cinder/api/extensions.py:200
 
955
#: cinder/api/extensions.py:199
881
956
#, python-format
882
957
msgid "Loaded extension: %s"
883
958
msgstr ""
884
959
 
 
960
#: cinder/api/extensions.py:237
 
961
#, python-format
 
962
msgid "Ext name: %s"
 
963
msgstr ""
 
964
 
885
965
#: cinder/api/extensions.py:238
886
966
#, python-format
887
 
msgid "Ext name: %s"
 
967
msgid "Ext alias: %s"
888
968
msgstr ""
889
969
 
890
970
#: cinder/api/extensions.py:239
891
971
#, python-format
892
 
msgid "Ext alias: %s"
893
 
msgstr ""
894
 
 
895
 
#: cinder/api/extensions.py:240
896
 
#, python-format
897
972
msgid "Ext description: %s"
898
973
msgstr ""
899
974
 
 
975
#: cinder/api/extensions.py:241
 
976
#, python-format
 
977
msgid "Ext namespace: %s"
 
978
msgstr ""
 
979
 
900
980
#: cinder/api/extensions.py:242
901
981
#, python-format
902
 
msgid "Ext namespace: %s"
903
 
msgstr ""
904
 
 
905
 
#: cinder/api/extensions.py:243
906
 
#, python-format
907
982
msgid "Ext updated: %s"
908
983
msgstr ""
909
984
 
910
 
#: cinder/api/extensions.py:245
 
985
#: cinder/api/extensions.py:244
911
986
#, python-format
912
987
msgid "Exception loading extension: %s"
913
988
msgstr ""
914
989
 
915
 
#: cinder/api/extensions.py:259
 
990
#: cinder/api/extensions.py:258
916
991
#, python-format
917
992
msgid "Loading extension %s"
918
993
msgstr ""
919
994
 
920
 
#: cinder/api/extensions.py:265
 
995
#: cinder/api/extensions.py:264
921
996
#, python-format
922
997
msgid "Calling extension factory %s"
923
998
msgstr ""
924
999
 
925
 
#: cinder/api/extensions.py:279
 
1000
#: cinder/api/extensions.py:278
926
1001
#, python-format
927
1002
msgid "osapi_volume_extension is set to deprecated path: %s"
928
1003
msgstr ""
929
1004
 
930
 
#: cinder/api/extensions.py:281
 
1005
#: cinder/api/extensions.py:280
931
1006
#, python-format
932
1007
msgid ""
933
1008
"Please set your flag or cinder.conf settings for osapi_volume_extension "
934
1009
"to: %s"
935
1010
msgstr ""
936
1011
 
937
 
#: cinder/api/extensions.py:290
 
1012
#: cinder/api/extensions.py:289
938
1013
#, python-format
939
1014
msgid "Failed to load extension %(ext_factory)s: %(exc)s"
940
1015
msgstr ""
941
1016
 
942
 
#: cinder/api/extensions.py:359
 
1017
#: cinder/api/extensions.py:358
943
1018
#, python-format
944
1019
msgid "Failed to load extension %(classpath)s: %(exc)s"
945
1020
msgstr ""
946
1021
 
947
 
#: cinder/api/extensions.py:384
 
1022
#: cinder/api/extensions.py:383
948
1023
#, python-format
949
1024
msgid "Failed to load extension %(ext_name)s: %(exc)s"
950
1025
msgstr ""
959
1034
msgid "element is not a child"
960
1035
msgstr ""
961
1036
 
962
 
#: cinder/api/xmlutil.py:417
 
1037
#: cinder/api/xmlutil.py:465
963
1038
msgid "root element selecting a list"
964
1039
msgstr ""
965
1040
 
966
 
#: cinder/api/xmlutil.py:740
 
1041
#: cinder/api/xmlutil.py:788
967
1042
#, python-format
968
1043
msgid "Template tree mismatch; adding slave %(slavetag)s to master %(mastertag)s"
969
1044
msgstr ""
970
1045
 
971
 
#: cinder/api/xmlutil.py:861
 
1046
#: cinder/api/xmlutil.py:909
972
1047
msgid "subclasses must implement construct()!"
973
1048
msgstr ""
974
1049
 
1022
1097
msgid "Snapshot not found."
1023
1098
msgstr ""
1024
1099
 
1025
 
#: cinder/api/contrib/hosts.py:86 cinder/api/openstack/wsgi.py:158
 
1100
#: cinder/api/contrib/hosts.py:86 cinder/api/openstack/wsgi.py:171
1026
1101
msgid "cannot understand XML"
1027
1102
msgstr ""
1028
1103
 
1054
1129
msgid "Host not found"
1055
1130
msgstr ""
1056
1131
 
 
1132
#: cinder/api/contrib/qos_specs_manage.py:96
 
1133
msgid "Please specify a name for QoS specs."
 
1134
msgstr ""
 
1135
 
 
1136
#: cinder/api/contrib/qos_specs_manage.py:202
 
1137
msgid "Failed to disassociate qos specs."
 
1138
msgstr ""
 
1139
 
 
1140
#: cinder/api/contrib/qos_specs_manage.py:204
 
1141
msgid "Qos specs still in use."
 
1142
msgstr ""
 
1143
 
 
1144
#: cinder/api/contrib/qos_specs_manage.py:246
 
1145
#: cinder/api/contrib/qos_specs_manage.py:290
 
1146
msgid "Volume Type id must not be None."
 
1147
msgstr ""
 
1148
 
1057
1149
#: cinder/api/contrib/quotas.py:63
1058
1150
msgid "Quota limit must be -1 or greater."
1059
1151
msgstr ""
1136
1228
msgid "Delete transfer with id: %s"
1137
1229
msgstr ""
1138
1230
 
 
1231
#: cinder/api/contrib/volume_type_encryption.py:66
 
1232
msgid "key_size must be non-negative"
 
1233
msgstr ""
 
1234
 
 
1235
#: cinder/api/contrib/volume_type_encryption.py:69
 
1236
msgid "key_size must be an integer"
 
1237
msgstr ""
 
1238
 
 
1239
#: cinder/api/contrib/volume_type_encryption.py:75
 
1240
msgid "provider must be defined"
 
1241
msgstr ""
 
1242
 
 
1243
#: cinder/api/contrib/volume_type_encryption.py:77
 
1244
msgid "control_location must be defined"
 
1245
msgstr ""
 
1246
 
 
1247
#: cinder/api/contrib/volume_type_encryption.py:85
 
1248
#, python-format
 
1249
msgid "Valid control location are: %s"
 
1250
msgstr ""
 
1251
 
 
1252
#: cinder/api/contrib/volume_type_encryption.py:103
 
1253
msgid "Create body is not valid."
 
1254
msgstr ""
 
1255
 
 
1256
#: cinder/api/middleware/auth.py:110
 
1257
msgid "Invalid service catalog json."
 
1258
msgstr ""
 
1259
 
1139
1260
#: cinder/api/middleware/fault.py:45
1140
1261
#, python-format
1141
1262
msgid "Caught error: %s"
1142
1263
msgstr ""
1143
1264
 
1144
 
#: cinder/api/middleware/fault.py:54 cinder/api/openstack/wsgi.py:895
 
1265
#: cinder/api/middleware/fault.py:54 cinder/api/openstack/wsgi.py:907
1145
1266
#, python-format
1146
1267
msgid "%(url)s returned with HTTP %(status)d"
1147
1268
msgstr ""
1184
1305
"cinder.api.urlmap:urlmap_factory instead."
1185
1306
msgstr ""
1186
1307
 
1187
 
#: cinder/api/openstack/wsgi.py:134 cinder/api/openstack/wsgi.py:546
 
1308
#: cinder/api/openstack/wsgi.py:147 cinder/api/openstack/wsgi.py:559
1188
1309
msgid "cannot understand JSON"
1189
1310
msgstr ""
1190
1311
 
1191
 
#: cinder/api/openstack/wsgi.py:551
 
1312
#: cinder/api/openstack/wsgi.py:564
1192
1313
msgid "too many body keys"
1193
1314
msgstr ""
1194
1315
 
1195
 
#: cinder/api/openstack/wsgi.py:590
 
1316
#: cinder/api/openstack/wsgi.py:602
1196
1317
#, python-format
1197
1318
msgid "Exception handling resource: %s"
1198
1319
msgstr ""
1199
1320
 
1200
 
#: cinder/api/openstack/wsgi.py:595
 
1321
#: cinder/api/openstack/wsgi.py:607
1201
1322
#, python-format
1202
1323
msgid "Fault thrown: %s"
1203
1324
msgstr ""
1204
1325
 
1205
 
#: cinder/api/openstack/wsgi.py:598
 
1326
#: cinder/api/openstack/wsgi.py:610
1206
1327
#, python-format
1207
1328
msgid "HTTP exception thrown: %s"
1208
1329
msgstr ""
1209
1330
 
1210
 
#: cinder/api/openstack/wsgi.py:706
 
1331
#: cinder/api/openstack/wsgi.py:718
1211
1332
msgid "Unrecognized Content-Type provided in request"
1212
1333
msgstr ""
1213
1334
 
1214
 
#: cinder/api/openstack/wsgi.py:710
 
1335
#: cinder/api/openstack/wsgi.py:722
1215
1336
msgid "No Content-Type provided in request"
1216
1337
msgstr ""
1217
1338
 
1218
 
#: cinder/api/openstack/wsgi.py:714
 
1339
#: cinder/api/openstack/wsgi.py:726
1219
1340
msgid "Empty body provided in request"
1220
1341
msgstr ""
1221
1342
 
1222
 
#: cinder/api/openstack/wsgi.py:825
 
1343
#: cinder/api/openstack/wsgi.py:837
1223
1344
#, python-format
1224
1345
msgid "There is no such action: %s"
1225
1346
msgstr ""
1226
1347
 
1227
 
#: cinder/api/openstack/wsgi.py:828 cinder/api/openstack/wsgi.py:841
 
1348
#: cinder/api/openstack/wsgi.py:840 cinder/api/openstack/wsgi.py:853
1228
1349
#: cinder/api/v1/snapshot_metadata.py:55 cinder/api/v1/snapshot_metadata.py:73
1229
1350
#: cinder/api/v1/snapshot_metadata.py:98 cinder/api/v1/snapshot_metadata.py:123
1230
1351
#: cinder/api/v1/volume_metadata.py:55 cinder/api/v1/volume_metadata.py:73
1234
1355
msgid "Malformed request body"
1235
1356
msgstr ""
1236
1357
 
1237
 
#: cinder/api/openstack/wsgi.py:838
 
1358
#: cinder/api/openstack/wsgi.py:850
1238
1359
msgid "Unsupported Content-Type"
1239
1360
msgstr ""
1240
1361
 
1241
 
#: cinder/api/openstack/wsgi.py:850
 
1362
#: cinder/api/openstack/wsgi.py:862
1242
1363
msgid "Malformed request url"
1243
1364
msgstr ""
1244
1365
 
1245
 
#: cinder/api/openstack/wsgi.py:898
 
1366
#: cinder/api/openstack/wsgi.py:910
1246
1367
#, python-format
1247
1368
msgid "%(url)s returned a fault: %(e)s"
1248
1369
msgstr ""
1285
1406
msgid "Metadata item was not found"
1286
1407
msgstr ""
1287
1408
 
1288
 
#: cinder/api/v1/snapshots.py:119 cinder/api/v2/snapshots.py:119
 
1409
#: cinder/api/v1/snapshots.py:119 cinder/api/v2/snapshots.py:120
1289
1410
#, python-format
1290
1411
msgid "Delete snapshot with id: %s"
1291
1412
msgstr ""
1292
1413
 
1293
 
#: cinder/api/v1/snapshots.py:169 cinder/api/v2/snapshots.py:175
 
1414
#: cinder/api/v1/snapshots.py:173 cinder/api/v2/snapshots.py:184
1294
1415
#, python-format
1295
1416
msgid "Create snapshot from volume %s"
1296
1417
msgstr ""
1297
1418
 
1298
 
#: cinder/api/v1/snapshots.py:173 cinder/api/v2/snapshots.py:184
 
1419
#: cinder/api/v1/snapshots.py:177 cinder/api/v2/snapshots.py:193
1299
1420
#, python-format
1300
1421
msgid "Invalid value '%s' for force. "
1301
1422
msgstr ""
1305
1426
msgid "volume does not exist"
1306
1427
msgstr ""
1307
1428
 
1308
 
#: cinder/api/v1/volumes.py:104
 
1429
#: cinder/api/v1/volumes.py:105
1309
1430
#, python-format
1310
1431
msgid "vol=%s"
1311
1432
msgstr ""
1312
1433
 
1313
 
#: cinder/api/v1/volumes.py:231 cinder/api/v2/volumes.py:174
 
1434
#: cinder/api/v1/volumes.py:233 cinder/api/v2/volumes.py:177
1314
1435
#, python-format
1315
1436
msgid "Delete volume with id: %s"
1316
1437
msgstr ""
1317
1438
 
1318
 
#: cinder/api/v1/volumes.py:273 cinder/api/v1/volumes.py:277
1319
 
#: cinder/api/v2/volumes.py:233 cinder/api/v2/volumes.py:237
 
1439
#: cinder/api/v1/volumes.py:280 cinder/api/v1/volumes.py:284
 
1440
#: cinder/api/v2/volumes.py:240 cinder/api/v2/volumes.py:244
1320
1441
msgid "Invalid imageRef provided."
1321
1442
msgstr ""
1322
1443
 
1323
 
#: cinder/api/v1/volumes.py:335 cinder/api/v2/volumes.py:297
 
1444
#: cinder/api/v1/volumes.py:342 cinder/api/v2/volumes.py:305
1324
1445
#, python-format
1325
1446
msgid "Create volume of %s GB"
1326
1447
msgstr ""
1327
1448
 
1328
 
#: cinder/api/v1/volumes.py:415
 
1449
#: cinder/api/v1/volumes.py:422
1329
1450
#, python-format
1330
1451
msgid "Removing options '%(bad_options)s' from query"
1331
1452
msgstr ""
1332
1453
 
1333
 
#: cinder/api/v2/volumes.py:385
 
1454
#: cinder/api/v2/snapshots.py:111 cinder/api/v2/snapshots.py:126
 
1455
#: cinder/api/v2/snapshots.py:257
 
1456
msgid "Snapshot could not be found"
 
1457
msgstr ""
 
1458
 
 
1459
#: cinder/api/v2/snapshots.py:174 cinder/api/v2/snapshots.py:225
 
1460
#: cinder/api/v2/volumes.py:255 cinder/api/v2/volumes.py:345
 
1461
#, python-format
 
1462
msgid "Missing required element '%s' in request body"
 
1463
msgstr ""
 
1464
 
 
1465
#: cinder/api/v2/snapshots.py:221 cinder/api/v2/volumes.py:341
 
1466
msgid "Missing request body"
 
1467
msgstr ""
 
1468
 
 
1469
#: cinder/api/v2/types.py:72 cinder/api/v2/volumes.py:280
 
1470
msgid "Volume type not found"
 
1471
msgstr ""
 
1472
 
 
1473
#: cinder/api/v2/volumes.py:168 cinder/api/v2/volumes.py:183
 
1474
#: cinder/api/v2/volumes.py:375
 
1475
msgid "Volume could not be found"
 
1476
msgstr ""
 
1477
 
 
1478
#: cinder/api/v2/volumes.py:186
 
1479
msgid "Volume cannot be deleted while in attached state"
 
1480
msgstr ""
 
1481
 
 
1482
#: cinder/api/v2/volumes.py:396
1334
1483
#, python-format
1335
1484
msgid "Removing options '%s' from query"
1336
1485
msgstr ""
1494
1643
msgid "delete_backup finished, backup %s deleted"
1495
1644
msgstr ""
1496
1645
 
1497
 
#: cinder/backup/drivers/ceph.py:222
 
1646
#: cinder/backup/drivers/ceph.py:110
 
1647
msgid ""
 
1648
"rbd striping not supported - ignoring configuration settings for rbd "
 
1649
"striping"
 
1650
msgstr ""
 
1651
 
 
1652
#: cinder/backup/drivers/ceph.py:141
 
1653
#, python-format
 
1654
msgid "invalid user '%s'"
 
1655
msgstr ""
 
1656
 
 
1657
#: cinder/backup/drivers/ceph.py:207
 
1658
msgid "backup_id required"
 
1659
msgstr ""
 
1660
 
 
1661
#: cinder/backup/drivers/ceph.py:213
 
1662
#, python-format
 
1663
msgid "transferring data between '%(src)s' and '%(dest)s'"
 
1664
msgstr ""
 
1665
 
 
1666
#: cinder/backup/drivers/ceph.py:217
 
1667
#, python-format
 
1668
msgid "%(chunks)s chunks of %(bytes)s bytes to be transferred"
 
1669
msgstr ""
 
1670
 
 
1671
#: cinder/backup/drivers/ceph.py:227
 
1672
#, python-format
 
1673
msgid "transferred chunk %(chunk)s of %(chunks)s (%(rate)dK/s)"
 
1674
msgstr ""
 
1675
 
 
1676
#: cinder/backup/drivers/ceph.py:237
 
1677
#, python-format
 
1678
msgid "transferring remaining %s bytes"
 
1679
msgstr ""
 
1680
 
 
1681
#: cinder/backup/drivers/ceph.py:249
 
1682
#, python-format
 
1683
msgid "creating base image '%s'"
 
1684
msgstr ""
 
1685
 
 
1686
#: cinder/backup/drivers/ceph.py:274 cinder/backup/drivers/ceph.py:519
 
1687
#, python-format
 
1688
msgid "deleting backup snapshot='%s'"
 
1689
msgstr ""
 
1690
 
 
1691
#: cinder/backup/drivers/ceph.py:277
 
1692
msgid "no backup snapshot to delete"
 
1693
msgstr ""
 
1694
 
 
1695
#: cinder/backup/drivers/ceph.py:314
 
1696
#, python-format
 
1697
msgid "trying diff format name format basename='%s'"
 
1698
msgstr ""
 
1699
 
 
1700
#: cinder/backup/drivers/ceph.py:322
 
1701
#, python-format
 
1702
msgid "image %s not found"
 
1703
msgstr ""
 
1704
 
 
1705
#: cinder/backup/drivers/ceph.py:330
 
1706
#, python-format
 
1707
msgid "base image still has %s snapshots so not deleting base image"
 
1708
msgstr ""
 
1709
 
 
1710
#: cinder/backup/drivers/ceph.py:335
 
1711
#, python-format
 
1712
msgid "deleting base image='%s'"
 
1713
msgstr ""
 
1714
 
 
1715
#: cinder/backup/drivers/ceph.py:342
 
1716
#, python-format
 
1717
msgid "image busy, retrying %(retries)s more time(s) in %(delay)ss"
 
1718
msgstr ""
 
1719
 
 
1720
#: cinder/backup/drivers/ceph.py:347
 
1721
msgid "max retries reached - raising error"
 
1722
msgstr ""
 
1723
 
 
1724
#: cinder/backup/drivers/ceph.py:350
 
1725
#, python-format
 
1726
msgid "base backup image='%s' deleted)"
 
1727
msgstr ""
 
1728
 
 
1729
#: cinder/backup/drivers/ceph.py:365
 
1730
#, python-format
 
1731
msgid "performing differential transfer from '%(src)s' to '%(dest)s'"
 
1732
msgstr ""
 
1733
 
 
1734
#: cinder/backup/drivers/ceph.py:388
 
1735
#, python-format
 
1736
msgid "rbd export-diff failed - %s"
 
1737
msgstr ""
 
1738
 
 
1739
#: cinder/backup/drivers/ceph.py:397
 
1740
#, python-format
 
1741
msgid "rbd import-diff failed - %s"
 
1742
msgstr ""
 
1743
 
 
1744
#: cinder/backup/drivers/ceph.py:405
 
1745
#, python-format
 
1746
msgid "image '%s' not found - trying diff format name"
 
1747
msgstr ""
 
1748
 
 
1749
#: cinder/backup/drivers/ceph.py:410
 
1750
#, python-format
 
1751
msgid "diff format image '%s' not found"
 
1752
msgstr ""
 
1753
 
 
1754
#: cinder/backup/drivers/ceph.py:445
 
1755
#, python-format
 
1756
msgid "using --from-snap '%s'"
 
1757
msgstr ""
 
1758
 
 
1759
#: cinder/backup/drivers/ceph.py:472
 
1760
#, python-format
 
1761
msgid ""
 
1762
"snap='%(snap)s' does not exist in base image='%(base)s' - aborting "
 
1763
"incremental backup"
 
1764
msgstr ""
 
1765
 
 
1766
#: cinder/backup/drivers/ceph.py:482
 
1767
#, python-format
 
1768
msgid "creating backup snapshot='%s'"
 
1769
msgstr ""
 
1770
 
 
1771
#: cinder/backup/drivers/ceph.py:502
 
1772
#, python-format
 
1773
msgid "differential backup transfer completed in %.4fs"
 
1774
msgstr ""
 
1775
 
 
1776
#: cinder/backup/drivers/ceph.py:511
 
1777
msgid "differential backup transfer failed"
 
1778
msgstr ""
 
1779
 
 
1780
#: cinder/backup/drivers/ceph.py:541
 
1781
#, python-format
 
1782
msgid "creating base image='%s'"
 
1783
msgstr ""
 
1784
 
 
1785
#: cinder/backup/drivers/ceph.py:550
 
1786
msgid "copying data"
 
1787
msgstr ""
 
1788
 
 
1789
#: cinder/backup/drivers/ceph.py:610
 
1790
#, python-format
 
1791
msgid "looking for snapshot of backup base '%s'"
 
1792
msgstr ""
 
1793
 
 
1794
#: cinder/backup/drivers/ceph.py:613
 
1795
#, python-format
 
1796
msgid "backup base '%s' has no snapshots"
 
1797
msgstr ""
 
1798
 
 
1799
#: cinder/backup/drivers/ceph.py:620
 
1800
#, python-format
 
1801
msgid "backup '%s' has no snapshot"
 
1802
msgstr ""
 
1803
 
 
1804
#: cinder/backup/drivers/ceph.py:624
 
1805
#, python-format
 
1806
msgid "backup should only have one snapshot but instead has %s"
 
1807
msgstr ""
 
1808
 
 
1809
#: cinder/backup/drivers/ceph.py:629
 
1810
#, python-format
 
1811
msgid "found snapshot '%s'"
 
1812
msgstr ""
 
1813
 
 
1814
#: cinder/backup/drivers/ceph.py:666
 
1815
#, python-format
 
1816
msgid "Starting backup of volume='%s'"
 
1817
msgstr ""
 
1818
 
 
1819
#: cinder/backup/drivers/ceph.py:679
 
1820
msgid "forcing full backup"
 
1821
msgstr ""
 
1822
 
 
1823
#: cinder/backup/drivers/ceph.py:691
1498
1824
#, python-format
1499
1825
msgid "backup '%s' finished."
1500
1826
msgstr ""
1501
1827
 
1502
 
#: cinder/backup/drivers/ceph.py:273
 
1828
#: cinder/backup/drivers/ceph.py:729
 
1829
#, python-format
 
1830
msgid "trying incremental restore from base='%(base)s' snap='%(snap)s'"
 
1831
msgstr ""
 
1832
 
 
1833
#: cinder/backup/drivers/ceph.py:741
 
1834
msgid "differential restore failed, trying full restore"
 
1835
msgstr ""
 
1836
 
 
1837
#: cinder/backup/drivers/ceph.py:745
 
1838
#, python-format
 
1839
msgid "restore transfer completed in %.4fs"
 
1840
msgstr ""
 
1841
 
 
1842
#: cinder/backup/drivers/ceph.py:839
 
1843
#, python-format
 
1844
msgid "no restore point found for backup='%s', forcing full copy"
 
1845
msgstr ""
 
1846
 
 
1847
#: cinder/backup/drivers/ceph.py:865
 
1848
msgid "forcing full restore"
 
1849
msgstr ""
 
1850
 
 
1851
#: cinder/backup/drivers/ceph.py:878
 
1852
#, python-format
 
1853
msgid "starting restore from Ceph backup=%(src)s to volume=%(dest)s"
 
1854
msgstr ""
 
1855
 
 
1856
#: cinder/backup/drivers/ceph.py:892
 
1857
msgid "volume_file does not support fileno() so skipping fsync()"
 
1858
msgstr ""
 
1859
 
 
1860
#: cinder/backup/drivers/ceph.py:897
 
1861
msgid "restore finished."
 
1862
msgstr ""
 
1863
 
 
1864
#: cinder/backup/drivers/ceph.py:899
 
1865
#, python-format
 
1866
msgid "restore finished with error - %s"
 
1867
msgstr ""
 
1868
 
 
1869
#: cinder/backup/drivers/ceph.py:905
 
1870
#, python-format
 
1871
msgid "delete started for backup=%s"
 
1872
msgstr ""
 
1873
 
 
1874
#: cinder/backup/drivers/ceph.py:910
 
1875
msgid "rbd image not found but continuing anyway so that db entry can be removed"
 
1876
msgstr ""
 
1877
 
 
1878
#: cinder/backup/drivers/ceph.py:913
 
1879
#, python-format
 
1880
msgid "delete '%s' finished with warning"
 
1881
msgstr ""
 
1882
 
 
1883
#: cinder/backup/drivers/ceph.py:915
1503
1884
#, python-format
1504
1885
msgid "delete '%s' finished"
1505
1886
msgstr ""
1628
2009
msgid "Calling eventlet.sleep(0)"
1629
2010
msgstr ""
1630
2011
 
1631
 
#: cinder/backup/drivers/swift.py:327
 
2012
#: cinder/backup/drivers/swift.py:327 cinder/backup/drivers/tsm.py:322
1632
2013
#, python-format
1633
2014
msgid "backup %s finished."
1634
2015
msgstr ""
1683
2064
msgid "No support to restore swift backup version %s"
1684
2065
msgstr ""
1685
2066
 
1686
 
#: cinder/backup/drivers/swift.py:431
 
2067
#: cinder/backup/drivers/swift.py:431 cinder/backup/drivers/tsm.py:376
1687
2068
#, python-format
1688
2069
msgid "restore %(backup_id)s to %(volume_id)s finished."
1689
2070
msgstr ""
1702
2083
msgid "deleted swift object: %(swift_object_name)s in container: %(container)s"
1703
2084
msgstr ""
1704
2085
 
1705
 
#: cinder/backup/drivers/swift.py:467
 
2086
#: cinder/backup/drivers/swift.py:467 cinder/backup/drivers/tsm.py:438
1706
2087
#, python-format
1707
2088
msgid "delete %s finished"
1708
2089
msgstr ""
1709
2090
 
1710
 
#: cinder/brick/initiator/connector.py:111
1711
 
#, python-format
1712
 
msgid "iSCSI device not found at %s"
1713
 
msgstr ""
1714
 
 
1715
 
#: cinder/brick/initiator/connector.py:113
 
2091
#: cinder/backup/drivers/tsm.py:83
 
2092
#, python-format
 
2093
msgid ""
 
2094
"backup: %(vol_id)s Failed to create device hardlink from %(vpath)s to "
 
2095
"%(bpath)s.\n"
 
2096
"stdout: %(out)s\n"
 
2097
" stderr: %(err)s"
 
2098
msgstr ""
 
2099
 
 
2100
#: cinder/backup/drivers/tsm.py:141
 
2101
#, python-format
 
2102
msgid ""
 
2103
"backup: %(vol_id)s Failed to obtain backup success notification from "
 
2104
"server.\n"
 
2105
"stdout: %(out)s\n"
 
2106
" stderr: %(err)s"
 
2107
msgstr ""
 
2108
 
 
2109
#: cinder/backup/drivers/tsm.py:171
 
2110
#, python-format
 
2111
msgid ""
 
2112
"restore: %(vol_id)s Failed.\n"
 
2113
"stdout: %(out)s\n"
 
2114
" stderr: %(err)s"
 
2115
msgstr ""
 
2116
 
 
2117
#: cinder/backup/drivers/tsm.py:197
 
2118
#, python-format
 
2119
msgid "backup: %(vol_id)s Failed. %(path)s is not a block device."
 
2120
msgstr ""
 
2121
 
 
2122
#: cinder/backup/drivers/tsm.py:204
 
2123
#, python-format
 
2124
msgid "backup: %(vol_id)s Failed. Cannot obtain real path to device %(path)s."
 
2125
msgstr ""
 
2126
 
 
2127
#: cinder/backup/drivers/tsm.py:211
 
2128
#, python-format
 
2129
msgid "backup: %(vol_id)s Failed. %(path)s is not a file."
 
2130
msgstr ""
 
2131
 
 
2132
#: cinder/backup/drivers/tsm.py:258
 
2133
#, python-format
 
2134
msgid ""
 
2135
"backup: %(vol_id)s Failed to remove backup hardlink from %(vpath)s to "
 
2136
"%(bpath)s.\n"
 
2137
"stdout: %(out)s\n"
 
2138
" stderr: %(err)s"
 
2139
msgstr ""
 
2140
 
 
2141
#: cinder/backup/drivers/tsm.py:284
 
2142
#, python-format
 
2143
msgid ""
 
2144
"starting backup of volume: %(volume_id)s to TSM, volume path: "
 
2145
"%(volume_path)s,"
 
2146
msgstr ""
 
2147
 
 
2148
#: cinder/backup/drivers/tsm.py:296
 
2149
#, python-format
 
2150
msgid ""
 
2151
"backup: %(vol_id)s Failed to run dsmc on %(bpath)s.\n"
 
2152
"stdout: %(out)s\n"
 
2153
" stderr: %(err)s"
 
2154
msgstr ""
 
2155
 
 
2156
#: cinder/backup/drivers/tsm.py:306
 
2157
#, python-format
 
2158
msgid ""
 
2159
"backup: %(vol_id)s Failed to run dsmc due to invalid arguments on "
 
2160
"%(bpath)s.\n"
 
2161
"stdout: %(out)s\n"
 
2162
" stderr: %(err)s"
 
2163
msgstr ""
 
2164
 
 
2165
#: cinder/backup/drivers/tsm.py:336
 
2166
#, python-format
 
2167
msgid ""
 
2168
"restore: starting restore of backup from TSM to volume %(volume_id)s,  "
 
2169
"backup: %(backup_id)s"
 
2170
msgstr ""
 
2171
 
 
2172
#: cinder/backup/drivers/tsm.py:350
 
2173
#, python-format
 
2174
msgid ""
 
2175
"restore: %(vol_id)s Failed to run dsmc on %(bpath)s.\n"
 
2176
"stdout: %(out)s\n"
 
2177
" stderr: %(err)s"
 
2178
msgstr ""
 
2179
 
 
2180
#: cinder/backup/drivers/tsm.py:360
 
2181
#, python-format
 
2182
msgid ""
 
2183
"restore: %(vol_id)s Failed to run dsmc due to invalid arguments on "
 
2184
"%(bpath)s.\n"
 
2185
"stdout: %(out)s\n"
 
2186
" stderr: %(err)s"
 
2187
msgstr ""
 
2188
 
 
2189
#: cinder/backup/drivers/tsm.py:411
 
2190
#, python-format
 
2191
msgid ""
 
2192
"delete: %(vol_id)s Failed to run dsmc with stdout: %(out)s\n"
 
2193
" stderr: %(err)s"
 
2194
msgstr ""
 
2195
 
 
2196
#: cinder/backup/drivers/tsm.py:419
 
2197
#, python-format
 
2198
msgid ""
 
2199
"restore: %(vol_id)s Failed to run dsmc due to invalid arguments with "
 
2200
"stdout: %(out)s\n"
 
2201
" stderr: %(err)s"
 
2202
msgstr ""
 
2203
 
 
2204
#: cinder/backup/drivers/tsm.py:430
 
2205
#, python-format
 
2206
msgid ""
 
2207
"delete: %(vol_id)s Failed with stdout: %(out)s\n"
 
2208
" stderr: %(err)s"
 
2209
msgstr ""
 
2210
 
 
2211
#: cinder/brick/exception.py:92
 
2212
msgid "We are unable to locate any Fibre Channel devices."
 
2213
msgstr ""
 
2214
 
 
2215
#: cinder/brick/exception.py:96
 
2216
msgid "Unable to find a Fibre Channel volume device."
 
2217
msgstr ""
 
2218
 
 
2219
#: cinder/brick/exception.py:100
 
2220
#, python-format
 
2221
msgid "Volume device not found at %(device)s."
 
2222
msgstr ""
 
2223
 
 
2224
#: cinder/brick/exception.py:104
 
2225
#, python-format
 
2226
msgid "Failed to create iser target for volume %(volume_id)s."
 
2227
msgstr ""
 
2228
 
 
2229
#: cinder/brick/exception.py:108
 
2230
#, python-format
 
2231
msgid "Failed to remove iser target for volume %(volume_id)s."
 
2232
msgstr ""
 
2233
 
 
2234
#: cinder/brick/exception.py:112
 
2235
#, python-format
 
2236
msgid "Unable to find Volume Group: %(vg_name)s"
 
2237
msgstr ""
 
2238
 
 
2239
#: cinder/brick/exception.py:116
 
2240
#, python-format
 
2241
msgid "Failed to create Volume Group: %(vg_name)s"
 
2242
msgstr ""
 
2243
 
 
2244
#: cinder/brick/exception.py:120
 
2245
#, python-format
 
2246
msgid "Failed to create iscsi target for volume %(volume_id)s."
 
2247
msgstr ""
 
2248
 
 
2249
#: cinder/brick/exception.py:124
 
2250
#, python-format
 
2251
msgid "Failed to remove iscsi target for volume %(volume_id)s."
 
2252
msgstr ""
 
2253
 
 
2254
#: cinder/brick/exception.py:128
 
2255
#, python-format
 
2256
msgid "Failed to attach iSCSI target for volume %(volume_id)s."
 
2257
msgstr ""
 
2258
 
 
2259
#: cinder/brick/initiator/connector.py:108
 
2260
#, python-format
 
2261
msgid "Invalid InitiatorConnector protocol specified %(protocol)s"
 
2262
msgstr ""
 
2263
 
 
2264
#: cinder/brick/initiator/connector.py:121
 
2265
#, python-format
 
2266
msgid "Failed to access the device on the path %(path)s: %(error)s %(info)s."
 
2267
msgstr ""
 
2268
 
 
2269
#: cinder/brick/initiator/connector.py:205
1716
2270
#, python-format
1717
2271
msgid ""
1718
2272
"ISCSI volume not yet found at: %(host_device)s. Will rescan & retry.  Try"
1719
2273
" number: %(tries)s"
1720
2274
msgstr ""
1721
2275
 
1722
 
#: cinder/brick/initiator/connector.py:126
 
2276
#: cinder/brick/initiator/connector.py:218
1723
2277
#, python-format
1724
2278
msgid "Found iSCSI node %(host_device)s (after %(tries)s rescans)"
1725
2279
msgstr ""
1726
2280
 
1727
 
#: cinder/brick/initiator/linuxscsi.py:83
1728
 
#: cinder/brick/initiator/linuxscsi.py:91
 
2281
#: cinder/brick/initiator/connector.py:285
 
2282
#, python-format
 
2283
msgid "Could not find the iSCSI Initiator File %s"
 
2284
msgstr ""
 
2285
 
 
2286
#: cinder/brick/initiator/connector.py:542
 
2287
msgid "We are unable to locate any Fibre Channel devices"
 
2288
msgstr ""
 
2289
 
 
2290
#: cinder/brick/initiator/connector.py:552
 
2291
#, python-format
 
2292
msgid "Looking for Fibre Channel dev %(device)s"
 
2293
msgstr ""
 
2294
 
 
2295
#: cinder/brick/initiator/connector.py:562
 
2296
msgid "Fibre Channel volume device not found."
 
2297
msgstr ""
 
2298
 
 
2299
#: cinder/brick/initiator/connector.py:566
 
2300
#, python-format
 
2301
msgid "Fibre volume not yet found. Will rescan & retry.  Try number: %(tries)s"
 
2302
msgstr ""
 
2303
 
 
2304
#: cinder/brick/initiator/connector.py:582
 
2305
#, python-format
 
2306
msgid "Found Fibre Channel volume %(name)s (after %(tries)s rescans)"
 
2307
msgstr ""
 
2308
 
 
2309
#: cinder/brick/initiator/connector.py:591
 
2310
#, python-format
 
2311
msgid "Multipath device discovered %(device)s"
 
2312
msgstr ""
 
2313
 
 
2314
#: cinder/brick/initiator/connector.py:704
 
2315
#, python-format
 
2316
msgid "AoE volume not yet found at: %(path)s. Try number: %(tries)s"
 
2317
msgstr ""
 
2318
 
 
2319
#: cinder/brick/initiator/connector.py:717
 
2320
#, python-format
 
2321
msgid "Found AoE device %(path)s (after %(tries)s rediscover)"
 
2322
msgstr ""
 
2323
 
 
2324
#: cinder/brick/initiator/connector.py:743
 
2325
#, python-format
 
2326
msgid "aoe-discover: stdout=%(out)s stderr%(err)s"
 
2327
msgstr ""
 
2328
 
 
2329
#: cinder/brick/initiator/connector.py:753
 
2330
#, python-format
 
2331
msgid "aoe-revalidate %(dev)s: stdout=%(out)s stderr%(err)s"
 
2332
msgstr ""
 
2333
 
 
2334
#: cinder/brick/initiator/connector.py:762
 
2335
#, python-format
 
2336
msgid "aoe-flush %(dev)s: stdout=%(out)s stderr%(err)s"
 
2337
msgstr ""
 
2338
 
 
2339
#: cinder/brick/initiator/linuxfc.py:52 cinder/brick/initiator/linuxfc.py:58
 
2340
msgid "systool is not installed"
 
2341
msgstr ""
 
2342
 
 
2343
#: cinder/brick/initiator/linuxscsi.py:101
1729
2344
#: cinder/brick/initiator/linuxscsi.py:109
 
2345
#: cinder/brick/initiator/linuxscsi.py:126
1730
2346
#, python-format
1731
2347
msgid "multipath call failed exit (%(code)s)"
1732
2348
msgstr ""
1733
2349
 
1734
 
#: cinder/brick/initiator/linuxscsi.py:130
 
2350
#: cinder/brick/initiator/linuxscsi.py:147
1735
2351
#, python-format
1736
2352
msgid "Couldn't find multipath device %(line)s"
1737
2353
msgstr ""
1738
2354
 
1739
 
#: cinder/brick/initiator/linuxscsi.py:134
 
2355
#: cinder/brick/initiator/linuxscsi.py:151
1740
2356
#, python-format
1741
2357
msgid "Found multipath device = %(mdev)s"
1742
2358
msgstr ""
1743
2359
 
1744
 
#: cinder/brick/iscsi/iscsi.py:155
 
2360
#: cinder/brick/iscsi/iscsi.py:153
1745
2361
#, python-format
1746
2362
msgid "Creating iscsi_target for: %s"
1747
2363
msgstr ""
1748
2364
 
1749
 
#: cinder/brick/iscsi/iscsi.py:174 cinder/brick/iscsi/iscsi.py:272
 
2365
#: cinder/brick/iscsi/iscsi.py:172 cinder/brick/iscsi/iscsi.py:294
1750
2366
#, fuzzy, python-format
1751
2367
msgid "Failed to create iscsi target for volume id:%(vol_id)s: %(e)s"
1752
2368
msgstr "Impossibile localizzare il volume %s"
1753
2369
 
1754
 
#: cinder/brick/iscsi/iscsi.py:185
 
2370
#: cinder/brick/iscsi/iscsi.py:183
1755
2371
#, python-format
1756
2372
msgid ""
1757
2373
"Failed to create iscsi target for volume id:%(vol_id)s. Please ensure "
1758
2374
"your tgtd config file contains 'include %(volumes_dir)s/*'"
1759
2375
msgstr ""
1760
2376
 
1761
 
#: cinder/brick/iscsi/iscsi.py:199
 
2377
#: cinder/brick/iscsi/iscsi.py:197
1762
2378
#, python-format
1763
2379
msgid "Removing iscsi_target for: %s"
1764
2380
msgstr ""
1765
2381
 
1766
 
#: cinder/brick/iscsi/iscsi.py:216
 
2382
#: cinder/brick/iscsi/iscsi.py:214
1767
2383
#, fuzzy, python-format
1768
2384
msgid "Failed to remove iscsi target for volume id:%(vol_id)s: %(e)s"
1769
2385
msgstr "Impossibile localizzare il volume %s"
1770
2386
 
1771
 
#: cinder/brick/iscsi/iscsi.py:226 cinder/brick/iscsi/iscsi.py:443
 
2387
#: cinder/brick/iscsi/iscsi.py:224 cinder/brick/iscsi/iscsi.py:465
 
2388
#: cinder/brick/iser/iser.py:203
1772
2389
msgid "valid iqn needed for show_target"
1773
2390
msgstr ""
1774
2391
 
1775
 
#: cinder/brick/iscsi/iscsi.py:279
 
2392
#: cinder/brick/iscsi/iscsi.py:301
1776
2393
#, python-format
1777
2394
msgid "Removing iscsi_target for volume: %s"
1778
2395
msgstr ""
1779
2396
 
1780
 
#: cinder/brick/iscsi/iscsi.py:365
 
2397
#: cinder/brick/iscsi/iscsi.py:387
1781
2398
msgid "rtstool is not installed correctly"
1782
2399
msgstr ""
1783
2400
 
1784
 
#: cinder/brick/iscsi/iscsi.py:385
 
2401
#: cinder/brick/iscsi/iscsi.py:407
1785
2402
#, python-format
1786
2403
msgid "Creating iscsi_target for volume: %s"
1787
2404
msgstr ""
1788
2405
 
1789
 
#: cinder/brick/iscsi/iscsi.py:409 cinder/brick/iscsi/iscsi.py:418
 
2406
#: cinder/brick/iscsi/iscsi.py:431 cinder/brick/iscsi/iscsi.py:440
1790
2407
#, python-format
1791
2408
msgid "Failed to create iscsi target for volume id:%s."
1792
2409
msgstr ""
1793
2410
 
1794
 
#: cinder/brick/iscsi/iscsi.py:425
 
2411
#: cinder/brick/iscsi/iscsi.py:447
1795
2412
#, fuzzy, python-format
1796
2413
msgid "Removing iscsi_target: %s"
1797
2414
msgstr "Riavviando l'istanza %s"
1798
2415
 
1799
 
#: cinder/brick/iscsi/iscsi.py:435
 
2416
#: cinder/brick/iscsi/iscsi.py:457
1800
2417
#, python-format
1801
2418
msgid "Failed to remove iscsi target for volume id:%s."
1802
2419
msgstr ""
1803
2420
 
1804
 
#: cinder/brick/iscsi/iscsi.py:464
 
2421
#: cinder/brick/iscsi/iscsi.py:486
1805
2422
#, python-format
1806
2423
msgid "Failed to add initiator iqn %s to target"
1807
2424
msgstr ""
1808
2425
 
1809
 
#: cinder/brick/local_dev/lvm.py:36
1810
 
#, fuzzy, python-format
1811
 
msgid "Unable to find Volume Group: %s"
1812
 
msgstr "Impossibile smontare il volume %s"
1813
 
 
1814
 
#: cinder/brick/local_dev/lvm.py:42
1815
 
#, fuzzy, python-format
1816
 
msgid "Failed to create Volume Group: %s"
1817
 
msgstr "Impossibile localizzare il volume %s"
1818
 
 
1819
 
#: cinder/brick/local_dev/lvm.py:82
 
2426
#: cinder/brick/iser/iser.py:134
 
2427
#, python-format
 
2428
msgid "Creating iser_target for: %s"
 
2429
msgstr ""
 
2430
 
 
2431
#: cinder/brick/iser/iser.py:153
 
2432
#, python-format
 
2433
msgid "Failed to create iser target for volume id:%(vol_id)s: %(e)s"
 
2434
msgstr ""
 
2435
 
 
2436
#: cinder/brick/iser/iser.py:164
 
2437
#, python-format
 
2438
msgid ""
 
2439
"Failed to create iser target for volume id:%(vol_id)s. Please ensure your"
 
2440
" tgtd config file contains 'include %(volumes_dir)s/*'"
 
2441
msgstr ""
 
2442
 
 
2443
#: cinder/brick/iser/iser.py:176
 
2444
#, python-format
 
2445
msgid "Removing iser_target for: %s"
 
2446
msgstr ""
 
2447
 
 
2448
#: cinder/brick/iser/iser.py:193
 
2449
#, python-format
 
2450
msgid "Failed to remove iser target for volume id:%(vol_id)s: %(e)s"
 
2451
msgstr ""
 
2452
 
 
2453
#: cinder/brick/local_dev/lvm.py:74
1820
2454
msgid "Error creating Volume Group"
1821
2455
msgstr ""
1822
2456
 
1823
 
#: cinder/brick/local_dev/lvm.py:83
 
2457
#: cinder/brick/local_dev/lvm.py:75 cinder/brick/local_dev/lvm.py:373
 
2458
#: cinder/brick/local_dev/lvm.py:402
1824
2459
#, python-format
1825
2460
msgid "Cmd     :%s"
1826
2461
msgstr ""
1827
2462
 
1828
 
#: cinder/brick/local_dev/lvm.py:84
 
2463
#: cinder/brick/local_dev/lvm.py:76 cinder/brick/local_dev/lvm.py:374
 
2464
#: cinder/brick/local_dev/lvm.py:403
1829
2465
#, python-format
1830
2466
msgid "StdOut  :%s"
1831
2467
msgstr ""
1832
2468
 
1833
 
#: cinder/brick/local_dev/lvm.py:85
 
2469
#: cinder/brick/local_dev/lvm.py:77 cinder/brick/local_dev/lvm.py:375
 
2470
#: cinder/brick/local_dev/lvm.py:404
1834
2471
#, python-format
1835
2472
msgid "StdErr  :%s"
1836
2473
msgstr ""
1837
2474
 
1838
 
#: cinder/brick/local_dev/lvm.py:89
 
2475
#: cinder/brick/local_dev/lvm.py:81
1839
2476
#, fuzzy, python-format
1840
2477
msgid "Unable to locate Volume Group %s"
1841
2478
msgstr "Impossibile localizzare il volume %s"
1842
2479
 
1843
 
#: cinder/brick/local_dev/lvm.py:281
 
2480
#: cinder/brick/local_dev/lvm.py:293
1844
2481
#, fuzzy, python-format
1845
2482
msgid "Unable to find VG: %s"
1846
2483
msgstr "Impossibile smontare il volume %s"
1847
2484
 
1848
 
#: cinder/brick/local_dev/lvm.py:306
 
2485
#: cinder/brick/local_dev/lvm.py:319
1849
2486
msgid ""
1850
2487
"Requested to setup thin provisioning, however current LVM version does "
1851
2488
"not support it."
1852
2489
msgstr ""
1853
2490
 
1854
 
#: cinder/brick/local_dev/lvm.py:370
 
2491
#: cinder/brick/local_dev/lvm.py:372
 
2492
msgid "Error creating Volume"
 
2493
msgstr ""
 
2494
 
 
2495
#: cinder/brick/local_dev/lvm.py:388
1855
2496
#, fuzzy, python-format
1856
2497
msgid "Unable to find LV: %s"
1857
2498
msgstr "Impossibile smontare il volume %s"
1858
2499
 
1859
 
#: cinder/common/config.py:126
 
2500
#: cinder/brick/local_dev/lvm.py:401
 
2501
msgid "Error creating snapshot"
 
2502
msgstr ""
 
2503
 
 
2504
#: cinder/common/config.py:132
1860
2505
msgid "Deploy v1 of the Cinder API. "
1861
2506
msgstr ""
1862
2507
 
1863
 
#: cinder/common/config.py:129
 
2508
#: cinder/common/config.py:135
1864
2509
msgid "Deploy v2 of the Cinder API. "
1865
2510
msgstr ""
1866
2511
 
1874
2519
msgid "Unknown sort direction, must be 'desc' or 'asc'"
1875
2520
msgstr ""
1876
2521
 
 
2522
#: cinder/compute/nova.py:83
 
2523
#, python-format
 
2524
msgid "Novaclient connection created using URL: %s"
 
2525
msgstr ""
 
2526
 
1877
2527
#: cinder/db/sqlalchemy/api.py:67
1878
2528
msgid "Use of empty request context is deprecated"
1879
2529
msgstr ""
1883
2533
msgid "Unrecognized read_deleted value '%s'"
1884
2534
msgstr ""
1885
2535
 
1886
 
#: cinder/db/sqlalchemy/api.py:848
 
2536
#: cinder/db/sqlalchemy/api.py:895
1887
2537
#, python-format
1888
2538
msgid "Change will make usage less than 0 for the following resources: %s"
1889
2539
msgstr ""
1890
2540
 
1891
 
#: cinder/db/sqlalchemy/api.py:1937 cinder/db/sqlalchemy/api.py:1963
1892
 
#, python-format
1893
 
msgid "No backend config with id %s"
1894
 
msgstr ""
1895
 
 
1896
 
#: cinder/db/sqlalchemy/api.py:2020
1897
 
#, python-format
1898
 
msgid "No sm_flavor called %s"
1899
 
msgstr ""
1900
 
 
1901
 
#: cinder/db/sqlalchemy/api.py:2064
1902
 
#, python-format
1903
 
msgid "No sm_volume with id %s"
1904
 
msgstr ""
1905
 
 
1906
 
#: cinder/db/sqlalchemy/api.py:2126
 
2541
#: cinder/db/sqlalchemy/api.py:2426
1907
2542
#, python-format
1908
2543
msgid "No backup with id %s"
1909
2544
msgstr ""
1910
2545
 
1911
 
#: cinder/db/sqlalchemy/api.py:2214
 
2546
#: cinder/db/sqlalchemy/api.py:2512
1912
2547
#, fuzzy
1913
2548
msgid "Volume must be available"
1914
2549
msgstr "Lo stato del volume deve essere disponibile"
1915
2550
 
1916
 
#: cinder/db/sqlalchemy/api.py:2238
 
2551
#: cinder/db/sqlalchemy/api.py:2536
1917
2552
#, python-format
1918
2553
msgid "Volume in unexpected state %s, expected awaiting-transfer"
1919
2554
msgstr ""
1920
2555
 
1921
 
#: cinder/db/sqlalchemy/api.py:2261
 
2556
#: cinder/db/sqlalchemy/api.py:2559
1922
2557
#, python-format
1923
2558
msgid ""
1924
2559
"Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
1947
2582
#: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
1948
2583
#: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
1949
2584
#: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
 
2585
#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
1950
2586
#, python-format
1951
2587
msgid "Table |%s| not created!"
1952
2588
msgstr ""
1983
2619
msgid "transfers table not dropped"
1984
2620
msgstr ""
1985
2621
 
1986
 
#: cinder/image/glance.py:153 cinder/image/glance.py:162
 
2622
#: cinder/db/sqlalchemy/migrate_repo/versions/015_drop_migrations_table.py:33
 
2623
msgid "migrations table not dropped"
 
2624
msgstr ""
 
2625
 
 
2626
#: cinder/db/sqlalchemy/migrate_repo/versions/015_drop_migrations_table.py:62
 
2627
#, python-format
 
2628
msgid "Table |%s| not created"
 
2629
msgstr ""
 
2630
 
 
2631
#: cinder/db/sqlalchemy/migrate_repo/versions/016_drop_sm_tables.py:39
 
2632
#, python-format
 
2633
msgid "Exception while dropping table %s."
 
2634
msgstr ""
 
2635
 
 
2636
#: cinder/db/sqlalchemy/migrate_repo/versions/016_drop_sm_tables.py:99
 
2637
#, python-format
 
2638
msgid "Exception while creating table %s."
 
2639
msgstr ""
 
2640
 
 
2641
#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
 
2642
#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
 
2643
#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 
2644
#, python-format
 
2645
msgid "Column |%s| not created!"
 
2646
msgstr ""
 
2647
 
 
2648
#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 
2649
msgid "encryption_key_id column not dropped from volumes"
 
2650
msgstr ""
 
2651
 
 
2652
#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 
2653
msgid "encryption_key_id column not dropped from snapshots"
 
2654
msgstr ""
 
2655
 
 
2656
#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 
2657
msgid "volume_type_id column not dropped from snapshots"
 
2658
msgstr ""
 
2659
 
 
2660
#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 
2661
msgid "encryption table not dropped"
 
2662
msgstr ""
 
2663
 
 
2664
#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
 
2665
msgid "Table quality_of_service_specs not created!"
 
2666
msgstr ""
 
2667
 
 
2668
#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
 
2669
msgid "Added qos_specs_id column to volume type table failed."
 
2670
msgstr ""
 
2671
 
 
2672
#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
 
2673
msgid "Dropping quality_of_service_specs table failed."
 
2674
msgstr ""
 
2675
 
 
2676
#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
 
2677
msgid "Dropping qos_specs_id column failed."
 
2678
msgstr ""
 
2679
 
 
2680
#: cinder/image/glance.py:156 cinder/image/glance.py:165
1987
2681
#, python-format
1988
2682
msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
1989
2683
msgstr ""
1993
2687
msgstr ""
1994
2688
 
1995
2689
#: cinder/image/image_utils.py:224 cinder/image/image_utils.py:256
1996
 
#: cinder/volume/drivers/gpfs.py:452
1997
2690
msgid "'qemu-img info' parsing failed."
1998
2691
msgstr ""
1999
2692
 
2000
 
#: cinder/image/image_utils.py:231 cinder/image/image_utils.py:263
 
2693
#: cinder/image/image_utils.py:231
 
2694
#, python-format
 
2695
msgid "fmt=%(fmt)s backed by: %(backing_file)s"
 
2696
msgstr ""
 
2697
 
 
2698
#: cinder/image/image_utils.py:263
2001
2699
#, python-format
2002
2700
msgid "fmt=%(fmt)s backed by:%(backing_file)s"
2003
2701
msgstr ""
2004
2702
 
2005
 
#: cinder/image/image_utils.py:283 cinder/volume/drivers/gpfs.py:472
 
2703
#: cinder/image/image_utils.py:283
2006
2704
#, python-format
2007
2705
msgid "Converted to raw, but format is now %s"
2008
2706
msgstr ""
2012
2710
msgid "Converted to %(f1)s, but format is now %(f2)s"
2013
2711
msgstr ""
2014
2712
 
2015
 
#: cinder/openstack/common/exception.py:104
2016
 
msgid "Uncaught exception"
2017
 
msgstr ""
2018
 
 
2019
2713
#: cinder/openstack/common/excutils.py:48
2020
2714
#, python-format
2021
2715
msgid "Original exception being dropped: %s"
2077
2771
msgstr ""
2078
2772
 
2079
2773
#: cinder/openstack/common/loopingcall.py:91
 
2774
#: cinder/tests/brick/test_brick_connector.py:444
2080
2775
msgid "in fixed duration looping call"
2081
2776
msgstr ""
2082
2777
 
2146
2841
msgid "Running cmd (subprocess): %s"
2147
2842
msgstr "Esecuzione del comando (sottoprocesso): %s"
2148
2843
 
 
2844
#: cinder/openstack/common/processutils.py:167
 
2845
#: cinder/openstack/common/processutils.py:239
 
2846
#: cinder/volume/drivers/san/hp/hp_3par_common.py:315
 
2847
#, python-format
 
2848
msgid "Result was %s"
 
2849
msgstr "Il risultato é %s"
 
2850
 
2149
2851
#: cinder/openstack/common/processutils.py:179
2150
2852
#, python-format
2151
2853
msgid "%r failed. Retrying."
2152
2854
msgstr ""
2153
2855
 
 
2856
#: cinder/openstack/common/processutils.py:218
 
2857
#: cinder/volume/drivers/san/hp/hp_3par_common.py:288
 
2858
#, python-format
 
2859
msgid "Running cmd (SSH): %s"
 
2860
msgstr "Eseguendo cmd (SSH): %s"
 
2861
 
 
2862
#: cinder/openstack/common/processutils.py:220
 
2863
msgid "Environment not supported over SSH"
 
2864
msgstr ""
 
2865
 
 
2866
#: cinder/openstack/common/processutils.py:224
 
2867
msgid "process_input not supported over SSH"
 
2868
msgstr ""
 
2869
 
2154
2870
#: cinder/openstack/common/service.py:262
2155
2871
#, python-format
2156
2872
msgid "Child %(pid)s exited with status %(code)d"
2193
2909
msgid "Sort key supplied was not valid."
2194
2910
msgstr ""
2195
2911
 
2196
 
#: cinder/openstack/common/notifier/api.py:125
 
2912
#: cinder/openstack/common/notifier/api.py:129
2197
2913
#, python-format
2198
2914
msgid "%s not in valid priorities"
2199
2915
msgstr ""
2200
2916
 
2201
 
#: cinder/openstack/common/notifier/api.py:141
 
2917
#: cinder/openstack/common/notifier/api.py:145
2202
2918
#, python-format
2203
2919
msgid ""
2204
2920
"Problem '%(e)s' attempting to send to notification system. "
2205
2921
"Payload=%(payload)s"
2206
2922
msgstr ""
2207
2923
 
2208
 
#: cinder/openstack/common/notifier/api.py:171
 
2924
#: cinder/openstack/common/notifier/api.py:164
2209
2925
#, python-format
2210
2926
msgid "Failed to load notifier %s. These notifications will not be sent."
2211
2927
msgstr ""
2270
2986
msgstr "nessun metodo per il messagggio: %s"
2271
2987
 
2272
2988
#: cinder/openstack/common/rpc/amqp.py:443
2273
 
#: cinder/openstack/common/rpc/impl_zmq.py:286
 
2989
#: cinder/openstack/common/rpc/impl_zmq.py:280
2274
2990
#, python-format
2275
2991
msgid "Expected exception during message handling (%s)"
2276
2992
msgstr ""
2277
2993
 
2278
2994
#: cinder/openstack/common/rpc/amqp.py:451
2279
 
#: cinder/openstack/common/rpc/impl_zmq.py:292
 
2995
#: cinder/openstack/common/rpc/impl_zmq.py:286
2280
2996
msgid "Exception during message handling"
2281
2997
msgstr ""
2282
2998
 
2390
3106
msgstr ""
2391
3107
 
2392
3108
#: cinder/openstack/common/rpc/impl_kombu.py:609
2393
 
#: cinder/openstack/common/rpc/impl_qpid.py:403
 
3109
#: cinder/openstack/common/rpc/impl_qpid.py:404
2394
3110
#, python-format
2395
3111
msgid "Failed to declare consumer for topic '%(topic)s': %(err_str)s"
2396
3112
msgstr ""
2397
3113
 
2398
3114
#: cinder/openstack/common/rpc/impl_kombu.py:627
2399
 
#: cinder/openstack/common/rpc/impl_qpid.py:418
 
3115
#: cinder/openstack/common/rpc/impl_qpid.py:419
2400
3116
#, python-format
2401
3117
msgid "Timed out waiting for RPC response: %s"
2402
3118
msgstr ""
2403
3119
 
2404
3120
#: cinder/openstack/common/rpc/impl_kombu.py:631
2405
 
#: cinder/openstack/common/rpc/impl_qpid.py:422
 
3121
#: cinder/openstack/common/rpc/impl_qpid.py:423
2406
3122
#, python-format
2407
3123
msgid "Failed to consume message from queue: %s"
2408
3124
msgstr ""
2409
3125
 
2410
3126
#: cinder/openstack/common/rpc/impl_kombu.py:670
2411
 
#: cinder/openstack/common/rpc/impl_qpid.py:457
 
3127
#: cinder/openstack/common/rpc/impl_qpid.py:458
2412
3128
#, python-format
2413
3129
msgid "Failed to publish message to topic '%(topic)s': %(err_str)s"
2414
3130
msgstr ""
2415
3131
 
2416
 
#: cinder/openstack/common/rpc/impl_qpid.py:351
 
3132
#: cinder/openstack/common/rpc/impl_qpid.py:352
2417
3133
#, python-format
2418
3134
msgid "Unable to connect to AMQP server: %(e)s. Sleeping %(delay)s seconds"
2419
3135
msgstr ""
2420
3136
 
2421
 
#: cinder/openstack/common/rpc/impl_qpid.py:357
 
3137
#: cinder/openstack/common/rpc/impl_qpid.py:358
2422
3138
#, python-format
2423
3139
msgid "Connected to AMQP server on %s"
2424
3140
msgstr ""
2425
3141
 
2426
 
#: cinder/openstack/common/rpc/impl_qpid.py:370
 
3142
#: cinder/openstack/common/rpc/impl_qpid.py:371
2427
3143
msgid "Re-established AMQP queues"
2428
3144
msgstr ""
2429
3145
 
2430
 
#: cinder/openstack/common/rpc/impl_qpid.py:430
 
3146
#: cinder/openstack/common/rpc/impl_qpid.py:431
2431
3147
msgid "Error processing message.  Skipping it."
2432
3148
msgstr ""
2433
3149
 
2434
 
#: cinder/openstack/common/rpc/impl_zmq.py:97
 
3150
#: cinder/openstack/common/rpc/impl_zmq.py:96
2435
3151
msgid "JSON serialization failed."
2436
3152
msgstr ""
2437
3153
 
2438
 
#: cinder/openstack/common/rpc/impl_zmq.py:104
 
3154
#: cinder/openstack/common/rpc/impl_zmq.py:101
2439
3155
#, python-format
2440
3156
msgid "Deserializing: %s"
2441
3157
msgstr ""
2442
3158
 
2443
 
#: cinder/openstack/common/rpc/impl_zmq.py:140
 
3159
#: cinder/openstack/common/rpc/impl_zmq.py:136
2444
3160
#, python-format
2445
3161
msgid "Connecting to %(addr)s with %(type)s"
2446
3162
msgstr ""
2447
3163
 
2448
 
#: cinder/openstack/common/rpc/impl_zmq.py:141
 
3164
#: cinder/openstack/common/rpc/impl_zmq.py:137
2449
3165
#, python-format
2450
3166
msgid "-> Subscribed to %(subscribe)s"
2451
3167
msgstr ""
2452
3168
 
2453
 
#: cinder/openstack/common/rpc/impl_zmq.py:142
 
3169
#: cinder/openstack/common/rpc/impl_zmq.py:138
2454
3170
#, python-format
2455
3171
msgid "-> bind: %(bind)s"
2456
3172
msgstr ""
2457
3173
 
2458
 
#: cinder/openstack/common/rpc/impl_zmq.py:150
 
3174
#: cinder/openstack/common/rpc/impl_zmq.py:146
2459
3175
msgid "Could not open socket."
2460
3176
msgstr ""
2461
3177
 
2462
 
#: cinder/openstack/common/rpc/impl_zmq.py:162
 
3178
#: cinder/openstack/common/rpc/impl_zmq.py:158
2463
3179
#, python-format
2464
3180
msgid "Subscribing to %s"
2465
3181
msgstr ""
2466
3182
 
2467
 
#: cinder/openstack/common/rpc/impl_zmq.py:204
 
3183
#: cinder/openstack/common/rpc/impl_zmq.py:200
2468
3184
msgid "You cannot recv on this socket."
2469
3185
msgstr ""
2470
3186
 
2471
 
#: cinder/openstack/common/rpc/impl_zmq.py:209
 
3187
#: cinder/openstack/common/rpc/impl_zmq.py:205
2472
3188
msgid "You cannot send on this socket."
2473
3189
msgstr ""
2474
3190
 
2475
 
#: cinder/openstack/common/rpc/impl_zmq.py:273
 
3191
#: cinder/openstack/common/rpc/impl_zmq.py:267
2476
3192
#, fuzzy, python-format
2477
3193
msgid "Running func with context: %s"
2478
3194
msgstr "contesto decompresso: %s"
2479
3195
 
2480
 
#: cinder/openstack/common/rpc/impl_zmq.py:311
 
3196
#: cinder/openstack/common/rpc/impl_zmq.py:305
2481
3197
msgid "Sending reply"
2482
3198
msgstr ""
2483
3199
 
2484
 
#: cinder/openstack/common/rpc/impl_zmq.py:345
 
3200
#: cinder/openstack/common/rpc/impl_zmq.py:339
2485
3201
msgid "RPC message did not include method."
2486
3202
msgstr ""
2487
3203
 
2488
 
#: cinder/openstack/common/rpc/impl_zmq.py:380
 
3204
#: cinder/openstack/common/rpc/impl_zmq.py:371
2489
3205
msgid "Registering reactor"
2490
3206
msgstr ""
2491
3207
 
2492
 
#: cinder/openstack/common/rpc/impl_zmq.py:392
 
3208
#: cinder/openstack/common/rpc/impl_zmq.py:383
2493
3209
msgid "In reactor registered"
2494
3210
msgstr ""
2495
3211
 
2496
 
#: cinder/openstack/common/rpc/impl_zmq.py:407
2497
 
msgid "Out reactor registered"
2498
 
msgstr ""
2499
 
 
2500
 
#: cinder/openstack/common/rpc/impl_zmq.py:411
 
3212
#: cinder/openstack/common/rpc/impl_zmq.py:387
2501
3213
msgid "Consuming socket"
2502
3214
msgstr ""
2503
3215
 
2504
 
#: cinder/openstack/common/rpc/impl_zmq.py:453
2505
 
#, python-format
2506
 
msgid "CONSUMER GOT %s"
2507
 
msgstr ""
2508
 
 
2509
 
#: cinder/openstack/common/rpc/impl_zmq.py:465
 
3216
#: cinder/openstack/common/rpc/impl_zmq.py:437
2510
3217
#, python-format
2511
3218
msgid "Creating proxy for topic: %s"
2512
3219
msgstr ""
2513
3220
 
2514
 
#: cinder/openstack/common/rpc/impl_zmq.py:471
 
3221
#: cinder/openstack/common/rpc/impl_zmq.py:443
2515
3222
msgid "Topic contained dangerous characters."
2516
3223
msgstr ""
2517
3224
 
2518
 
#: cinder/openstack/common/rpc/impl_zmq.py:496
2519
 
#, python-format
2520
 
msgid "ROUTER RELAY-OUT SUCCEEDED %(data)s"
2521
 
msgstr ""
2522
 
 
2523
 
#: cinder/openstack/common/rpc/impl_zmq.py:505
 
3225
#: cinder/openstack/common/rpc/impl_zmq.py:475
2524
3226
msgid "Topic socket file creation failed."
2525
3227
msgstr ""
2526
3228
 
2527
 
#: cinder/openstack/common/rpc/impl_zmq.py:510
2528
 
#, python-format
2529
 
msgid "ROUTER RELAY-OUT QUEUED %(data)s"
2530
 
msgstr ""
2531
 
 
2532
 
#: cinder/openstack/common/rpc/impl_zmq.py:513
 
3229
#: cinder/openstack/common/rpc/impl_zmq.py:481
2533
3230
#, python-format
2534
3231
msgid "Local per-topic backlog buffer full for topic %(topic)s. Dropping message."
2535
3232
msgstr ""
2536
3233
 
2537
 
#: cinder/openstack/common/rpc/impl_zmq.py:532
2538
 
#, python-format
2539
 
msgid "Could not create IPC directory %s"
2540
 
msgstr ""
2541
 
 
2542
 
#: cinder/openstack/common/rpc/impl_zmq.py:542
 
3234
#: cinder/openstack/common/rpc/impl_zmq.py:497
 
3235
#, python-format
 
3236
msgid "Required IPC directory does not exist at %s"
 
3237
msgstr ""
 
3238
 
 
3239
#: cinder/openstack/common/rpc/impl_zmq.py:506
 
3240
#, python-format
 
3241
msgid "Permission denied to IPC directory at %s"
 
3242
msgstr ""
 
3243
 
 
3244
#: cinder/openstack/common/rpc/impl_zmq.py:509
2543
3245
msgid "Could not create ZeroMQ receiver daemon. Socket may already be in use."
2544
3246
msgstr ""
2545
3247
 
2546
 
#: cinder/openstack/common/rpc/impl_zmq.py:576
 
3248
#: cinder/openstack/common/rpc/impl_zmq.py:543
2547
3249
#, python-format
2548
3250
msgid "CONSUMER RECEIVED DATA: %s"
2549
3251
msgstr ""
2550
3252
 
2551
 
#: cinder/openstack/common/rpc/impl_zmq.py:578
2552
 
#, python-format
2553
 
msgid "ROUTER RELAY-OUT %(data)s"
2554
 
msgstr ""
2555
 
 
2556
 
#: cinder/openstack/common/rpc/impl_zmq.py:600
 
3253
#: cinder/openstack/common/rpc/impl_zmq.py:562
2557
3254
msgid "ZMQ Envelope version unsupported or unknown."
2558
3255
msgstr ""
2559
3256
 
2560
 
#: cinder/openstack/common/rpc/impl_zmq.py:628
 
3257
#: cinder/openstack/common/rpc/impl_zmq.py:590
2561
3258
msgid "Skipping topic registration. Already registered."
2562
3259
msgstr ""
2563
3260
 
2564
 
#: cinder/openstack/common/rpc/impl_zmq.py:635
 
3261
#: cinder/openstack/common/rpc/impl_zmq.py:597
2565
3262
#, python-format
2566
3263
msgid "Consumer is a zmq.%s"
2567
3264
msgstr ""
2568
3265
 
2569
 
#: cinder/openstack/common/rpc/impl_zmq.py:687
 
3266
#: cinder/openstack/common/rpc/impl_zmq.py:649
2570
3267
msgid "Creating payload"
2571
3268
msgstr ""
2572
3269
 
2573
 
#: cinder/openstack/common/rpc/impl_zmq.py:700
 
3270
#: cinder/openstack/common/rpc/impl_zmq.py:662
2574
3271
msgid "Creating queue socket for reply waiter"
2575
3272
msgstr ""
2576
3273
 
2577
 
#: cinder/openstack/common/rpc/impl_zmq.py:713
 
3274
#: cinder/openstack/common/rpc/impl_zmq.py:675
2578
3275
msgid "Sending cast"
2579
3276
msgstr ""
2580
3277
 
2581
 
#: cinder/openstack/common/rpc/impl_zmq.py:716
 
3278
#: cinder/openstack/common/rpc/impl_zmq.py:678
2582
3279
msgid "Cast sent; Waiting reply"
2583
3280
msgstr ""
2584
3281
 
2585
 
#: cinder/openstack/common/rpc/impl_zmq.py:719
 
3282
#: cinder/openstack/common/rpc/impl_zmq.py:681
2586
3283
#, fuzzy, python-format
2587
3284
msgid "Received message: %s"
2588
3285
msgstr "ricevuto %s"
2589
3286
 
2590
 
#: cinder/openstack/common/rpc/impl_zmq.py:720
 
3287
#: cinder/openstack/common/rpc/impl_zmq.py:682
2591
3288
msgid "Unpacking response"
2592
3289
msgstr ""
2593
3290
 
2594
 
#: cinder/openstack/common/rpc/impl_zmq.py:729
 
3291
#: cinder/openstack/common/rpc/impl_zmq.py:691
2595
3292
msgid "Unsupported or unknown ZMQ envelope returned."
2596
3293
msgstr ""
2597
3294
 
2598
 
#: cinder/openstack/common/rpc/impl_zmq.py:736
 
3295
#: cinder/openstack/common/rpc/impl_zmq.py:698
2599
3296
#, fuzzy
2600
3297
msgid "RPC Message Invalid."
2601
3298
msgstr "La richiesta non è valida."
2602
3299
 
2603
 
#: cinder/openstack/common/rpc/impl_zmq.py:760
 
3300
#: cinder/openstack/common/rpc/impl_zmq.py:721
2604
3301
#, python-format
2605
3302
msgid "%(msg)s"
2606
3303
msgstr ""
2607
3304
 
2608
 
#: cinder/openstack/common/rpc/impl_zmq.py:763
 
3305
#: cinder/openstack/common/rpc/impl_zmq.py:724
2609
3306
#, python-format
2610
3307
msgid "Sending message(s) to: %s"
2611
3308
msgstr ""
2612
3309
 
2613
 
#: cinder/openstack/common/rpc/impl_zmq.py:767
 
3310
#: cinder/openstack/common/rpc/impl_zmq.py:728
2614
3311
msgid "No matchmaker results. Not casting."
2615
3312
msgstr ""
2616
3313
 
2617
 
#: cinder/openstack/common/rpc/impl_zmq.py:770
 
3314
#: cinder/openstack/common/rpc/impl_zmq.py:731
2618
3315
msgid "No match from matchmaker."
2619
3316
msgstr ""
2620
3317
 
 
3318
#: cinder/openstack/common/rpc/impl_zmq.py:771
 
3319
#, python-format
 
3320
msgid "topic is %s."
 
3321
msgstr ""
 
3322
 
 
3323
#: cinder/openstack/common/rpc/impl_zmq.py:815
 
3324
#, python-format
 
3325
msgid "rpc_zmq_matchmaker = %(orig)s is deprecated; use %(new)s instead"
 
3326
msgstr ""
 
3327
 
2621
3328
#: cinder/openstack/common/rpc/matchmaker.py:53
2622
3329
msgid "Match not found by MatchMaker."
2623
3330
msgstr ""
2641
3348
msgid "No key defining hosts for topic '%s', see ringfile"
2642
3349
msgstr ""
2643
3350
 
2644
 
#: cinder/scheduler/chance.py:52 cinder/scheduler/simple.py:90
 
3351
#: cinder/scheduler/chance.py:54 cinder/scheduler/simple.py:90
2645
3352
msgid "Is the appropriate service running?"
2646
3353
msgstr ""
2647
3354
 
2648
 
#: cinder/scheduler/chance.py:57
 
3355
#: cinder/scheduler/chance.py:64
2649
3356
msgid "Could not find another host"
2650
3357
msgstr ""
2651
3358
 
 
3359
#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 
3360
#, python-format
 
3361
msgid "cannot place volume %(id)s on %(host)s"
 
3362
msgstr ""
 
3363
 
2652
3364
#: cinder/scheduler/driver.py:89
 
3365
msgid "Must implement host_passes_filters"
 
3366
msgstr ""
 
3367
 
 
3368
#: cinder/scheduler/driver.py:93
2653
3369
msgid "Must implement a fallback schedule"
2654
3370
msgstr ""
2655
3371
 
2656
 
#: cinder/scheduler/driver.py:93
 
3372
#: cinder/scheduler/driver.py:97
2657
3373
msgid "Must implement schedule_create_volume"
2658
3374
msgstr ""
2659
3375
 
2660
 
#: cinder/scheduler/filter_scheduler.py:110
 
3376
#: cinder/scheduler/filter_scheduler.py:125
2661
3377
msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
2662
3378
msgstr ""
2663
3379
 
2664
 
#: cinder/scheduler/filter_scheduler.py:128
 
3380
#: cinder/scheduler/filter_scheduler.py:143
2665
3381
#, python-format
2666
3382
msgid ""
2667
3383
"Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
2668
3384
"%(exc)s"
2669
3385
msgstr ""
2670
3386
 
2671
 
#: cinder/scheduler/filter_scheduler.py:161
 
3387
#: cinder/scheduler/filter_scheduler.py:176
2672
3388
#, python-format
2673
3389
msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
2674
3390
msgstr ""
2675
3391
 
2676
 
#: cinder/scheduler/filter_scheduler.py:212
 
3392
#: cinder/scheduler/filter_scheduler.py:228
2677
3393
#, python-format
2678
3394
msgid "Filtered %s"
2679
3395
msgstr ""
2680
3396
 
2681
 
#: cinder/scheduler/filter_scheduler.py:218
 
3397
#: cinder/scheduler/filter_scheduler.py:241
2682
3398
#, python-format
2683
3399
msgid "Choosing %s"
2684
3400
msgstr ""
2698
3414
msgid "volume service is down or disabled. (host: %s)"
2699
3415
msgstr ""
2700
3416
 
2701
 
#: cinder/scheduler/manager.py:119
 
3417
#: cinder/scheduler/manager.py:92
 
3418
msgid "Schedule volume flow not retrieved"
 
3419
msgstr ""
 
3420
 
 
3421
#: cinder/scheduler/manager.py:96
 
3422
#, python-format
 
3423
msgid "Failed to successfully complete schedule volume using flow: %s"
 
3424
msgstr ""
 
3425
 
 
3426
#: cinder/scheduler/manager.py:131
2702
3427
#, python-format
2703
3428
msgid "Failed to schedule_%(method)s: %(ex)s"
2704
3429
msgstr ""
2733
3458
msgid "Host %(host)s %(pass_msg)s.  Previously tried hosts: %(hosts)s"
2734
3459
msgstr ""
2735
3460
 
2736
 
#: cinder/tests/fake_driver.py:45 cinder/volume/driver.py:549
 
3461
#: cinder/tests/fake_driver.py:49 cinder/volume/driver.py:680
2737
3462
#, python-format
2738
3463
msgid "FAKE ISCSI: %s"
2739
3464
msgstr ""
2740
3465
 
2741
 
#: cinder/tests/fake_driver.py:93 cinder/tests/fake_driver.py:98
 
3466
#: cinder/tests/fake_driver.py:68 cinder/volume/driver.py:955
 
3467
#, python-format
 
3468
msgid "FAKE ISER: %s"
 
3469
msgstr ""
 
3470
 
 
3471
#: cinder/tests/fake_driver.py:89
 
3472
msgid "local_path not implemented"
 
3473
msgstr ""
 
3474
 
 
3475
#: cinder/tests/fake_driver.py:116 cinder/tests/fake_driver.py:121
2742
3476
#, python-format
2743
3477
msgid "LoggingVolumeDriver: %s"
2744
3478
msgstr ""
2775
3509
msgid "unrecognized argument %s"
2776
3510
msgstr ""
2777
3511
 
2778
 
#: cinder/tests/test_storwize_svc.py:1217
 
3512
#: cinder/tests/test_storwize_svc.py:1254
2779
3513
#, python-format
2780
3514
msgid "Run CLI command: %s"
2781
3515
msgstr ""
2782
3516
 
2783
 
#: cinder/tests/test_storwize_svc.py:1220
 
3517
#: cinder/tests/test_storwize_svc.py:1257
2784
3518
#, python-format
2785
3519
msgid ""
2786
3520
"CLI output:\n"
2788
3522
" stderr: %(stderr)s"
2789
3523
msgstr ""
2790
3524
 
2791
 
#: cinder/tests/test_storwize_svc.py:1225
 
3525
#: cinder/tests/test_storwize_svc.py:1262
2792
3526
#, python-format
2793
3527
msgid ""
2794
3528
"CLI Exception output:\n"
2796
3530
" stderr: %(err)s"
2797
3531
msgstr ""
2798
3532
 
2799
 
#: cinder/tests/test_volume_types.py:59
 
3533
#: cinder/tests/test_volume_types.py:60
2800
3534
#, python-format
2801
3535
msgid "Given data: %s"
2802
3536
msgstr ""
2803
3537
 
2804
 
#: cinder/tests/test_volume_types.py:60
 
3538
#: cinder/tests/test_volume_types.py:61
2805
3539
#, python-format
2806
3540
msgid "Result data: %s"
2807
3541
msgstr ""
2869
3603
msgid "Volume in unexpected state"
2870
3604
msgstr ""
2871
3605
 
2872
 
#: cinder/transfer/api.py:104 cinder/volume/api.py:108 cinder/volume/api.py:495
2873
 
#: cinder/volume/manager.py:604
 
3606
#: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
 
3607
#: cinder/volume/manager.py:395
2874
3608
msgid "status must be available"
2875
3609
msgstr ""
2876
3610
 
2884
3618
msgid "Attempt to transfer %s with invalid auth key."
2885
3619
msgstr ""
2886
3620
 
2887
 
#: cinder/transfer/api.py:158 cinder/volume/api.py:184
 
3621
#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
2888
3622
#, python-format
2889
3623
msgid ""
2890
3624
"Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
2891
3625
"(%(d_consumed)dG of %(d_quota)dG already consumed)"
2892
3626
msgstr ""
2893
3627
 
2894
 
#: cinder/transfer/api.py:167
 
3628
#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
2895
3629
#, python-format
2896
3630
msgid ""
2897
3631
"Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
2903
3637
msgid "Failed to update quota donating volumetransfer id %s"
2904
3638
msgstr ""
2905
3639
 
2906
 
#: cinder/transfer/api.py:195
 
3640
#: cinder/transfer/api.py:198
2907
3641
#, python-format
2908
3642
msgid "Volume %s has been transferred."
2909
3643
msgstr ""
2910
3644
 
2911
 
#: cinder/volume/api.py:101
2912
 
msgid "May specify only one of snapshot, imageRef or source volume"
2913
 
msgstr ""
2914
 
 
2915
 
#: cinder/volume/api.py:113
2916
 
msgid "Volume size cannot be lesser than the Snapshot size"
2917
 
msgstr ""
2918
 
 
2919
 
#: cinder/volume/api.py:122
2920
 
msgid "Unable to clone volumes that are in an error state"
2921
 
msgstr ""
2922
 
 
2923
 
#: cinder/volume/api.py:128
2924
 
msgid "Clones currently must be >= original volume size."
2925
 
msgstr ""
2926
 
 
2927
 
#: cinder/volume/api.py:145
2928
 
#, python-format
2929
 
msgid "Volume size '%s' must be an integer and greater than 0"
2930
 
msgstr ""
2931
 
 
2932
 
#: cinder/volume/api.py:155
2933
 
msgid "Size of specified image is larger than volume size."
2934
 
msgstr ""
2935
 
 
2936
 
#: cinder/volume/api.py:159
2937
 
msgid "Image minDisk size is larger than the volume size."
2938
 
msgstr ""
2939
 
 
2940
 
#: cinder/volume/api.py:193
2941
 
#, python-format
2942
 
msgid ""
2943
 
"Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
2944
 
"volumesalready consumed)"
2945
 
msgstr ""
2946
 
 
2947
 
#: cinder/volume/api.py:313
2948
 
msgid "Availability zone is invalid"
2949
 
msgstr ""
2950
 
 
2951
 
#: cinder/volume/api.py:358
 
3645
#: cinder/volume/api.py:143
 
3646
#, python-format
 
3647
msgid "Unable to query if %s is in the availability zone set"
 
3648
msgstr ""
 
3649
 
 
3650
#: cinder/volume/api.py:168
 
3651
msgid "Create volume flow not retrieved"
 
3652
msgstr ""
 
3653
 
 
3654
#: cinder/volume/api.py:171
 
3655
msgid "Failed to successfully complete create volume workflow"
 
3656
msgstr ""
 
3657
 
 
3658
#: cinder/volume/api.py:183
 
3659
msgid "Expected volume result not found"
 
3660
msgstr ""
 
3661
 
 
3662
#: cinder/volume/api.py:207
2952
3663
msgid "Failed to update quota for deleting volume"
2953
3664
msgstr ""
2954
3665
 
2955
 
#: cinder/volume/api.py:366
2956
 
#, fuzzy
2957
 
msgid "Volume status must be available or error"
2958
 
msgstr "Lo stato del volume deve essere disponibile"
2959
 
 
2960
 
#: cinder/volume/api.py:375
 
3666
#: cinder/volume/api.py:216
 
3667
#, python-format
 
3668
msgid "Volume status must be available or error, but current status is: %s"
 
3669
msgstr ""
 
3670
 
 
3671
#: cinder/volume/api.py:226
 
3672
msgid "Volume cannot be deleted while migrating"
 
3673
msgstr ""
 
3674
 
 
3675
#: cinder/volume/api.py:231
2961
3676
#, python-format
2962
3677
msgid "Volume still has %d dependent snapshots"
2963
3678
msgstr ""
2964
3679
 
2965
 
#: cinder/volume/api.py:420 cinder/volume/api.py:478
2966
 
#: cinder/volume/volume_types.py:69
 
3680
#: cinder/volume/api.py:287 cinder/volume/api.py:351
 
3681
#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
2967
3682
#, python-format
2968
3683
msgid "Searching by: %s"
2969
3684
msgstr ""
2970
3685
 
2971
 
#: cinder/volume/api.py:498
 
3686
#: cinder/volume/api.py:371
2972
3687
msgid "already attached"
2973
3688
msgstr ""
2974
3689
 
2975
 
#: cinder/volume/api.py:505
 
3690
#: cinder/volume/api.py:378
2976
3691
msgid "status must be in-use to detach"
2977
3692
msgstr ""
2978
3693
 
2979
 
#: cinder/volume/api.py:516
 
3694
#: cinder/volume/api.py:389
2980
3695
#, fuzzy
2981
3696
msgid "Volume status must be available to reserve"
2982
3697
msgstr "Lo stato del volume deve essere disponibile"
2983
3698
 
2984
 
#: cinder/volume/api.py:571
 
3699
#: cinder/volume/api.py:446
2985
3700
msgid "must be available"
2986
3701
msgstr ""
2987
3702
 
2988
 
#: cinder/volume/api.py:593
 
3703
#: cinder/volume/api.py:468
2989
3704
#, python-format
2990
3705
msgid ""
2991
3706
"Quota exceeded for %(s_pid)s, tried to create %(s_size)sG snapshot "
2992
3707
"(%(d_consumed)dG of %(d_quota)dG already consumed)"
2993
3708
msgstr ""
2994
3709
 
2995
 
#: cinder/volume/api.py:602
 
3710
#: cinder/volume/api.py:477
2996
3711
#, python-format
2997
3712
msgid ""
2998
3713
"Quota exceeded for %(s_pid)s, tried to create snapshot (%(d_consumed)d "
2999
3714
"snapshots already consumed)"
3000
3715
msgstr ""
3001
3716
 
3002
 
#: cinder/volume/api.py:651
 
3717
#: cinder/volume/api.py:528
3003
3718
#, fuzzy
3004
3719
msgid "Volume Snapshot status must be available or error"
3005
3720
msgstr "Lo stato del volume deve essere disponibile"
3006
3721
 
3007
 
#: cinder/volume/api.py:679
 
3722
#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
3008
3723
msgid "Metadata property key blank"
3009
3724
msgstr ""
3010
3725
 
3011
 
#: cinder/volume/api.py:683
 
3726
#: cinder/volume/api.py:560
3012
3727
msgid "Metadata property key greater than 255 characters"
3013
3728
msgstr ""
3014
3729
 
3015
 
#: cinder/volume/api.py:687
 
3730
#: cinder/volume/api.py:564
3016
3731
msgid "Metadata property value greater than 255 characters"
3017
3732
msgstr ""
3018
3733
 
3019
 
#: cinder/volume/api.py:772
 
3734
#: cinder/volume/api.py:649
3020
3735
#, fuzzy
3021
3736
msgid "Volume status must be available/in-use."
3022
3737
msgstr "Lo stato del volume deve essere disponibile"
3023
3738
 
3024
 
#: cinder/volume/api.py:775
 
3739
#: cinder/volume/api.py:652
3025
3740
msgid "Volume status is in-use."
3026
3741
msgstr ""
3027
3742
 
3028
 
#: cinder/volume/api.py:804
 
3743
#: cinder/volume/api.py:681
3029
3744
msgid "Volume status must be available to extend."
3030
3745
msgstr ""
3031
3746
 
3032
 
#: cinder/volume/api.py:809
 
3747
#: cinder/volume/api.py:686
3033
3748
#, python-format
3034
3749
msgid ""
3035
3750
"New size for extend must be greater than current size. (current: "
3036
3751
"%(size)s, extended: %(new_size)s)"
3037
3752
msgstr ""
3038
3753
 
3039
 
#: cinder/volume/api.py:825
 
3754
#: cinder/volume/api.py:707
 
3755
msgid "volume must not have snapshots"
 
3756
msgstr ""
 
3757
 
 
3758
#: cinder/volume/api.py:720
3040
3759
#, python-format
3041
 
msgid ""
3042
 
"Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
3043
 
"(%(d_consumed)dG of %(d_quota)dG already consumed)"
3044
 
msgstr ""
3045
 
 
3046
 
#: cinder/volume/driver.py:108 cinder/volume/drivers/netapp/nfs.py:154
 
3760
msgid "No available service named %s"
 
3761
msgstr ""
 
3762
 
 
3763
#: cinder/volume/api.py:726
 
3764
msgid "Destination host must be different than current host"
 
3765
msgstr ""
 
3766
 
 
3767
#: cinder/volume/driver.py:144 cinder/volume/drivers/netapp/nfs.py:157
3047
3768
#, python-format
3048
3769
msgid "Recovering from a failed execute.  Try number %s"
3049
3770
msgstr ""
3050
3771
 
3051
 
#: cinder/volume/driver.py:221
 
3772
#: cinder/volume/driver.py:237
 
3773
#, python-format
 
3774
msgid "copy_data_between_volumes %(src)s -> %(dest)s."
 
3775
msgstr ""
 
3776
 
 
3777
#: cinder/volume/driver.py:250 cinder/volume/driver.py:264
 
3778
#, python-format
 
3779
msgid "Failed to attach volume %(vol)s"
 
3780
msgstr ""
 
3781
 
 
3782
#: cinder/volume/driver.py:279
 
3783
#, python-format
 
3784
msgid "Failed to copy volume %(src)s to %(dest)d"
 
3785
msgstr ""
 
3786
 
 
3787
#: cinder/volume/driver.py:292
 
3788
#, python-format
 
3789
msgid "copy_image_to_volume %s."
 
3790
msgstr ""
 
3791
 
 
3792
#: cinder/volume/driver.py:308
 
3793
#, python-format
 
3794
msgid "copy_volume_to_image %s."
 
3795
msgstr ""
 
3796
 
 
3797
#: cinder/volume/driver.py:340 cinder/volume/driver.py:915
 
3798
#, python-format
 
3799
msgid "Unable to access the backend storage via the path %(path)s."
 
3800
msgstr ""
 
3801
 
 
3802
#: cinder/volume/driver.py:374
 
3803
#, python-format
 
3804
msgid "Creating a new backup for volume %s."
 
3805
msgstr ""
 
3806
 
 
3807
#: cinder/volume/driver.py:393
 
3808
#, python-format
 
3809
msgid "Restoring backup %(backup)s to volume %(volume)s."
 
3810
msgstr ""
 
3811
 
 
3812
#: cinder/volume/driver.py:417
3052
3813
msgid "Extend volume not implemented"
3053
3814
msgstr ""
3054
3815
 
3055
 
#: cinder/volume/driver.py:247 cinder/volume/drivers/emc/emc_smis_iscsi.py:113
 
3816
#: cinder/volume/driver.py:459 cinder/volume/drivers/emc/emc_smis_iscsi.py:115
3056
3817
msgid "ISCSI provider_location not stored, using discovery"
3057
3818
msgstr ""
3058
3819
 
3059
 
#: cinder/volume/driver.py:295
 
3820
#: cinder/volume/driver.py:507
3060
3821
#, fuzzy, python-format
3061
3822
msgid "Could not find iSCSI export for volume %s"
3062
3823
msgstr "Impossibile localizzare il volume %s"
3063
3824
 
3064
 
#: cinder/volume/driver.py:299 cinder/volume/drivers/emc/emc_smis_iscsi.py:156
 
3825
#: cinder/volume/driver.py:511 cinder/volume/drivers/emc/emc_smis_iscsi.py:158
3065
3826
#, python-format
3066
3827
msgid "ISCSI Discovery: Found %s"
3067
3828
msgstr ""
3068
3829
 
3069
 
#: cinder/volume/driver.py:392
 
3830
#: cinder/volume/driver.py:607
3070
3831
msgid "The volume driver requires the iSCSI initiator name in the connector."
3071
3832
msgstr ""
3072
3833
 
3073
 
#: cinder/volume/driver.py:407
 
3834
#: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
 
3835
#: cinder/volume/drivers/storwize_svc.py:1404
 
3836
#: cinder/volume/drivers/emc/emc_smis_common.py:857
 
3837
#: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 
3838
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
 
3839
#: cinder/volume/drivers/netapp/iscsi.py:837
 
3840
#: cinder/volume/drivers/netapp/iscsi.py:1120
 
3841
#: cinder/volume/drivers/nexenta/volume.py:342
 
3842
msgid "Updating volume stats"
 
3843
msgstr ""
 
3844
 
 
3845
#: cinder/volume/driver.py:704
 
3846
msgid "ISER provider_location not stored, using discovery"
 
3847
msgstr ""
 
3848
 
 
3849
#: cinder/volume/driver.py:752
 
3850
#, python-format
 
3851
msgid "Could not find iSER export for volume %s"
 
3852
msgstr ""
 
3853
 
 
3854
#: cinder/volume/driver.py:756
 
3855
#, python-format
 
3856
msgid "ISER Discovery: Found %s"
 
3857
msgstr ""
 
3858
 
 
3859
#: cinder/volume/driver.py:818
3074
3860
#, python-format
3075
3861
msgid "Failed to access the device on the path %(path)s: %(error)s."
3076
3862
msgstr ""
3077
3863
 
3078
 
#: cinder/volume/driver.py:427
3079
 
#, python-format
3080
 
msgid "copy_image_to_volume %s."
3081
 
msgstr ""
3082
 
 
3083
 
#: cinder/volume/driver.py:445
3084
 
#, python-format
3085
 
msgid "copy_volume_to_image %s."
3086
 
msgstr ""
3087
 
 
3088
 
#: cinder/volume/driver.py:476
3089
 
#, python-format
3090
 
msgid "Unable to access the backend storage via the path %(path)s."
3091
 
msgstr ""
3092
 
 
3093
 
#: cinder/volume/driver.py:506 cinder/volume/manager.py:766
3094
 
#: cinder/volume/drivers/lvm.py:596 cinder/volume/drivers/lvm.py:723
3095
 
#: cinder/volume/drivers/storwize_svc.py:1346
3096
 
#: cinder/volume/drivers/emc/emc_smis_common.py:857
3097
 
#: cinder/volume/drivers/emc/emc_smis_iscsi.py:235
3098
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1507
3099
 
#: cinder/volume/drivers/netapp/iscsi.py:835
3100
 
#: cinder/volume/drivers/netapp/iscsi.py:1118
3101
 
#: cinder/volume/drivers/nexenta/volume.py:318
 
3864
#: cinder/volume/driver.py:891
 
3865
#, python-format
 
3866
msgid "iSER device not found at %s"
 
3867
msgstr ""
 
3868
 
 
3869
#: cinder/volume/driver.py:895
 
3870
#, python-format
 
3871
msgid ""
 
3872
"ISER volume not yet found at: %(host_device)s. Will rescan & retry.  Try "
 
3873
"number: %(tries)s."
 
3874
msgstr ""
 
3875
 
 
3876
#: cinder/volume/driver.py:908
 
3877
#, python-format
 
3878
msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 
3879
msgstr ""
 
3880
 
 
3881
#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 
3882
#: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
3102
3883
msgid "Updating volume status"
3103
3884
msgstr ""
3104
3885
 
3105
 
#: cinder/volume/driver.py:587
 
3886
#: cinder/volume/driver.py:993
3106
3887
msgid "Driver must implement initialize_connection"
3107
3888
msgstr ""
3108
3889
 
3109
 
#: cinder/volume/manager.py:117
 
3890
#: cinder/volume/manager.py:129
3110
3891
#, python-format
3111
3892
msgid "Driver path %s is deprecated, update your configuration to the new path."
3112
3893
msgstr ""
3113
3894
 
3114
 
#: cinder/volume/manager.py:140
 
3895
#: cinder/volume/manager.py:148
 
3896
#, python-format
 
3897
msgid "Starting volume driver %(driver_name)s (%(version)s)"
 
3898
msgstr ""
 
3899
 
 
3900
#: cinder/volume/manager.py:155
3115
3901
#, python-format
3116
3902
msgid "Re-exporting %s volumes"
3117
3903
msgstr ""
3118
3904
 
3119
 
#: cinder/volume/manager.py:145
 
3905
#: cinder/volume/manager.py:160
3120
3906
#, python-format
3121
3907
msgid "volume %s stuck in a downloading state"
3122
3908
msgstr ""
3123
3909
 
3124
 
#: cinder/volume/manager.py:150
 
3910
#: cinder/volume/manager.py:165
3125
3911
#, python-format
3126
3912
msgid "volume %s: skipping export"
3127
3913
msgstr ""
3128
3914
 
3129
 
#: cinder/volume/manager.py:152
 
3915
#: cinder/volume/manager.py:167
3130
3916
msgid "Resuming any in progress delete operations"
3131
3917
msgstr ""
3132
3918
 
3133
 
#: cinder/volume/manager.py:155
 
3919
#: cinder/volume/manager.py:170
3134
3920
#, python-format
3135
3921
msgid "Resuming delete on volume: %s"
3136
3922
msgstr ""
3137
3923
 
3138
 
#: cinder/volume/manager.py:229
3139
 
#, python-format
3140
 
msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG"
3141
 
msgstr ""
3142
 
 
3143
 
#: cinder/volume/manager.py:240
3144
 
#, fuzzy, python-format
3145
 
msgid "volume %s: creating from snapshot"
3146
 
msgstr "volume %s: creazione in corso per l'esportazione"
3147
 
 
3148
 
#: cinder/volume/manager.py:244
3149
 
#, fuzzy, python-format
3150
 
msgid "volume %s: creating from existing volume"
3151
 
msgstr "volume %s: creazione in corso per l'esportazione"
3152
 
 
3153
 
#: cinder/volume/manager.py:248
3154
 
#, fuzzy, python-format
3155
 
msgid "volume %s: creating from image"
3156
 
msgstr "volume %s: creazione in corso"
3157
 
 
3158
 
#: cinder/volume/manager.py:257
3159
 
#, python-format
3160
 
msgid "volume %s: creating"
3161
 
msgstr "volume %s: creazione in corso"
3162
 
 
3163
 
#: cinder/volume/manager.py:268
3164
 
#, python-format
3165
 
msgid "Setting volume: %s status to error after failed image copy."
3166
 
msgstr ""
3167
 
 
3168
 
#: cinder/volume/manager.py:295
3169
 
#, python-format
3170
 
msgid ""
3171
 
"Creating %(volume_id)s %(snapshot_id)s %(image_id)s was rescheduled due "
3172
 
"to %(reason)s"
3173
 
msgstr ""
3174
 
 
3175
 
#: cinder/volume/manager.py:316
3176
 
#, python-format
3177
 
msgid "volume %s: creating export"
3178
 
msgstr "volume %s: creazione in corso per l'esportazione"
3179
 
 
3180
 
#: cinder/volume/manager.py:326
3181
 
#, fuzzy, python-format
3182
 
msgid "volume %s: create failed"
3183
 
msgstr "volume %s: creazione in corso"
3184
 
 
3185
 
#: cinder/volume/manager.py:369
3186
 
#, python-format
3187
 
msgid "volume %s: created successfully"
3188
 
msgstr "volume %s: creato con successo"
3189
 
 
3190
 
#: cinder/volume/manager.py:377
3191
 
#, python-format
3192
 
msgid "Error: %s"
3193
 
msgstr ""
3194
 
 
3195
 
#: cinder/volume/manager.py:396
3196
 
#, python-format
3197
 
msgid "volume %s: Error trying to reschedule create"
3198
 
msgstr ""
3199
 
 
3200
 
#: cinder/volume/manager.py:409
3201
 
msgid "Retry info not present, will not reschedule"
3202
 
msgstr ""
3203
 
 
3204
 
#: cinder/volume/manager.py:413
3205
 
msgid "No request spec, will not reschedule"
3206
 
msgstr ""
3207
 
 
3208
 
#: cinder/volume/manager.py:418
3209
 
#, python-format
3210
 
msgid "volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d"
3211
 
msgstr ""
3212
 
 
3213
 
#: cinder/volume/manager.py:447 cinder/volume/manager.py:460
 
3924
#: cinder/volume/manager.py:195
 
3925
msgid "Manager volume flow not retrieved"
 
3926
msgstr ""
 
3927
 
 
3928
#: cinder/volume/manager.py:199
 
3929
msgid "Failed to successfully complete manager volume workflow"
 
3930
msgstr ""
 
3931
 
 
3932
#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
3214
3933
#, python-format
3215
3934
msgid "volume %s: deleting"
3216
3935
msgstr "volume %s: rimuovendo"
3217
3936
 
3218
 
#: cinder/volume/manager.py:453
 
3937
#: cinder/volume/manager.py:221
3219
3938
#, fuzzy
3220
3939
msgid "volume is not local to this node"
3221
3940
msgstr "Volume ancora collegato"
3222
3941
 
3223
 
#: cinder/volume/manager.py:458
 
3942
#: cinder/volume/manager.py:226
3224
3943
#, python-format
3225
3944
msgid "volume %s: removing export"
3226
3945
msgstr ""
3227
3946
 
3228
 
#: cinder/volume/manager.py:463
 
3947
#: cinder/volume/manager.py:231
3229
3948
#, python-format
3230
3949
msgid "Cannot delete volume %s: volume is busy"
3231
3950
msgstr ""
3232
3951
 
3233
 
#: cinder/volume/manager.py:486
 
3952
#: cinder/volume/manager.py:259
3234
3953
msgid "Failed to update usages deleting volume"
3235
3954
msgstr ""
3236
3955
 
3237
 
#: cinder/volume/manager.py:490
 
3956
#: cinder/volume/manager.py:264
 
3957
#, python-format
 
3958
msgid "volume %s: glance metadata deleted"
 
3959
msgstr ""
 
3960
 
 
3961
#: cinder/volume/manager.py:267
 
3962
#, python-format
 
3963
msgid "no glance metadata found for volume %s"
 
3964
msgstr ""
 
3965
 
 
3966
#: cinder/volume/manager.py:271
3238
3967
#, python-format
3239
3968
msgid "volume %s: deleted successfully"
3240
3969
msgstr "volume %s: rimosso con successo"
3241
3970
 
3242
 
#: cinder/volume/manager.py:505
 
3971
#: cinder/volume/manager.py:286
3243
3972
#, python-format
3244
3973
msgid "snapshot %s: creating"
3245
3974
msgstr ""
3246
3975
 
3247
 
#: cinder/volume/manager.py:510
3248
 
#, python-format
3249
 
msgid "snapshot %(snap_name)s: creating"
3250
 
msgstr ""
3251
 
 
3252
 
#: cinder/volume/manager.py:529
 
3976
#: cinder/volume/manager.py:291
 
3977
#, python-format
 
3978
msgid "snapshot %(snap_id)s: creating"
 
3979
msgstr ""
 
3980
 
 
3981
#: cinder/volume/manager.py:314
 
3982
#, python-format
 
3983
msgid ""
 
3984
"Failed updating %(snapshot_id)s metadata using the provided volumes "
 
3985
"%(volume_id)s metadata"
 
3986
msgstr ""
 
3987
 
 
3988
#: cinder/volume/manager.py:320
3253
3989
#, python-format
3254
3990
msgid "snapshot %s: created successfully"
3255
3991
msgstr ""
3256
3992
 
3257
 
#: cinder/volume/manager.py:538 cinder/volume/manager.py:543
 
3993
#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
3258
3994
#, python-format
3259
3995
msgid "snapshot %s: deleting"
3260
3996
msgstr ""
3261
3997
 
3262
 
#: cinder/volume/manager.py:546
 
3998
#: cinder/volume/manager.py:337
3263
3999
#, python-format
3264
4000
msgid "Cannot delete snapshot %s: snapshot is busy"
3265
4001
msgstr ""
3266
4002
 
3267
 
#: cinder/volume/manager.py:576
 
4003
#: cinder/volume/manager.py:367
3268
4004
msgid "Failed to update usages deleting snapshot"
3269
4005
msgstr ""
3270
4006
 
3271
 
#: cinder/volume/manager.py:579
 
4007
#: cinder/volume/manager.py:370
3272
4008
#, python-format
3273
4009
msgid "snapshot %s: deleted successfully"
3274
4010
msgstr ""
3275
4011
 
3276
 
#: cinder/volume/manager.py:597
 
4012
#: cinder/volume/manager.py:388
3277
4013
msgid "being attached by another instance"
3278
4014
msgstr ""
3279
4015
 
3280
 
#: cinder/volume/manager.py:601
 
4016
#: cinder/volume/manager.py:392
3281
4017
msgid "being attached by another host"
3282
4018
msgstr ""
3283
4019
 
3284
 
#: cinder/volume/manager.py:667 cinder/volume/manager.py:672
3285
 
#, python-format
3286
 
msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
3287
 
msgstr ""
3288
 
 
3289
 
#: cinder/volume/manager.py:677
3290
 
#, python-format
3291
 
msgid "Downloaded image %(image_id)s to %(volume_id)s successfully."
3292
 
msgstr ""
3293
 
 
3294
 
#: cinder/volume/manager.py:696
 
4020
#: cinder/volume/manager.py:474
3295
4021
#, python-format
3296
4022
msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
3297
4023
msgstr ""
3298
4024
 
3299
 
#: cinder/volume/manager.py:779
 
4025
#: cinder/volume/manager.py:581
 
4026
msgid "failed to create new_volume on destination host"
 
4027
msgstr ""
 
4028
 
 
4029
#: cinder/volume/manager.py:584
 
4030
msgid "timeout creating new_volume on destination host"
 
4031
msgstr ""
 
4032
 
 
4033
#: cinder/volume/manager.py:596
 
4034
#, python-format
 
4035
msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 
4036
msgstr ""
 
4037
 
 
4038
#: cinder/volume/manager.py:605
 
4039
#, python-format
 
4040
msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 
4041
msgstr ""
 
4042
 
 
4043
#: cinder/volume/manager.py:617
 
4044
#, python-format
 
4045
msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 
4046
msgstr ""
 
4047
 
 
4048
#: cinder/volume/manager.py:630
 
4049
#, python-format
 
4050
msgid "volume %s: calling driver migrate_volume"
 
4051
msgstr ""
 
4052
 
 
4053
#: cinder/volume/manager.py:690
3300
4054
msgid "Clear capabilities"
3301
4055
msgstr ""
3302
4056
 
3303
 
#: cinder/volume/manager.py:783
 
4057
#: cinder/volume/manager.py:694
3304
4058
#, python-format
3305
4059
msgid "Notification {%s} received"
3306
4060
msgstr ""
3307
4061
 
3308
 
#: cinder/volume/manager.py:808
 
4062
#: cinder/volume/manager.py:732
 
4063
#, python-format
 
4064
msgid ""
 
4065
"Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 
4066
"(%(d_consumed)dG of %(d_quota)dG already consumed)"
 
4067
msgstr ""
 
4068
 
 
4069
#: cinder/volume/manager.py:743
3309
4070
#, python-format
3310
4071
msgid "volume %s: extending"
3311
4072
msgstr ""
3312
4073
 
3313
 
#: cinder/volume/manager.py:810
 
4074
#: cinder/volume/manager.py:745
3314
4075
#, python-format
3315
4076
msgid "volume %s: extended successfully"
3316
4077
msgstr ""
3317
4078
 
3318
 
#: cinder/volume/manager.py:812
 
4079
#: cinder/volume/manager.py:747
3319
4080
#, python-format
3320
4081
msgid "volume %s: Error trying to extend volume"
3321
4082
msgstr ""
3322
4083
 
 
4084
#: cinder/volume/qos_specs.py:58
 
4085
#, python-format
 
4086
msgid "Valid consumer of QoS specs are: %s"
 
4087
msgstr ""
 
4088
 
 
4089
#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
 
4090
#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
 
4091
#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
3323
4092
#: cinder/volume/volume_types.py:45
3324
4093
#, python-format
3325
4094
msgid "DB error: %s"
3326
4095
msgstr ""
3327
4096
 
 
4097
#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
3328
4098
#: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
3329
4099
msgid "id cannot be None"
3330
4100
msgstr ""
3331
4101
 
3332
 
#: cinder/volume/volume_types.py:113
 
4102
#: cinder/volume/qos_specs.py:145
 
4103
#, python-format
 
4104
msgid "Failed to get all associations of qos specs %s"
 
4105
msgstr ""
 
4106
 
 
4107
#: cinder/volume/qos_specs.py:163
 
4108
#, python-format
 
4109
msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
 
4110
msgstr ""
 
4111
 
 
4112
#: cinder/volume/qos_specs.py:176
 
4113
#, python-format
 
4114
msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
 
4115
msgstr ""
 
4116
 
 
4117
#: cinder/volume/qos_specs.py:189
 
4118
#, python-format
 
4119
msgid "Failed to disassociate qos specs %s."
 
4120
msgstr ""
 
4121
 
 
4122
#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
3333
4123
msgid "name cannot be None"
3334
4124
msgstr ""
3335
4125
 
 
4126
#: cinder/volume/utils.py:156
 
4127
#, python-format
 
4128
msgid ""
 
4129
"Incorrect value error: %(blocksize)s, it may indicate that "
 
4130
"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
 
4131
msgstr ""
 
4132
 
3336
4133
#: cinder/volume/volume_types.py:132
3337
4134
#, python-format
3338
4135
msgid ""
3340
4137
"config: %s"
3341
4138
msgstr ""
3342
4139
 
3343
 
#: cinder/volume/drivers/block_device.py:134
3344
 
#: cinder/volume/drivers/block_device.py:145 cinder/volume/drivers/lvm.py:545
3345
 
#: cinder/volume/drivers/lvm.py:559
 
4140
#: cinder/volume/drivers/block_device.py:132
 
4141
#: cinder/volume/drivers/block_device.py:143 cinder/volume/drivers/lvm.py:571
 
4142
#: cinder/volume/drivers/lvm.py:585
3346
4143
#, python-format
3347
4144
msgid "Skipping remove_export. No iscsi_target provisioned for volume: %s"
3348
4145
msgstr ""
3349
4146
 
3350
 
#: cinder/volume/drivers/block_device.py:159 cinder/volume/drivers/lvm.py:577
 
4147
#: cinder/volume/drivers/block_device.py:157 cinder/volume/drivers/lvm.py:603
3351
4148
#, python-format
3352
4149
msgid ""
3353
4150
"Skipping remove_export. No iscsi_target is presently exported for volume:"
3354
4151
" %s"
3355
4152
msgstr ""
3356
4153
 
3357
 
#: cinder/volume/drivers/block_device.py:184 cinder/volume/drivers/lvm.py:378
 
4154
#: cinder/volume/drivers/block_device.py:182 cinder/volume/drivers/lvm.py:400
3358
4155
#, python-format
3359
4156
msgid "Skipping ensure_export. No iscsi_target provision for volume: %s"
3360
4157
msgstr ""
3361
4158
 
3362
 
#: cinder/volume/drivers/block_device.py:201 cinder/volume/drivers/lvm.py:399
 
4159
#: cinder/volume/drivers/block_device.py:199 cinder/volume/drivers/lvm.py:421
3363
4160
#, python-format
3364
4161
msgid "Skipping ensure_export. No iscsi_target provisioned for volume: %s"
3365
4162
msgstr ""
3366
4163
 
3367
 
#: cinder/volume/drivers/block_device.py:273 cinder/volume/drivers/lvm.py:237
 
4164
#: cinder/volume/drivers/block_device.py:271 cinder/volume/drivers/lvm.py:206
3368
4165
#, python-format
3369
4166
msgid "Performing secure delete on volume: %s"
3370
4167
msgstr ""
3371
4168
 
3372
 
#: cinder/volume/drivers/block_device.py:286 cinder/volume/drivers/lvm.py:251
 
4169
#: cinder/volume/drivers/block_device.py:284 cinder/volume/drivers/lvm.py:221
3373
4170
#, python-format
3374
4171
msgid "Error unrecognized volume_clear option: %s"
3375
4172
msgstr ""
3376
4173
 
3377
 
#: cinder/volume/drivers/block_device.py:329 cinder/volume/drivers/lvm.py:301
3378
 
#: cinder/volume/drivers/lvm.py:700
 
4174
#: cinder/volume/drivers/block_device.py:306 cinder/volume/drivers/lvm.py:275
3379
4175
#, python-format
3380
4176
msgid "Creating clone of volume: %s"
3381
4177
msgstr ""
3382
4178
 
3383
 
#: cinder/volume/drivers/block_device.py:395
 
4179
#: cinder/volume/drivers/block_device.py:373
3384
4180
msgid "No free disk"
3385
4181
msgstr ""
3386
4182
 
3387
 
#: cinder/volume/drivers/block_device.py:408
 
4183
#: cinder/volume/drivers/block_device.py:386
3388
4184
msgid "No big enough free disk"
3389
4185
msgstr ""
3390
4186
 
3391
 
#: cinder/volume/drivers/coraid.py:88
3392
 
msgid "Running with CoraidDriver for ESM EtherCLoud"
3393
 
msgstr ""
3394
 
 
3395
 
#: cinder/volume/drivers/coraid.py:99
3396
 
#, python-format
3397
 
msgid "Update session cookie %(session)s"
3398
 
msgstr ""
3399
 
 
3400
 
#: cinder/volume/drivers/coraid.py:105 cinder/volume/drivers/coraid.py:180
3401
 
#, python-format
3402
 
msgid "Message : %(message)s"
3403
 
msgstr ""
3404
 
 
3405
 
#: cinder/volume/drivers/coraid.py:122
3406
 
#, python-format
3407
 
msgid "Error while trying to set group: %(message)s"
3408
 
msgstr ""
3409
 
 
3410
 
#: cinder/volume/drivers/coraid.py:125
3411
 
#, fuzzy, python-format
3412
 
msgid "Unable to find group: %(group)s"
3413
 
msgstr "Impossibile smontare il volume %s"
3414
 
 
3415
 
#: cinder/volume/drivers/coraid.py:158
3416
 
msgid "ESM urlOpen error"
3417
 
msgstr ""
3418
 
 
3419
 
#: cinder/volume/drivers/coraid.py:163
3420
 
msgid "JSON Error"
3421
 
msgstr ""
3422
 
 
3423
 
#: cinder/volume/drivers/coraid.py:167
3424
 
msgid "Request without URL"
3425
 
msgstr ""
3426
 
 
3427
 
#: cinder/volume/drivers/coraid.py:172
3428
 
#, python-format
3429
 
msgid "Configure data : %s"
3430
 
msgstr ""
3431
 
 
3432
 
#: cinder/volume/drivers/coraid.py:174
3433
 
#, fuzzy, python-format
3434
 
msgid "Configure response : %s"
3435
 
msgstr "risposta %s"
3436
 
 
3437
 
#: cinder/volume/drivers/coraid.py:196
3438
 
#, python-format
3439
 
msgid "Unable to retrive volume infos for volume %(volname)s"
 
4187
#: cinder/volume/drivers/coraid.py:86
 
4188
#, python-format
 
4189
msgid "Invalid ESM url scheme \"%s\". Supported https only."
 
4190
msgstr ""
 
4191
 
 
4192
#: cinder/volume/drivers/coraid.py:113
 
4193
msgid "Invalid REST handle name. Expected path."
 
4194
msgstr ""
 
4195
 
 
4196
#: cinder/volume/drivers/coraid.py:136
 
4197
#, python-format
 
4198
msgid "Call to json.loads() failed: %(ex)s. Response: %(resp)s"
 
4199
msgstr ""
 
4200
 
 
4201
#: cinder/volume/drivers/coraid.py:226
 
4202
msgid "Session is expired. Relogin on ESM."
 
4203
msgstr ""
 
4204
 
 
4205
#: cinder/volume/drivers/coraid.py:246
 
4206
msgid "Reply is empty."
 
4207
msgstr ""
 
4208
 
 
4209
#: cinder/volume/drivers/coraid.py:248
 
4210
msgid "Error message is empty."
 
4211
msgstr ""
 
4212
 
 
4213
#: cinder/volume/drivers/coraid.py:286
 
4214
#, python-format
 
4215
msgid "Coraid Appliance ping failed: %s"
3440
4216
msgstr ""
3441
4217
 
3442
4218
#: cinder/volume/drivers/coraid.py:299
3443
 
msgid "Cannot login on Coraid ESM"
3444
 
msgstr ""
3445
 
 
3446
 
#: cinder/volume/drivers/coraid.py:318
3447
 
#, fuzzy, python-format
3448
 
msgid "Fail to create volume %(volname)s"
3449
 
msgstr "Impossibile localizzare il volume %s"
3450
 
 
3451
 
#: cinder/volume/drivers/coraid.py:331
3452
 
#, fuzzy, python-format
3453
 
msgid "Failed to delete volume %(volname)s"
3454
 
msgstr "Impossibile localizzare il volume %s"
3455
 
 
3456
 
#: cinder/volume/drivers/coraid.py:345
3457
 
#, fuzzy, python-format
3458
 
msgid "Failed to Create Snapshot %(snapname)s"
3459
 
msgstr "Impossibile riavviare l'istanza"
3460
 
 
3461
 
#: cinder/volume/drivers/coraid.py:357
3462
 
#, python-format
3463
 
msgid "Failed to Delete Snapshot %(snapname)s"
3464
 
msgstr ""
3465
 
 
3466
 
#: cinder/volume/drivers/coraid.py:375
3467
 
#, python-format
3468
 
msgid "Failed to Create Volume from Snapshot %(snapname)s"
3469
 
msgstr ""
3470
 
 
3471
 
#: cinder/volume/drivers/coraid.py:385
3472
 
#, python-format
3473
 
msgid "Failed to Extend Volume %(volname)s"
3474
 
msgstr ""
3475
 
 
3476
 
#: cinder/volume/drivers/coraid.py:406
3477
 
#, python-format
3478
 
msgid ""
3479
 
"Failed to Initialize Connection. Volume Name: %(volname)s Shelf: "
3480
 
"%(shelf)s, Lun: %(lun)s"
3481
 
msgstr ""
3482
 
 
3483
 
#: cinder/volume/drivers/glusterfs.py:65
 
4219
#, python-format
 
4220
msgid "Volume \"%(name)s\" created with VSX LUN \"%(lun)s\""
 
4221
msgstr ""
 
4222
 
 
4223
#: cinder/volume/drivers/coraid.py:313
 
4224
#, python-format
 
4225
msgid "Volume \"%s\" deleted."
 
4226
msgstr ""
 
4227
 
 
4228
#: cinder/volume/drivers/coraid.py:317
 
4229
#, python-format
 
4230
msgid "Resize volume \"%(name)s\" to %(size)s"
 
4231
msgstr ""
 
4232
 
 
4233
#: cinder/volume/drivers/coraid.py:321
 
4234
#, python-format
 
4235
msgid "Repository for volume \"%(name)s\" found: \"%(repo)s\""
 
4236
msgstr ""
 
4237
 
 
4238
#: cinder/volume/drivers/coraid.py:335
 
4239
#, python-format
 
4240
msgid "Volume \"%(name)s\" resized. New size is %(size)s"
 
4241
msgstr ""
 
4242
 
 
4243
#: cinder/volume/drivers/coraid.py:387
 
4244
msgid "Cannot create clone volume in different repository."
 
4245
msgstr ""
 
4246
 
 
4247
#: cinder/volume/drivers/coraid.py:507
 
4248
#, python-format
 
4249
msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 
4250
msgstr ""
 
4251
 
 
4252
#: cinder/volume/drivers/glusterfs.py:78
3484
4253
#, python-format
3485
4254
msgid "There's no Gluster config file configured (%s)"
3486
4255
msgstr ""
3487
4256
 
3488
 
#: cinder/volume/drivers/glusterfs.py:70
 
4257
#: cinder/volume/drivers/glusterfs.py:83
3489
4258
#, python-format
3490
4259
msgid "Gluster config file at %(config)s doesn't exist"
3491
4260
msgstr ""
3492
4261
 
3493
 
#: cinder/volume/drivers/glusterfs.py:82
 
4262
#: cinder/volume/drivers/glusterfs.py:95
3494
4263
msgid "mount.glusterfs is not installed"
3495
4264
msgstr ""
3496
4265
 
3497
 
#: cinder/volume/drivers/glusterfs.py:100 cinder/volume/drivers/nfs.py:246
 
4266
#: cinder/volume/drivers/glusterfs.py:136
 
4267
#, python-format
 
4268
msgid "Cloning volume %(src)s to volume %(dst)s"
 
4269
msgstr ""
 
4270
 
 
4271
#: cinder/volume/drivers/glusterfs.py:141
 
4272
#: cinder/volume/drivers/glusterfs.py:330
 
4273
#: cinder/volume/drivers/glusterfs.py:431
 
4274
msgid "Volume status must be 'available'."
 
4275
msgstr ""
 
4276
 
 
4277
#: cinder/volume/drivers/glusterfs.py:177 cinder/volume/drivers/nfs.py:100
3498
4278
#, python-format
3499
4279
msgid "casted to %s"
3500
4280
msgstr ""
3501
4281
 
3502
 
#: cinder/volume/drivers/glusterfs.py:110 cinder/volume/drivers/nfs.py:256
 
4282
#: cinder/volume/drivers/glusterfs.py:190
 
4283
msgid "Snapshot status must be \"available\" to clone."
 
4284
msgstr ""
 
4285
 
 
4286
#: cinder/volume/drivers/glusterfs.py:212
 
4287
#, python-format
 
4288
msgid "snapshot: %(snap)s, volume: %(vol)s, volume_size: %(size)s"
 
4289
msgstr ""
 
4290
 
 
4291
#: cinder/volume/drivers/glusterfs.py:223
 
4292
#, python-format
 
4293
msgid "will copy from snapshot at %s"
 
4294
msgstr ""
 
4295
 
 
4296
#: cinder/volume/drivers/glusterfs.py:241 cinder/volume/drivers/nfs.py:150
3503
4297
#, python-format
3504
4298
msgid "Volume %s does not have provider_location specified, skipping"
3505
4299
msgstr ""
3506
4300
 
3507
 
#: cinder/volume/drivers/glusterfs.py:176 cinder/volume/drivers/nfs.py:320
 
4301
#: cinder/volume/drivers/glusterfs.py:333
 
4302
#, python-format
 
4303
msgid "create snapshot: %s"
 
4304
msgstr ""
 
4305
 
 
4306
#: cinder/volume/drivers/glusterfs.py:334
 
4307
#, python-format
 
4308
msgid "volume id: %s"
 
4309
msgstr ""
 
4310
 
 
4311
#: cinder/volume/drivers/glusterfs.py:411
 
4312
msgid "'active' must be present when writing snap_info."
 
4313
msgstr ""
 
4314
 
 
4315
#: cinder/volume/drivers/glusterfs.py:428
 
4316
#, python-format
 
4317
msgid "deleting snapshot %s"
 
4318
msgstr ""
 
4319
 
 
4320
#: cinder/volume/drivers/glusterfs.py:440
 
4321
#, python-format
 
4322
msgid "snapshot_file for this snap is %s"
 
4323
msgstr ""
 
4324
 
 
4325
#: cinder/volume/drivers/glusterfs.py:446
 
4326
#, python-format
 
4327
msgid "Snapshot file at %s does not exist."
 
4328
msgstr ""
 
4329
 
 
4330
#: cinder/volume/drivers/glusterfs.py:455
 
4331
#, python-format
 
4332
msgid "Invalid snapshot backing file format: %s"
 
4333
msgstr ""
 
4334
 
 
4335
#: cinder/volume/drivers/glusterfs.py:501
 
4336
#, python-format
 
4337
msgid "No file found with %s as backing file."
 
4338
msgstr ""
 
4339
 
 
4340
#: cinder/volume/drivers/glusterfs.py:511
 
4341
#, python-format
 
4342
msgid "No snap found with %s as backing file."
 
4343
msgstr ""
 
4344
 
 
4345
#: cinder/volume/drivers/glusterfs.py:522
 
4346
#, python-format
 
4347
msgid "No file depends on %s."
 
4348
msgstr ""
 
4349
 
 
4350
#: cinder/volume/drivers/glusterfs.py:549
 
4351
#, python-format
 
4352
msgid "Check condition failed: %s expected to be None."
 
4353
msgstr ""
 
4354
 
 
4355
#: cinder/volume/drivers/glusterfs.py:650
 
4356
#, python-format
 
4357
msgid "%s must be a valid raw or qcow2 image."
 
4358
msgstr ""
 
4359
 
 
4360
#: cinder/volume/drivers/glusterfs.py:711
 
4361
msgid "Extend volume is only supported for this driver when no snapshots exist."
 
4362
msgstr ""
 
4363
 
 
4364
#: cinder/volume/drivers/glusterfs.py:719
 
4365
#, python-format
 
4366
msgid "Unrecognized backing format: %s"
 
4367
msgstr ""
 
4368
 
 
4369
#: cinder/volume/drivers/glusterfs.py:735
 
4370
#, python-format
 
4371
msgid "creating new volume at %s"
 
4372
msgstr ""
 
4373
 
 
4374
#: cinder/volume/drivers/glusterfs.py:738
 
4375
#, python-format
 
4376
msgid "file already exists at %s"
 
4377
msgstr ""
 
4378
 
 
4379
#: cinder/volume/drivers/glusterfs.py:764 cinder/volume/drivers/nfs.py:137
3508
4380
#, python-format
3509
4381
msgid "Exception during mounting %s"
3510
4382
msgstr ""
3511
4383
 
3512
 
#: cinder/volume/drivers/glusterfs.py:254 cinder/volume/drivers/nfs.py:434
 
4384
#: cinder/volume/drivers/glusterfs.py:766
3513
4385
#, python-format
3514
 
msgid "%s is already mounted"
 
4386
msgid "Available shares: %s"
3515
4387
msgstr ""
3516
4388
 
3517
 
#: cinder/volume/drivers/gpfs.py:89
 
4389
#: cinder/volume/drivers/gpfs.py:93
3518
4390
#, python-format
3519
4391
msgid "GPFS is not active.  Detailed output: %s"
3520
4392
msgstr ""
3521
4393
 
3522
 
#: cinder/volume/drivers/gpfs.py:90
 
4394
#: cinder/volume/drivers/gpfs.py:94
3523
4395
#, python-format
3524
4396
msgid "GPFS is not running - state: %s"
3525
4397
msgstr ""
3526
4398
 
3527
 
#: cinder/volume/drivers/gpfs.py:107
 
4399
#: cinder/volume/drivers/gpfs.py:137
3528
4400
msgid "Option gpfs_mount_point_base is not set correctly."
3529
4401
msgstr ""
3530
4402
 
3531
 
#: cinder/volume/drivers/gpfs.py:114
 
4403
#: cinder/volume/drivers/gpfs.py:144
3532
4404
msgid "Option gpfs_images_share_mode is not set correctly."
3533
4405
msgstr ""
3534
4406
 
3535
 
#: cinder/volume/drivers/gpfs.py:120
 
4407
#: cinder/volume/drivers/gpfs.py:150
3536
4408
msgid "Option gpfs_images_dir is not set correctly."
3537
4409
msgstr ""
3538
4410
 
3539
 
#: cinder/volume/drivers/gpfs.py:127
 
4411
#: cinder/volume/drivers/gpfs.py:157
3540
4412
#, python-format
3541
4413
msgid ""
3542
4414
"gpfs_images_share_mode is set to copy_on_write, but %(vol)s and %(img)s "
3543
4415
"belong to different file systems"
3544
4416
msgstr ""
3545
4417
 
3546
 
#: cinder/volume/drivers/gpfs.py:140
 
4418
#: cinder/volume/drivers/gpfs.py:166
 
4419
#, python-format
 
4420
msgid ""
 
4421
"Downlevel GPFS Cluster Detected.  GPFS Clone feature not enabled in "
 
4422
"cluster daemon level %(cur)s - must be at least at level %(min)s."
 
4423
msgstr ""
 
4424
 
 
4425
#: cinder/volume/drivers/gpfs.py:180
3547
4426
#, python-format
3548
4427
msgid "%s must be an absolute path."
3549
4428
msgstr ""
3550
4429
 
3551
 
#: cinder/volume/drivers/gpfs.py:145
 
4430
#: cinder/volume/drivers/gpfs.py:185
3552
4431
#, python-format
3553
4432
msgid "%s is not a directory."
3554
4433
msgstr ""
3555
4434
 
3556
 
#: cinder/volume/drivers/gpfs.py:153
 
4435
#: cinder/volume/drivers/gpfs.py:193
3557
4436
#, python-format
3558
4437
msgid "%s is not on GPFS. Perhaps GPFS not mounted."
3559
4438
msgstr ""
3560
4439
 
3561
 
#: cinder/volume/drivers/gpfs.py:400
 
4440
#: cinder/volume/drivers/gpfs.py:200
 
4441
#, python-format
 
4442
msgid ""
 
4443
"The GPFS filesystem %(fs)s is not at the required release level.  Current"
 
4444
" level is %(cur)s, must be at least %(min)s."
 
4445
msgstr ""
 
4446
 
 
4447
#: cinder/volume/drivers/gpfs.py:565
3562
4448
#, python-format
3563
4449
msgid "mkfs failed on volume %(vol)s, error message was: %(err)s"
3564
4450
msgstr ""
3565
4451
 
3566
 
#: cinder/volume/drivers/gpfs.py:460
3567
 
#, python-format
3568
 
msgid "fmt = %(fmt)s backed by: %(backing_file)s"
3569
 
msgstr ""
3570
 
 
3571
 
#: cinder/volume/drivers/lvm.py:84
3572
 
#, python-format
3573
 
msgid "volume group %s doesn't exist"
3574
 
msgstr ""
3575
 
 
3576
 
#: cinder/volume/drivers/lvm.py:115
3577
 
#, python-format
3578
 
msgid ""
3579
 
"Incorrect value error: %(blocksize)s, it may indicate that "
3580
 
"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
3581
 
msgstr ""
3582
 
 
3583
 
#: cinder/volume/drivers/lvm.py:229
 
4452
#: cinder/volume/drivers/lvm.py:201
3584
4453
#, python-format
3585
4454
msgid "Size for volume: %s not found, skipping secure delete."
3586
4455
msgstr ""
3587
4456
 
3588
 
#: cinder/volume/drivers/lvm.py:271
 
4457
#: cinder/volume/drivers/lvm.py:239
3589
4458
#, python-format
3590
4459
msgid "snapshot: %s not found, skipping delete operations"
3591
4460
msgstr ""
3592
4461
 
3593
 
#: cinder/volume/drivers/lvm.py:413
 
4462
#: cinder/volume/drivers/lvm.py:399
 
4463
#, python-format
 
4464
msgid "volume_info:%s"
 
4465
msgstr ""
 
4466
 
 
4467
#: cinder/volume/drivers/lvm.py:435 cinder/volume/drivers/lvm.py:758
3594
4468
msgid "Detected inconsistency in provider_location id"
3595
4469
msgstr ""
3596
4470
 
3597
 
#: cinder/volume/drivers/lvm.py:465
 
4471
#: cinder/volume/drivers/lvm.py:436 cinder/volume/drivers/lvm.py:636
 
4472
#, python-format
 
4473
msgid "%s"
 
4474
msgstr ""
 
4475
 
 
4476
#: cinder/volume/drivers/lvm.py:487
3598
4477
#, python-format
3599
4478
msgid "Symbolic link %s not found"
3600
4479
msgstr ""
3601
4480
 
3602
 
#: cinder/volume/drivers/lvm.py:619
3603
 
#, python-format
3604
 
msgid "Error retrieving volume status: %s"
3605
 
msgstr ""
3606
 
 
3607
 
#: cinder/volume/drivers/nfs.py:145
 
4481
#: cinder/volume/drivers/lvm.py:744
 
4482
#, python-format
 
4483
msgid "Skipping ensure_export. No iser_target provisioned for volume: %s"
 
4484
msgstr ""
 
4485
 
 
4486
#: cinder/volume/drivers/lvm.py:835
 
4487
#, python-format
 
4488
msgid "Skipping remove_export. No iser_target provisioned for volume: %s"
 
4489
msgstr ""
 
4490
 
 
4491
#: cinder/volume/drivers/lvm.py:851
 
4492
#, python-format
 
4493
msgid ""
 
4494
"Skipping remove_export. No iser_target is presently exported for volume: "
 
4495
"%s"
 
4496
msgstr ""
 
4497
 
 
4498
#: cinder/volume/drivers/nfs.py:245
3608
4499
#, python-format
3609
4500
msgid "Expected volume size was %d"
3610
4501
msgstr ""
3611
4502
 
3612
 
#: cinder/volume/drivers/nfs.py:146
 
4503
#: cinder/volume/drivers/nfs.py:246
3613
4504
#, python-format
3614
4505
msgid " but size is now %d"
3615
4506
msgstr ""
3616
4507
 
3617
 
#: cinder/volume/drivers/nfs.py:203
 
4508
#: cinder/volume/drivers/nfs.py:338
 
4509
#, python-format
 
4510
msgid "%s is already mounted"
 
4511
msgstr ""
 
4512
 
 
4513
#: cinder/volume/drivers/nfs.py:380
3618
4514
#, python-format
3619
4515
msgid "There's no NFS config file configured (%s)"
3620
4516
msgstr ""
3621
4517
 
3622
 
#: cinder/volume/drivers/nfs.py:208
 
4518
#: cinder/volume/drivers/nfs.py:385
3623
4519
#, python-format
3624
4520
msgid "NFS config file at %(config)s doesn't exist"
3625
4521
msgstr ""
3626
4522
 
3627
 
#: cinder/volume/drivers/nfs.py:213
 
4523
#: cinder/volume/drivers/nfs.py:390
3628
4524
#, python-format
3629
4525
msgid "NFS config 'nfs_oversub_ratio' invalid.  Must be > 0: %s"
3630
4526
msgstr ""
3631
4527
 
3632
 
#: cinder/volume/drivers/nfs.py:221
 
4528
#: cinder/volume/drivers/nfs.py:398
3633
4529
#, python-format
3634
4530
msgid "NFS config 'nfs_used_ratio' invalid.  Must be > 0 and <= 1.0: %s"
3635
4531
msgstr ""
3636
4532
 
3637
 
#: cinder/volume/drivers/nfs.py:368
 
4533
#: cinder/volume/drivers/nfs.py:457
3638
4534
#, python-format
3639
4535
msgid "%s is above nfs_used_ratio"
3640
4536
msgstr ""
3641
4537
 
3642
 
#: cinder/volume/drivers/nfs.py:371
 
4538
#: cinder/volume/drivers/nfs.py:460
3643
4539
#, python-format
3644
4540
msgid "%s is above nfs_oversub_ratio"
3645
4541
msgstr ""
3646
4542
 
3647
 
#: cinder/volume/drivers/nfs.py:374
 
4543
#: cinder/volume/drivers/nfs.py:463
3648
4544
#, python-format
3649
4545
msgid "%s reserved space is above nfs_oversub_ratio"
3650
4546
msgstr ""
3651
4547
 
3652
 
#: cinder/volume/drivers/nfs.py:390
 
4548
#: cinder/volume/drivers/nfs.py:479
3653
4549
#, python-format
3654
4550
msgid "Selected %s as target nfs share."
3655
4551
msgstr ""
3656
4552
 
3657
 
#: cinder/volume/drivers/rbd.py:188
 
4553
#: cinder/volume/drivers/rbd.py:168
 
4554
msgid "flush() not supported in this version of librbd"
 
4555
msgstr ""
 
4556
 
 
4557
#: cinder/volume/drivers/rbd.py:203
3658
4558
#, python-format
3659
4559
msgid "error opening rbd image %s"
3660
4560
msgstr ""
3661
4561
 
3662
 
#: cinder/volume/drivers/rbd.py:239
 
4562
#: cinder/volume/drivers/rbd.py:255
3663
4563
msgid "rados and rbd python libraries not found"
3664
4564
msgstr ""
3665
4565
 
3666
 
#: cinder/volume/drivers/rbd.py:245
 
4566
#: cinder/volume/drivers/rbd.py:261
3667
4567
msgid "error connecting to ceph cluster"
3668
4568
msgstr ""
3669
4569
 
3670
 
#: cinder/volume/drivers/rbd.py:310 cinder/volume/drivers/sheepdog.py:172
 
4570
#: cinder/volume/drivers/rbd.py:337 cinder/volume/drivers/sheepdog.py:177
3671
4571
msgid "error refreshing volume stats"
3672
4572
msgstr ""
3673
4573
 
3674
 
#: cinder/volume/drivers/rbd.py:350
 
4574
#: cinder/volume/drivers/rbd.py:378
3675
4575
#, python-format
3676
4576
msgid "flattening %(pool)s/%(img)s"
3677
4577
msgstr ""
3678
4578
 
3679
 
#: cinder/volume/drivers/rbd.py:356
 
4579
#: cinder/volume/drivers/rbd.py:384
3680
4580
#, python-format
3681
4581
msgid "cloning %(pool)s/%(img)s@%(snap)s to %(dst)s"
3682
4582
msgstr ""
3683
4583
 
3684
 
#: cinder/volume/drivers/rbd.py:435
 
4584
#: cinder/volume/drivers/rbd.py:476
3685
4585
#, python-format
3686
4586
msgid "connection data: %s"
3687
4587
msgstr ""
3688
4588
 
3689
 
#: cinder/volume/drivers/rbd.py:444
 
4589
#: cinder/volume/drivers/rbd.py:485
3690
4590
msgid "Not stored in rbd"
3691
4591
msgstr ""
3692
4592
 
3693
 
#: cinder/volume/drivers/rbd.py:448
 
4593
#: cinder/volume/drivers/rbd.py:489
3694
4594
msgid "Blank components"
3695
4595
msgstr ""
3696
4596
 
3697
 
#: cinder/volume/drivers/rbd.py:451
 
4597
#: cinder/volume/drivers/rbd.py:492
3698
4598
#, fuzzy
3699
4599
msgid "Not an rbd snapshot"
3700
4600
msgstr "istanza %s: creazione snapshot in corso"
3701
4601
 
3702
 
#: cinder/volume/drivers/rbd.py:463
 
4602
#: cinder/volume/drivers/rbd.py:504
3703
4603
#, fuzzy, python-format
3704
4604
msgid "not cloneable: %s"
3705
4605
msgstr "risposta %s"
3706
4606
 
3707
 
#: cinder/volume/drivers/rbd.py:467
 
4607
#: cinder/volume/drivers/rbd.py:508
3708
4608
#, python-format
3709
4609
msgid "%s is in a different ceph cluster"
3710
4610
msgstr ""
3711
4611
 
3712
 
#: cinder/volume/drivers/rbd.py:479
 
4612
#: cinder/volume/drivers/rbd.py:520
3713
4613
#, fuzzy, python-format
3714
4614
msgid "Unable to open image %(loc)s: %(err)s"
3715
4615
msgstr "Impossibile localizzare il volume %s"
3716
4616
 
3717
 
#: cinder/volume/drivers/scality.py:64
 
4617
#: cinder/volume/drivers/rbd.py:610 cinder/volume/drivers/sheepdog.py:194
 
4618
#, python-format
 
4619
msgid "Failed to Extend Volume %(volname)s"
 
4620
msgstr ""
 
4621
 
 
4622
#: cinder/volume/drivers/rbd.py:615 cinder/volume/drivers/sheepdog.py:199
 
4623
msgid "Extend volume from %(old_size) to %(new_size)"
 
4624
msgstr ""
 
4625
 
 
4626
#: cinder/volume/drivers/scality.py:66
3718
4627
msgid "Value required for 'scality_sofs_config'"
3719
4628
msgstr ""
3720
4629
 
3721
 
#: cinder/volume/drivers/scality.py:75
 
4630
#: cinder/volume/drivers/scality.py:77
3722
4631
#, python-format
3723
4632
msgid "Cannot access 'scality_sofs_config': %s"
3724
4633
msgstr ""
3725
4634
 
3726
 
#: cinder/volume/drivers/scality.py:81
 
4635
#: cinder/volume/drivers/scality.py:83
3727
4636
msgid "Cannot execute /sbin/mount.sofs"
3728
4637
msgstr ""
3729
4638
 
3730
 
#: cinder/volume/drivers/scality.py:102
 
4639
#: cinder/volume/drivers/scality.py:104
3731
4640
msgid "Cannot mount Scality SOFS, check syslog for errors"
3732
4641
msgstr ""
3733
4642
 
3734
 
#: cinder/volume/drivers/scality.py:136
 
4643
#: cinder/volume/drivers/scality.py:138
3735
4644
#, python-format
3736
4645
msgid "Cannot find volume dir for Scality SOFS at '%s'"
3737
4646
msgstr ""
3738
4647
 
3739
 
#: cinder/volume/drivers/sheepdog.py:55
 
4648
#: cinder/volume/drivers/sheepdog.py:58
3740
4649
#, python-format
3741
4650
msgid "Sheepdog is not working: %s"
3742
4651
msgstr ""
3743
4652
 
3744
 
#: cinder/volume/drivers/sheepdog.py:60
 
4653
#: cinder/volume/drivers/sheepdog.py:63
3745
4654
msgid "Sheepdog is not working"
3746
4655
msgstr ""
3747
4656
 
3748
 
#: cinder/volume/drivers/solidfire.py:91 cinder/volume/drivers/solidfire.py:581
3749
 
#, python-format
3750
 
msgid "Update SolidFire Cluster stats failed: %s"
3751
 
msgstr ""
3752
 
 
3753
 
#: cinder/volume/drivers/solidfire.py:138
 
4657
#: cinder/volume/drivers/solidfire.py:142
3754
4658
#, python-format
3755
4659
msgid "Payload for SolidFire API call: %s"
3756
4660
msgstr ""
3757
4661
 
3758
 
#: cinder/volume/drivers/solidfire.py:156
 
4662
#: cinder/volume/drivers/solidfire.py:149
 
4663
#, python-format
 
4664
msgid ""
 
4665
"Failed to make httplib connection SolidFire Cluster: %s (verify san_ip "
 
4666
"settings)"
 
4667
msgstr ""
 
4668
 
 
4669
#: cinder/volume/drivers/solidfire.py:152
 
4670
#, python-format
 
4671
msgid "Failed to make httplib connection: %s"
 
4672
msgstr ""
 
4673
 
 
4674
#: cinder/volume/drivers/solidfire.py:159
 
4675
#, python-format
 
4676
msgid ""
 
4677
"Request to SolidFire cluster returned bad status: %(status)s / %(reason)s"
 
4678
" (check san_login/san_password settings)"
 
4679
msgstr ""
 
4680
 
 
4681
#: cinder/volume/drivers/solidfire.py:164
 
4682
#, python-format
 
4683
msgid "HTTP request failed, with status: %(status)s and reason: %(reason)s"
 
4684
msgstr ""
 
4685
 
 
4686
#: cinder/volume/drivers/solidfire.py:175
3759
4687
#, python-format
3760
4688
msgid "Call to json.loads() raised an exception: %s"
3761
4689
msgstr ""
3762
4690
 
3763
 
#: cinder/volume/drivers/solidfire.py:162
 
4691
#: cinder/volume/drivers/solidfire.py:181
3764
4692
#, python-format
3765
4693
msgid "Results of SolidFire API call: %s"
3766
4694
msgstr ""
3767
4695
 
3768
 
#: cinder/volume/drivers/solidfire.py:166
 
4696
#: cinder/volume/drivers/solidfire.py:185
3769
4697
#, python-format
3770
4698
msgid "Clone operation encountered: %s"
3771
4699
msgstr ""
3772
4700
 
3773
 
#: cinder/volume/drivers/solidfire.py:168
 
4701
#: cinder/volume/drivers/solidfire.py:187
3774
4702
#, python-format
3775
4703
msgid "Waiting for outstanding operation before retrying snapshot: %s"
3776
4704
msgstr ""
3777
4705
 
3778
 
#: cinder/volume/drivers/solidfire.py:174
 
4706
#: cinder/volume/drivers/solidfire.py:193
3779
4707
#, python-format
3780
4708
msgid "Detected xDBVersionMismatch, retry %s of 5"
3781
4709
msgstr ""
3782
4710
 
3783
 
#: cinder/volume/drivers/solidfire.py:181
 
4711
#: cinder/volume/drivers/solidfire.py:200
 
4712
#: cinder/volume/drivers/solidfire.py:267
 
4713
#: cinder/volume/drivers/solidfire.py:356
3784
4714
#, fuzzy, python-format
3785
4715
msgid "API response: %s"
3786
4716
msgstr "risposta %s"
3787
4717
 
3788
 
#: cinder/volume/drivers/solidfire.py:201
 
4718
#: cinder/volume/drivers/solidfire.py:220
3789
4719
#, python-format
3790
4720
msgid "Found solidfire account: %s"
3791
4721
msgstr ""
3792
4722
 
3793
 
#: cinder/volume/drivers/solidfire.py:230
 
4723
#: cinder/volume/drivers/solidfire.py:249
3794
4724
#, python-format
3795
4725
msgid "solidfire account: %s does not exist, create it..."
3796
4726
msgstr ""
3797
4727
 
3798
 
#: cinder/volume/drivers/solidfire.py:291
 
4728
#: cinder/volume/drivers/solidfire.py:311
3799
4729
#, python-format
3800
4730
msgid "Failed to retrieve volume SolidFire-ID: %s in get_by_account!"
3801
4731
msgstr ""
3802
4732
 
3803
 
#: cinder/volume/drivers/solidfire.py:365
 
4733
#: cinder/volume/drivers/solidfire.py:388
3804
4734
msgid "Failed to get model update from clone"
3805
4735
msgstr ""
3806
4736
 
3807
 
#: cinder/volume/drivers/solidfire.py:391
 
4737
#: cinder/volume/drivers/solidfire.py:400
 
4738
#, python-format
 
4739
msgid "Failed volume create: %s"
 
4740
msgstr ""
 
4741
 
 
4742
#: cinder/volume/drivers/solidfire.py:415
3808
4743
#, python-format
3809
4744
msgid "More than one valid preset was detected, using %s"
3810
4745
msgstr ""
3811
4746
 
3812
 
#: cinder/volume/drivers/solidfire.py:424
 
4747
#: cinder/volume/drivers/solidfire.py:440
 
4748
#, python-format
 
4749
msgid "Failed to get SolidFire Volume: %s"
 
4750
msgstr ""
 
4751
 
 
4752
#: cinder/volume/drivers/solidfire.py:449
3813
4753
#, python-format
3814
4754
msgid "Mapped SolidFire volumeID %(sfid)s to cinder ID %(uuid)s."
3815
4755
msgstr ""
3816
4756
 
3817
 
#: cinder/volume/drivers/solidfire.py:433
 
4757
#: cinder/volume/drivers/solidfire.py:458
3818
4758
#, python-format
3819
4759
msgid "Volume %s, not found on SF Cluster."
3820
4760
msgstr ""
3821
4761
 
3822
 
#: cinder/volume/drivers/solidfire.py:436
 
4762
#: cinder/volume/drivers/solidfire.py:461
3823
4763
#, python-format
3824
4764
msgid "Found %(count)s volumes mapped to id: %(uuid)s."
3825
4765
msgstr ""
3826
4766
 
3827
 
#: cinder/volume/drivers/solidfire.py:503
 
4767
#: cinder/volume/drivers/solidfire.py:530
3828
4768
msgid "Enter SolidFire delete_volume..."
3829
4769
msgstr ""
3830
4770
 
3831
 
#: cinder/volume/drivers/solidfire.py:507
 
4771
#: cinder/volume/drivers/solidfire.py:534
3832
4772
#, python-format
3833
4773
msgid "Account for Volume ID %s was not found on the SolidFire Cluster!"
3834
4774
msgstr ""
3835
4775
 
3836
 
#: cinder/volume/drivers/solidfire.py:509
 
4776
#: cinder/volume/drivers/solidfire.py:536
3837
4777
msgid "This usually means the volume was never succesfully created."
3838
4778
msgstr ""
3839
4779
 
3840
 
#: cinder/volume/drivers/solidfire.py:524
 
4780
#: cinder/volume/drivers/solidfire.py:549
 
4781
#, python-format
 
4782
msgid "Failed to delete SolidFire Volume: %s"
 
4783
msgstr ""
 
4784
 
 
4785
#: cinder/volume/drivers/solidfire.py:552
 
4786
#: cinder/volume/drivers/solidfire.py:626
 
4787
#: cinder/volume/drivers/solidfire.py:689
 
4788
#: cinder/volume/drivers/solidfire.py:714
3841
4789
#, python-format
3842
4790
msgid "Volume ID %s was not found on the SolidFire Cluster!"
3843
4791
msgstr ""
3844
4792
 
3845
 
#: cinder/volume/drivers/solidfire.py:527
 
4793
#: cinder/volume/drivers/solidfire.py:555
3846
4794
msgid "Leaving SolidFire delete_volume"
3847
4795
msgstr ""
3848
4796
 
3849
 
#: cinder/volume/drivers/solidfire.py:531
 
4797
#: cinder/volume/drivers/solidfire.py:559
3850
4798
msgid "Executing SolidFire ensure_export..."
3851
4799
msgstr ""
3852
4800
 
3853
 
#: cinder/volume/drivers/solidfire.py:536
 
4801
#: cinder/volume/drivers/solidfire.py:567
3854
4802
msgid "Executing SolidFire create_export..."
3855
4803
msgstr ""
3856
4804
 
3857
 
#: cinder/volume/drivers/solidfire.py:590
 
4805
#: cinder/volume/drivers/solidfire.py:618
 
4806
msgid "Entering SolidFire extend_volume..."
 
4807
msgstr ""
 
4808
 
 
4809
#: cinder/volume/drivers/solidfire.py:640
 
4810
msgid "Leaving SolidFire extend_volume"
 
4811
msgstr ""
 
4812
 
 
4813
#: cinder/volume/drivers/solidfire.py:645
3858
4814
msgid "Updating cluster status info"
3859
4815
msgstr ""
3860
4816
 
3861
 
#: cinder/volume/drivers/solidfire.py:598
 
4817
#: cinder/volume/drivers/solidfire.py:653
3862
4818
#, fuzzy
3863
4819
msgid "Failed to get updated stats"
3864
4820
msgstr "Impossibile sospendere l'istanza"
3865
4821
 
3866
 
#: cinder/volume/drivers/storwize_svc.py:177
 
4822
#: cinder/volume/drivers/solidfire.py:683
 
4823
#: cinder/volume/drivers/solidfire.py:708
 
4824
msgid "Entering SolidFire attach_volume..."
 
4825
msgstr ""
 
4826
 
 
4827
#: cinder/volume/drivers/solidfire.py:753
 
4828
msgid "Leaving SolidFire transfer volume"
 
4829
msgstr ""
 
4830
 
 
4831
#: cinder/volume/drivers/storwize_svc.py:182
3867
4832
#, python-format
3868
4833
msgid "WWPN on node %(node)s: %(wwpn)s"
3869
4834
msgstr ""
3870
4835
 
3871
 
#: cinder/volume/drivers/storwize_svc.py:183
 
4836
#: cinder/volume/drivers/storwize_svc.py:188
3872
4837
msgid "enter: do_setup"
3873
4838
msgstr ""
3874
4839
 
3875
 
#: cinder/volume/drivers/storwize_svc.py:194
 
4840
#: cinder/volume/drivers/storwize_svc.py:199
3876
4841
#, python-format
3877
4842
msgid "pool %s doesn't exist"
3878
4843
msgstr ""
3879
4844
 
3880
 
#: cinder/volume/drivers/storwize_svc.py:210
 
4845
#: cinder/volume/drivers/storwize_svc.py:215
3881
4846
msgid "Failed to get license information."
3882
4847
msgstr ""
3883
4848
 
3884
 
#: cinder/volume/drivers/storwize_svc.py:269
 
4849
#: cinder/volume/drivers/storwize_svc.py:238
 
4850
#, python-format
 
4851
msgid ""
 
4852
"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
 
4853
"returned: %(node)s and %(vdisk)s"
 
4854
msgstr ""
 
4855
 
 
4856
#: cinder/volume/drivers/storwize_svc.py:301
3885
4857
msgid "do_setup: No configured nodes"
3886
4858
msgstr ""
3887
4859
 
3888
 
#: cinder/volume/drivers/storwize_svc.py:271
 
4860
#: cinder/volume/drivers/storwize_svc.py:303
3889
4861
msgid "leave: do_setup"
3890
4862
msgstr ""
3891
4863
 
3892
 
#: cinder/volume/drivers/storwize_svc.py:293
 
4864
#: cinder/volume/drivers/storwize_svc.py:326
3893
4865
msgid "enter: check_for_setup_error"
3894
4866
msgstr ""
3895
4867
 
3896
 
#: cinder/volume/drivers/storwize_svc.py:299
3897
 
#: cinder/volume/drivers/netapp/iscsi.py:123
3898
 
#: cinder/volume/drivers/netapp/nfs.py:221
3899
 
#: cinder/volume/drivers/san/hp/hp_3par_common.py:137
 
4868
#: cinder/volume/drivers/storwize_svc.py:332
 
4869
#: cinder/volume/drivers/netapp/iscsi.py:125
 
4870
#: cinder/volume/drivers/netapp/nfs.py:224
 
4871
#: cinder/volume/drivers/san/hp/hp_3par_common.py:143
3900
4872
#, python-format
3901
4873
msgid "%s is not set"
3902
4874
msgstr ""
3903
4875
 
3904
 
#: cinder/volume/drivers/storwize_svc.py:305
 
4876
#: cinder/volume/drivers/storwize_svc.py:338
3905
4877
msgid ""
3906
4878
"Password or SSH private key is required for authentication: set either "
3907
4879
"san_password or san_private_key option"
3908
4880
msgstr ""
3909
4881
 
3910
 
#: cinder/volume/drivers/storwize_svc.py:313
 
4882
#: cinder/volume/drivers/storwize_svc.py:346
3911
4883
#, python-format
3912
4884
msgid ""
3913
4885
"Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
3914
4886
"values are between 0 and 600"
3915
4887
msgstr ""
3916
4888
 
3917
 
#: cinder/volume/drivers/storwize_svc.py:321
 
4889
#: cinder/volume/drivers/storwize_svc.py:354
3918
4890
msgid "leave: check_for_setup_error"
3919
4891
msgstr ""
3920
4892
 
3921
 
#: cinder/volume/drivers/storwize_svc.py:335
 
4893
#: cinder/volume/drivers/storwize_svc.py:368
3922
4894
#, python-format
3923
4895
msgid "ensure_export: Volume %s not found on storage"
3924
4896
msgstr ""
3925
4897
 
3926
 
#: cinder/volume/drivers/storwize_svc.py:360
 
4898
#: cinder/volume/drivers/storwize_svc.py:392
3927
4899
#, python-format
3928
4900
msgid "enter: _get_chap_secret_for_host: host name %s"
3929
4901
msgstr ""
3930
4902
 
3931
 
#: cinder/volume/drivers/storwize_svc.py:396
 
4903
#: cinder/volume/drivers/storwize_svc.py:428
3932
4904
#, python-format
3933
4905
msgid ""
3934
4906
"leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
3935
4907
"%(chap_secret)s"
3936
4908
msgstr ""
3937
4909
 
3938
 
#: cinder/volume/drivers/storwize_svc.py:419
 
4910
#: cinder/volume/drivers/storwize_svc.py:451
3939
4911
msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
3940
4912
msgstr ""
3941
4913
 
3942
 
#: cinder/volume/drivers/storwize_svc.py:487
 
4914
#: cinder/volume/drivers/storwize_svc.py:519
3943
4915
#, python-format
3944
4916
msgid "enter: _get_host_from_connector: prefix %s"
3945
4917
msgstr ""
3946
4918
 
3947
 
#: cinder/volume/drivers/storwize_svc.py:515
 
4919
#: cinder/volume/drivers/storwize_svc.py:547
3948
4920
#, python-format
3949
4921
msgid "leave: _get_host_from_connector: host %s"
3950
4922
msgstr ""
3951
4923
 
3952
 
#: cinder/volume/drivers/storwize_svc.py:527
 
4924
#: cinder/volume/drivers/storwize_svc.py:559
3953
4925
#, python-format
3954
4926
msgid "enter: _create_host: host %s"
3955
4927
msgstr ""
3956
4928
 
3957
 
#: cinder/volume/drivers/storwize_svc.py:542
 
4929
#: cinder/volume/drivers/storwize_svc.py:574
3958
4930
msgid "_create_host: No connector ports"
3959
4931
msgstr ""
3960
4932
 
3961
 
#: cinder/volume/drivers/storwize_svc.py:555
 
4933
#: cinder/volume/drivers/storwize_svc.py:590
3962
4934
#, python-format
3963
4935
msgid "leave: _create_host: host %(host)s - %(host_name)s"
3964
4936
msgstr ""
3965
4937
 
3966
 
#: cinder/volume/drivers/storwize_svc.py:578
 
4938
#: cinder/volume/drivers/storwize_svc.py:613
3967
4939
#, python-format
3968
4940
msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
3969
4941
msgstr ""
3970
4942
 
3971
 
#: cinder/volume/drivers/storwize_svc.py:611
 
4943
#: cinder/volume/drivers/storwize_svc.py:643
3972
4944
msgid ""
3973
4945
"storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
3974
4946
"mapping"
3975
4947
msgstr ""
3976
4948
 
3977
 
#: cinder/volume/drivers/storwize_svc.py:621
 
4949
#: cinder/volume/drivers/storwize_svc.py:656
3978
4950
#, python-format
3979
4951
msgid "volume %s mapping to multi host"
3980
4952
msgstr ""
3981
4953
 
3982
 
#: cinder/volume/drivers/storwize_svc.py:627
 
4954
#: cinder/volume/drivers/storwize_svc.py:662
3983
4955
#, python-format
3984
4956
msgid ""
3985
4957
"leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
3986
4958
" %(host_name)s"
3987
4959
msgstr ""
3988
4960
 
3989
 
#: cinder/volume/drivers/storwize_svc.py:637
 
4961
#: cinder/volume/drivers/storwize_svc.py:672
3990
4962
#, python-format
3991
4963
msgid "enter: _delete_host: host %s "
3992
4964
msgstr ""
3993
4965
 
3994
 
#: cinder/volume/drivers/storwize_svc.py:645
 
4966
#: cinder/volume/drivers/storwize_svc.py:680
3995
4967
#, python-format
3996
4968
msgid "leave: _delete_host: host %s "
3997
4969
msgstr ""
3998
4970
 
3999
 
#: cinder/volume/drivers/storwize_svc.py:677
 
4971
#: cinder/volume/drivers/storwize_svc.py:706
 
4972
msgid "The connector does not contain the required information."
 
4973
msgstr ""
 
4974
 
 
4975
#: cinder/volume/drivers/storwize_svc.py:725
4000
4976
#, python-format
4001
4977
msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
4002
4978
msgstr ""
4003
4979
 
4004
 
#: cinder/volume/drivers/storwize_svc.py:693
 
4980
#: cinder/volume/drivers/storwize_svc.py:741
4005
4981
msgid "_create_host failed to return the host name."
4006
4982
msgstr ""
4007
4983
 
4008
 
#: cinder/volume/drivers/storwize_svc.py:704
 
4984
#: cinder/volume/drivers/storwize_svc.py:752
4009
4985
#, python-format
4010
4986
msgid "initialize_connection: Failed to get attributes for volume %s"
4011
4987
msgstr ""
4012
4988
 
4013
 
#: cinder/volume/drivers/storwize_svc.py:711
 
4989
#: cinder/volume/drivers/storwize_svc.py:759
4014
4990
#, python-format
4015
4991
msgid "Did not find expected column name in lsvdisk: %s"
4016
4992
msgstr ""
4017
4993
 
4018
 
#: cinder/volume/drivers/storwize_svc.py:713
 
4994
#: cinder/volume/drivers/storwize_svc.py:761
4019
4995
#, python-format
4020
4996
msgid "initialize_connection: Missing volume attribute for volume %s"
4021
4997
msgstr ""
4022
4998
 
4023
 
#: cinder/volume/drivers/storwize_svc.py:730
 
4999
#: cinder/volume/drivers/storwize_svc.py:778
4024
5000
#, python-format
4025
5001
msgid ""
4026
5002
"initialize_connection: No node found in I/O group %(gid)s for volume "
4027
5003
"%(vol)s"
4028
5004
msgstr ""
4029
5005
 
4030
 
#: cinder/volume/drivers/storwize_svc.py:738
 
5006
#: cinder/volume/drivers/storwize_svc.py:787
4031
5007
#, python-format
4032
5008
msgid "initialize_connection: Did not find a preferred node for volume %s"
4033
5009
msgstr ""
4034
5010
 
4035
 
#: cinder/volume/drivers/storwize_svc.py:771
 
5011
#: cinder/volume/drivers/storwize_svc.py:809
 
5012
msgid ""
 
5013
"Could not get FC connection information for the host-volume connection. "
 
5014
"Is the host configured properly for FC connections?"
 
5015
msgstr ""
 
5016
 
 
5017
#: cinder/volume/drivers/storwize_svc.py:824
4036
5018
#, python-format
4037
5019
msgid ""
4038
5020
"initialize_connection: Failed to collect return properties for volume "
4039
5021
"%(vol)s and connector %(conn)s.\n"
4040
5022
msgstr ""
4041
5023
 
4042
 
#: cinder/volume/drivers/storwize_svc.py:776
 
5024
#: cinder/volume/drivers/storwize_svc.py:829
4043
5025
#, python-format
4044
5026
msgid ""
4045
5027
"leave: initialize_connection:\n"
4048
5030
" properties: %(prop)s"
4049
5031
msgstr ""
4050
5032
 
4051
 
#: cinder/volume/drivers/storwize_svc.py:794
 
5033
#: cinder/volume/drivers/storwize_svc.py:847
4052
5034
#, python-format
4053
5035
msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
4054
5036
msgstr ""
4055
5037
 
4056
 
#: cinder/volume/drivers/storwize_svc.py:804
 
5038
#: cinder/volume/drivers/storwize_svc.py:857
4057
5039
msgid "_get_host_from_connector failed to return the host name for connector"
4058
5040
msgstr ""
4059
5041
 
4060
 
#: cinder/volume/drivers/storwize_svc.py:819
 
5042
#: cinder/volume/drivers/storwize_svc.py:872
4061
5043
#, python-format
4062
5044
msgid ""
4063
5045
"terminate_connection: No mapping of volume %(vol_name)s to host "
4064
5046
"%(host_name)s found"
4065
5047
msgstr ""
4066
5048
 
4067
 
#: cinder/volume/drivers/storwize_svc.py:827
 
5049
#: cinder/volume/drivers/storwize_svc.py:880
4068
5050
#, python-format
4069
5051
msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
4070
5052
msgstr ""
4071
5053
 
4072
 
#: cinder/volume/drivers/storwize_svc.py:884
 
5054
#: cinder/volume/drivers/storwize_svc.py:937
4073
5055
msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
4074
5056
msgstr ""
4075
5057
 
4076
 
#: cinder/volume/drivers/storwize_svc.py:908
 
5058
#: cinder/volume/drivers/storwize_svc.py:961
4077
5059
#, python-format
4078
5060
msgid "enter: _create_vdisk: vdisk %s "
4079
5061
msgstr ""
4080
5062
 
4081
 
#: cinder/volume/drivers/storwize_svc.py:946
 
5063
#: cinder/volume/drivers/storwize_svc.py:995
4082
5064
#, python-format
4083
5065
msgid ""
4084
5066
"_create_vdisk %(name)s - did not find success message in CLI output.\n"
4086
5068
" stderr: %(err)s"
4087
5069
msgstr ""
4088
5070
 
4089
 
#: cinder/volume/drivers/storwize_svc.py:951
 
5071
#: cinder/volume/drivers/storwize_svc.py:1000
4090
5072
#, python-format
4091
5073
msgid "leave: _create_vdisk: volume %s "
4092
5074
msgstr ""
4093
5075
 
4094
 
#: cinder/volume/drivers/storwize_svc.py:963
4095
 
#: cinder/volume/drivers/storwize_svc.py:977
 
5076
#: cinder/volume/drivers/storwize_svc.py:1010
 
5077
#: cinder/volume/drivers/storwize_svc.py:1024
4096
5078
#, python-format
4097
5079
msgid ""
4098
5080
"create FC mapping from %(source)s to %(target)s - did not find success "
4101
5083
" stderr: %(err)s\n"
4102
5084
msgstr ""
4103
5085
 
4104
 
#: cinder/volume/drivers/storwize_svc.py:989
4105
 
#: cinder/volume/drivers/storwize_svc.py:999
 
5086
#: cinder/volume/drivers/storwize_svc.py:1036
 
5087
#: cinder/volume/drivers/storwize_svc.py:1046
4106
5088
#, python-format
4107
5089
msgid ""
4108
5090
"create FC mapping from %(source)s to %(target)s - did not find mapping id"
4111
5093
" stderr: %(err)s\n"
4112
5094
msgstr ""
4113
5095
 
4114
 
#: cinder/volume/drivers/storwize_svc.py:1013
 
5096
#: cinder/volume/drivers/storwize_svc.py:1060
4115
5097
#, python-format
4116
5098
msgid ""
4117
5099
"_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
4120
5102
" stderr: %(err)s"
4121
5103
msgstr ""
4122
5104
 
4123
 
#: cinder/volume/drivers/storwize_svc.py:1040
 
5105
#: cinder/volume/drivers/storwize_svc.py:1087
4124
5106
#, python-format
4125
5107
msgid ""
4126
5108
"Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
4127
5109
"%(attr)s"
4128
5110
msgstr ""
4129
5111
 
4130
 
#: cinder/volume/drivers/storwize_svc.py:1051
 
5112
#: cinder/volume/drivers/storwize_svc.py:1099
4131
5113
#, python-format
4132
5114
msgid ""
4133
5115
"Mapping %(id)s prepare failed to complete within the allotted %(to)d "
4134
5116
"seconds timeout. Terminating."
4135
5117
msgstr ""
4136
5118
 
4137
 
#: cinder/volume/drivers/storwize_svc.py:1056
 
5119
#: cinder/volume/drivers/storwize_svc.py:1104
4138
5120
#, python-format
4139
5121
msgid ""
4140
5122
"_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
4141
5123
"with exception %(ex)s"
4142
5124
msgstr ""
4143
5125
 
4144
 
#: cinder/volume/drivers/storwize_svc.py:1063
 
5126
#: cinder/volume/drivers/storwize_svc.py:1111
4145
5127
#, python-format
4146
5128
msgid "_prepare_fc_map: %s"
4147
5129
msgstr ""
4148
5130
 
4149
 
#: cinder/volume/drivers/storwize_svc.py:1070
 
5131
#: cinder/volume/drivers/storwize_svc.py:1118
4150
5132
#, python-format
4151
5133
msgid ""
4152
5134
"_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
4154
5136
" stderr: %(err)s"
4155
5137
msgstr ""
4156
5138
 
4157
 
#: cinder/volume/drivers/storwize_svc.py:1081
 
5139
#: cinder/volume/drivers/storwize_svc.py:1129
4158
5140
#, python-format
4159
5141
msgid ""
4160
5142
"enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
4161
5143
" %(target)s"
4162
5144
msgstr ""
4163
5145
 
4164
 
#: cinder/volume/drivers/storwize_svc.py:1093
 
5146
#: cinder/volume/drivers/storwize_svc.py:1141
4165
5147
#, python-format
4166
5148
msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
4167
5149
msgstr ""
4168
5150
 
4169
 
#: cinder/volume/drivers/storwize_svc.py:1101
 
5151
#: cinder/volume/drivers/storwize_svc.py:1149
4170
5152
#, python-format
4171
5153
msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
4172
5154
msgstr ""
4173
5155
 
4174
 
#: cinder/volume/drivers/storwize_svc.py:1108
 
5156
#: cinder/volume/drivers/storwize_svc.py:1156
4175
5157
#, python-format
4176
5158
msgid "_create_copy: Source vdisk %s does not exist"
4177
5159
msgstr ""
4178
5160
 
4179
 
#: cinder/volume/drivers/storwize_svc.py:1120
 
5161
#: cinder/volume/drivers/storwize_svc.py:1168
4180
5162
#, python-format
4181
5163
msgid ""
4182
5164
"_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
4183
5165
"attributes %(attr)s"
4184
5166
msgstr ""
4185
5167
 
4186
 
#: cinder/volume/drivers/storwize_svc.py:1130
 
5168
#: cinder/volume/drivers/storwize_svc.py:1178
4187
5169
#, python-format
4188
5170
msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
4189
5171
msgstr ""
4190
5172
 
4191
 
#: cinder/volume/drivers/storwize_svc.py:1135
 
5173
#: cinder/volume/drivers/storwize_svc.py:1183
4192
5174
#, python-format
4193
5175
msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
4194
5176
msgstr ""
4195
5177
 
4196
 
#: cinder/volume/drivers/storwize_svc.py:1157
 
5178
#: cinder/volume/drivers/storwize_svc.py:1205
4197
5179
#, python-format
4198
5180
msgid ""
4199
5181
"leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
4200
5182
"attributes %(attributes)s"
4201
5183
msgstr ""
4202
5184
 
4203
 
#: cinder/volume/drivers/storwize_svc.py:1165
 
5185
#: cinder/volume/drivers/storwize_svc.py:1213
4204
5186
#, python-format
4205
5187
msgid "enter: _is_vdisk_defined: vdisk %s "
4206
5188
msgstr ""
4207
5189
 
4208
 
#: cinder/volume/drivers/storwize_svc.py:1167
 
5190
#: cinder/volume/drivers/storwize_svc.py:1215
4209
5191
#, python-format
4210
5192
msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
4211
5193
msgstr ""
4212
5194
 
4213
 
#: cinder/volume/drivers/storwize_svc.py:1195
 
5195
#: cinder/volume/drivers/storwize_svc.py:1248
 
5196
#, python-format
 
5197
msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 
5198
msgstr ""
 
5199
 
 
5200
#: cinder/volume/drivers/storwize_svc.py:1294
4214
5201
#, python-format
4215
5202
msgid "enter: _delete_vdisk: vdisk %s"
4216
5203
msgstr ""
4217
5204
 
4218
 
#: cinder/volume/drivers/storwize_svc.py:1200
 
5205
#: cinder/volume/drivers/storwize_svc.py:1299
4219
5206
#, python-format
4220
5207
msgid "warning: Tried to delete vdisk %s but it does not exist."
4221
5208
msgstr ""
4222
5209
 
4223
 
#: cinder/volume/drivers/storwize_svc.py:1226
4224
 
#, python-format
4225
 
msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
4226
 
msgstr ""
4227
 
 
4228
 
#: cinder/volume/drivers/storwize_svc.py:1259
 
5210
#: cinder/volume/drivers/storwize_svc.py:1314
4229
5211
#, python-format
4230
5212
msgid "leave: _delete_vdisk: vdisk %s"
4231
5213
msgstr ""
4232
5214
 
4233
 
#: cinder/volume/drivers/storwize_svc.py:1284
 
5215
#: cinder/volume/drivers/storwize_svc.py:1339
4234
5216
msgid "create_volume_from_snapshot: Source and destination size differ."
4235
5217
msgstr ""
4236
5218
 
4237
 
#: cinder/volume/drivers/storwize_svc.py:1298
 
5219
#: cinder/volume/drivers/storwize_svc.py:1354
4238
5220
msgid "create_cloned_volume: Source and destination size differ."
4239
5221
msgstr ""
4240
5222
 
4241
 
#: cinder/volume/drivers/storwize_svc.py:1363
4242
 
msgid "_update_volume_status: Could not get system name"
4243
 
msgstr ""
4244
 
 
4245
 
#: cinder/volume/drivers/storwize_svc.py:1375
 
5223
#: cinder/volume/drivers/storwize_svc.py:1368
 
5224
#, python-format
 
5225
msgid "enter: extend_volume: volume %s"
 
5226
msgstr ""
 
5227
 
 
5228
#: cinder/volume/drivers/storwize_svc.py:1372
 
5229
msgid "extend_volume: Extending a volume with snapshots is not supported."
 
5230
msgstr ""
 
5231
 
 
5232
#: cinder/volume/drivers/storwize_svc.py:1384
 
5233
#, python-format
 
5234
msgid "leave: extend_volume: volume %s"
 
5235
msgstr ""
 
5236
 
 
5237
#: cinder/volume/drivers/storwize_svc.py:1421
 
5238
msgid "_update_volume_stats: Could not get system name."
 
5239
msgstr ""
 
5240
 
 
5241
#: cinder/volume/drivers/storwize_svc.py:1434
4246
5242
msgid "Could not get pool data from the storage"
4247
5243
msgstr ""
4248
5244
 
4249
 
#: cinder/volume/drivers/storwize_svc.py:1376
4250
 
msgid "_update_volume_status: Could not get storage pool data"
 
5245
#: cinder/volume/drivers/storwize_svc.py:1435
 
5246
msgid "_update_volume_stats: Could not get storage pool data"
4251
5247
msgstr ""
4252
5248
 
4253
 
#: cinder/volume/drivers/storwize_svc.py:1414
 
5249
#: cinder/volume/drivers/storwize_svc.py:1473
4254
5250
msgid ""
4255
5251
"Illegal value specified for storwize_svc_vol_rsize: set to either a "
4256
5252
"percentage (0-100) or -1"
4257
5253
msgstr ""
4258
5254
 
4259
 
#: cinder/volume/drivers/storwize_svc.py:1420
 
5255
#: cinder/volume/drivers/storwize_svc.py:1479
4260
5256
msgid ""
4261
5257
"Illegal value specified for storwize_svc_vol_warning: set to a percentage"
4262
5258
" (0-100)"
4263
5259
msgstr ""
4264
5260
 
4265
 
#: cinder/volume/drivers/storwize_svc.py:1427
 
5261
#: cinder/volume/drivers/storwize_svc.py:1486
4266
5262
msgid ""
4267
5263
"Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
4268
5264
" 64, 128, or 256"
4269
5265
msgstr ""
4270
5266
 
4271
 
#: cinder/volume/drivers/storwize_svc.py:1434
 
5267
#: cinder/volume/drivers/storwize_svc.py:1493
4272
5268
msgid "System does not support compression"
4273
5269
msgstr ""
4274
5270
 
4275
 
#: cinder/volume/drivers/storwize_svc.py:1439
 
5271
#: cinder/volume/drivers/storwize_svc.py:1498
4276
5272
msgid "If compression is set to True, rsize must also be set (not equal to -1)"
4277
5273
msgstr ""
4278
5274
 
4279
 
#: cinder/volume/drivers/storwize_svc.py:1445
 
5275
#: cinder/volume/drivers/storwize_svc.py:1504
4280
5276
#, python-format
4281
5277
msgid ""
4282
5278
"Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
4283
5279
"valid values are %(enabled)s"
4284
5280
msgstr ""
4285
5281
 
4286
 
#: cinder/volume/drivers/storwize_svc.py:1454
4287
 
msgid ""
4288
 
"Multipath is currently only supported for FC connections and not iSCSI.  "
4289
 
"(This is a Nova limitation.)"
 
5282
#: cinder/volume/drivers/storwize_svc.py:1512
 
5283
#, python-format
 
5284
msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
4290
5285
msgstr ""
4291
5286
 
4292
 
#: cinder/volume/drivers/storwize_svc.py:1466
 
5287
#: cinder/volume/drivers/storwize_svc.py:1525
4293
5288
#, python-format
4294
5289
msgid "enter: _execute_command_and_parse_attributes:  command %s"
4295
5290
msgstr ""
4296
5291
 
4297
 
#: cinder/volume/drivers/storwize_svc.py:1473
 
5292
#: cinder/volume/drivers/storwize_svc.py:1532
4298
5293
#, fuzzy, python-format
4299
5294
msgid ""
4300
5295
"CLI Exception output:\n"
4308
5303
"Stdout: %(stdout)r\n"
4309
5304
"Stderr: %(stderr)r"
4310
5305
 
4311
 
#: cinder/volume/drivers/storwize_svc.py:1490
 
5306
#: cinder/volume/drivers/storwize_svc.py:1549
4312
5307
#, python-format
4313
5308
msgid ""
4314
5309
"leave: _execute_command_and_parse_attributes:\n"
4316
5311
"attributes: %(attr)s"
4317
5312
msgstr ""
4318
5313
 
4319
 
#: cinder/volume/drivers/storwize_svc.py:1509
 
5314
#: cinder/volume/drivers/storwize_svc.py:1568
4320
5315
#, python-format
4321
5316
msgid ""
4322
5317
"_get_hdr_dic: attribute headers and values do not match.\n"
4324
5319
" Values: %(row)s"
4325
5320
msgstr ""
4326
5321
 
4327
 
#: cinder/volume/drivers/storwize_svc.py:1517
 
5322
#: cinder/volume/drivers/storwize_svc.py:1576
4328
5323
#, python-format
4329
5324
msgid ""
4330
5325
"%(fun)s: Failed with unexpected CLI output.\n"
4333
5328
"stderr: %(err)s\n"
4334
5329
msgstr ""
4335
5330
 
4336
 
#: cinder/volume/drivers/storwize_svc.py:1531
 
5331
#: cinder/volume/drivers/storwize_svc.py:1590
4337
5332
#, python-format
4338
5333
msgid ""
4339
5334
"%(fun)s: Failed with unexpected CLI output.\n"
4342
5337
" stderr: %(err)s"
4343
5338
msgstr ""
4344
5339
 
4345
 
#: cinder/volume/drivers/storwize_svc.py:1539
 
5340
#: cinder/volume/drivers/storwize_svc.py:1598
4346
5341
#, python-format
4347
5342
msgid "Did not find expected column in %(fun)s: %(hdr)s"
4348
5343
msgstr ""
4353
5348
msgstr ""
4354
5349
 
4355
5350
#: cinder/volume/drivers/windows.py:206
4356
 
#: cinder/volume/drivers/nexenta/volume.py:203
4357
5351
#, python-format
4358
5352
msgid "Ignored target creation error \"%s\" while ensuring export"
4359
5353
msgstr ""
5092
6086
msgid "Storage Hardware IDs for %(wwpns)s is %(foundInstances)s."
5093
6087
msgstr ""
5094
6088
 
5095
 
#: cinder/volume/drivers/emc/emc_smis_iscsi.py:152
 
6089
#: cinder/volume/drivers/emc/emc_smis_iscsi.py:154
5096
6090
#, python-format
5097
6091
msgid "Could not find iSCSI export  for volume %s"
5098
6092
msgstr ""
5099
6093
 
5100
 
#: cinder/volume/drivers/emc/emc_smis_iscsi.py:161
 
6094
#: cinder/volume/drivers/emc/emc_smis_iscsi.py:163
5101
6095
#, fuzzy, python-format
5102
6096
msgid "Cannot find device number for volume %s"
5103
6097
msgstr "Impossibile localizzare il volume %s"
5104
6098
 
5105
 
#: cinder/volume/drivers/emc/emc_smis_iscsi.py:191
 
6099
#: cinder/volume/drivers/emc/emc_smis_iscsi.py:193
5106
6100
#, python-format
5107
6101
msgid "Found iSCSI endpoint: %s"
5108
6102
msgstr ""
5109
6103
 
5110
 
#: cinder/volume/drivers/emc/emc_smis_iscsi.py:198
 
6104
#: cinder/volume/drivers/emc/emc_smis_iscsi.py:200
5111
6105
#, python-format
5112
6106
msgid "ISCSI endpoint not found for SP %(sp)s on storage system %(storage)s."
5113
6107
msgstr ""
5114
6108
 
5115
 
#: cinder/volume/drivers/emc/emc_smis_iscsi.py:215
 
6109
#: cinder/volume/drivers/emc/emc_smis_iscsi.py:217
5116
6110
#, python-format
5117
6111
msgid "ISCSI properties: %s"
5118
6112
msgstr ""
5119
6113
 
5120
 
#: cinder/volume/drivers/hds/hds.py:58
 
6114
#: cinder/volume/drivers/hds/hds.py:70
5121
6115
#, python-format
5122
6116
msgid "Range: start LU: %(start)s, end LU: %(end)s"
5123
6117
msgstr ""
5124
6118
 
5125
 
#: cinder/volume/drivers/hds/hds.py:72
 
6119
#: cinder/volume/drivers/hds/hds.py:84
5126
6120
#, python-format
5127
6121
msgid "setting LU uppper (end) limit to %s"
5128
6122
msgstr ""
5129
6123
 
5130
 
#: cinder/volume/drivers/hds/hds.py:80
 
6124
#: cinder/volume/drivers/hds/hds.py:92
5131
6125
#, python-format
5132
6126
msgid "%(element)s: %(val)s"
5133
6127
msgstr ""
5134
6128
 
5135
 
#: cinder/volume/drivers/hds/hds.py:91 cinder/volume/drivers/hds/hds.py:93
 
6129
#: cinder/volume/drivers/hds/hds.py:103 cinder/volume/drivers/hds/hds.py:105
5136
6130
#, python-format
5137
6131
msgid "XML exception reading parameter: %s"
5138
6132
msgstr ""
5139
6133
 
5140
 
#: cinder/volume/drivers/hds/hds.py:162
 
6134
#: cinder/volume/drivers/hds/hds.py:178
5141
6135
#, python-format
5142
6136
msgid "portal: %(ip)s:%(ipp)s, CTL: %(ctl)s, port: %(port)s"
5143
6137
msgstr ""
5144
6138
 
5145
 
#: cinder/volume/drivers/hds/hds.py:181
 
6139
#: cinder/volume/drivers/hds/hds.py:197
5146
6140
#, python-format
5147
6141
msgid "No configuration found for service: %s"
5148
6142
msgstr ""
5149
6143
 
5150
 
#: cinder/volume/drivers/hds/hds.py:232
 
6144
#: cinder/volume/drivers/hds/hds.py:250
5151
6145
#, python-format
5152
6146
msgid "HDP not found: %s"
5153
6147
msgstr ""
5154
6148
 
5155
 
#: cinder/volume/drivers/hds/hds.py:265
 
6149
#: cinder/volume/drivers/hds/hds.py:289
5156
6150
#, python-format
5157
6151
msgid "iSCSI portal not found for service: %s"
5158
6152
msgstr ""
5159
6153
 
5160
 
#: cinder/volume/drivers/hds/hds.py:302
 
6154
#: cinder/volume/drivers/hds/hds.py:327
5161
6155
#, python-format
5162
6156
msgid "LUN %(lun)s of size %(sz)s MB is created."
5163
6157
msgstr ""
5164
6158
 
5165
 
#: cinder/volume/drivers/hds/hds.py:316
5166
 
#, python-format
5167
 
msgid "Array Mismatch %(myid)s vs %(arid)s"
5168
 
msgstr ""
5169
 
 
5170
 
#: cinder/volume/drivers/hds/hds.py:322
 
6159
#: cinder/volume/drivers/hds/hds.py:355
 
6160
#, python-format
 
6161
msgid "LUN %(lun)s of size %(size)s MB is cloned."
 
6162
msgstr ""
 
6163
 
 
6164
#: cinder/volume/drivers/hds/hds.py:372
 
6165
#, python-format
 
6166
msgid "LUN %(lun)s extended to %(size)s GB."
 
6167
msgstr ""
 
6168
 
 
6169
#: cinder/volume/drivers/hds/hds.py:395
5171
6170
#, python-format
5172
6171
msgid "delete lun %(lun)s on %(name)s"
5173
6172
msgstr ""
5174
6173
 
5175
 
#: cinder/volume/drivers/hds/hds.py:399
 
6174
#: cinder/volume/drivers/hds/hds.py:480
5176
6175
#, python-format
5177
6176
msgid "LUN %(lun)s of size %(sz)s MB is created from snapshot."
5178
6177
msgstr ""
5179
6178
 
5180
 
#: cinder/volume/drivers/hds/hds.py:421
5181
 
#, python-format
5182
 
msgid "LUN %(lun)s of size %(size)s MB is created."
5183
 
msgstr ""
5184
 
 
5185
 
#: cinder/volume/drivers/hds/hds.py:435
5186
 
#, python-format
5187
 
msgid "Array mismatch %(myid)s vs %(arid)s"
5188
 
msgstr ""
5189
 
 
5190
 
#: cinder/volume/drivers/hds/hds.py:446
 
6179
#: cinder/volume/drivers/hds/hds.py:503
 
6180
#, python-format
 
6181
msgid "LUN %(lun)s of size %(size)s MB is created as snapshot."
 
6182
msgstr ""
 
6183
 
 
6184
#: cinder/volume/drivers/hds/hds.py:522
5191
6185
#, python-format
5192
6186
msgid "LUN %s is deleted."
5193
6187
msgstr ""
5196
6190
msgid "read timed out"
5197
6191
msgstr ""
5198
6192
 
5199
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:142
 
6193
#: cinder/volume/drivers/huawei/huawei_iscsi.py:144
5200
6194
msgid "do_setup."
5201
6195
msgstr ""
5202
6196
 
5203
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:148
 
6197
#: cinder/volume/drivers/huawei/huawei_iscsi.py:150
5204
6198
msgid "check_for_setup_error."
5205
6199
msgstr ""
5206
6200
 
5207
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:153
 
6201
#: cinder/volume/drivers/huawei/huawei_iscsi.py:155
5208
6202
msgid "check_for_setup_error: Can not get device type."
5209
6203
msgstr ""
5210
6204
 
5211
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:157
 
6205
#: cinder/volume/drivers/huawei/huawei_iscsi.py:159
5212
6206
#, python-format
5213
6207
msgid "check_for_setup_error: Device type is:%(type)s, version is:%(version)s."
5214
6208
msgstr ""
5215
6209
 
5216
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:164
 
6210
#: cinder/volume/drivers/huawei/huawei_iscsi.py:166
5217
6211
msgid ""
5218
6212
"check_for_setup_error: Product version not right. Please make sure the "
5219
6213
"product version is V1."
5220
6214
msgstr ""
5221
6215
 
5222
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:175
 
6216
#: cinder/volume/drivers/huawei/huawei_iscsi.py:177
5223
6217
msgid "_get_device_type: Storage Pool must be configured."
5224
6218
msgstr ""
5225
6219
 
5226
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:184
 
6220
#: cinder/volume/drivers/huawei/huawei_iscsi.py:186
5227
6221
#, python-format
5228
6222
msgid "create_volume:volume name: %s."
5229
6223
msgstr ""
5230
6224
 
5231
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:198
 
6225
#: cinder/volume/drivers/huawei/huawei_iscsi.py:200
5232
6226
#, python-format
5233
6227
msgid "delete_volume: volume name: %s."
5234
6228
msgstr ""
5235
6229
 
5236
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:205
 
6230
#: cinder/volume/drivers/huawei/huawei_iscsi.py:207
5237
6231
#, python-format
5238
6232
msgid "delete_volume:No need to delete volume. Volume %(name)s does not exist."
5239
6233
msgstr ""
5240
6234
 
5241
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:214
 
6235
#: cinder/volume/drivers/huawei/huawei_iscsi.py:216
5242
6236
#, python-format
5243
6237
msgid "create_export: volume name:%s"
5244
6238
msgstr ""
5245
6239
 
5246
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:218
 
6240
#: cinder/volume/drivers/huawei/huawei_iscsi.py:220
5247
6241
#, python-format
5248
6242
msgid "create_export:Volume %(name)s does not exist."
5249
6243
msgstr ""
5250
6244
 
5251
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:238
 
6245
#: cinder/volume/drivers/huawei/huawei_iscsi.py:240
5252
6246
#, python-format
5253
6247
msgid "initialize_connection: volume name: %(volume)s. initiator name: %(ini)s."
5254
6248
msgstr ""
5255
6249
 
5256
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:253
 
6250
#: cinder/volume/drivers/huawei/huawei_iscsi.py:255
5257
6251
#, python-format
5258
6252
msgid ""
5259
6253
"initialize_connection:Failed to find target ip for "
5260
6254
"initiator:%(initiatorname)s, please check config file."
5261
6255
msgstr ""
5262
6256
 
5263
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:263
 
6257
#: cinder/volume/drivers/huawei/huawei_iscsi.py:265
5264
6258
#, python-format
5265
6259
msgid "initialize_connection:Failed to find target iSCSI iqn. Target IP:%(ip)s"
5266
6260
msgstr ""
5267
6261
 
5268
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:301
 
6262
#: cinder/volume/drivers/huawei/huawei_iscsi.py:303
5269
6263
#, python-format
5270
6264
msgid ""
5271
6265
"initialize_connection:host name: %(host)s, initiator name: %(ini)s, "
5272
6266
"hostport name: %(port)s"
5273
6267
msgstr ""
5274
6268
 
5275
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:311
 
6269
#: cinder/volume/drivers/huawei/huawei_iscsi.py:313
5276
6270
#, python-format
5277
6271
msgid ""
5278
6272
"initialize_connection:Failed to find the given volume. volume "
5279
6273
"name:%(volume)s."
5280
6274
msgstr ""
5281
6275
 
5282
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:363
 
6276
#: cinder/volume/drivers/huawei/huawei_iscsi.py:365
5283
6277
#, python-format
5284
6278
msgid "terminate_connection:volume name: %(volume)s, initiator name: %(ini)s."
5285
6279
msgstr ""
5286
6280
 
5287
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:372
 
6281
#: cinder/volume/drivers/huawei/huawei_iscsi.py:374
5288
6282
#, python-format
5289
6283
msgid "terminate_connection:Host does not exist. Host name:%(host)s."
5290
6284
msgstr ""
5291
6285
 
5292
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:381
 
6286
#: cinder/volume/drivers/huawei/huawei_iscsi.py:383
5293
6287
#, python-format
5294
6288
msgid "terminate_connection:volume does not exist. volume name:%(volume)s"
5295
6289
msgstr ""
5296
6290
 
5297
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:400
 
6291
#: cinder/volume/drivers/huawei/huawei_iscsi.py:402
5298
6292
#, python-format
5299
6293
msgid ""
5300
6294
"terminate_connection:No map between host and volume. Host "
5301
6295
"name:%(hostname)s, volume name:%(volumename)s."
5302
6296
msgstr ""
5303
6297
 
5304
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:418
 
6298
#: cinder/volume/drivers/huawei/huawei_iscsi.py:420
5305
6299
#, python-format
5306
6300
msgid ""
5307
6301
"terminate_connection:No initiator is added to the host. Host "
5308
6302
"name:%(hostname)s"
5309
6303
msgstr ""
5310
6304
 
5311
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:431
 
6305
#: cinder/volume/drivers/huawei/huawei_iscsi.py:433
5312
6306
#, python-format
5313
6307
msgid "create_snapshot:snapshot name:%(snapshot)s, volume name:%(volume)s."
5314
6308
msgstr ""
5315
6309
 
5316
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:438
 
6310
#: cinder/volume/drivers/huawei/huawei_iscsi.py:440
5317
6311
msgid "create_snapshot:Device does not support snapshot."
5318
6312
msgstr ""
5319
6313
 
5320
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:444
 
6314
#: cinder/volume/drivers/huawei/huawei_iscsi.py:446
5321
6315
msgid "create_snapshot:Resource pool needs 1GB valid size at least."
5322
6316
msgstr ""
5323
6317
 
5324
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:451
 
6318
#: cinder/volume/drivers/huawei/huawei_iscsi.py:453
5325
6319
#, python-format
5326
6320
msgid "create_snapshot:Volume does not exist. Volume name:%(name)s"
5327
6321
msgstr ""
5328
6322
 
5329
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:460
 
6323
#: cinder/volume/drivers/huawei/huawei_iscsi.py:462
5330
6324
#, python-format
5331
6325
msgid "create_snapshot:Snapshot does not exist. Snapshot name:%(name)s"
5332
6326
msgstr ""
5333
6327
 
5334
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:472
 
6328
#: cinder/volume/drivers/huawei/huawei_iscsi.py:474
5335
6329
#, python-format
5336
6330
msgid "delete_snapshot:snapshot name:%(snapshot)s, volume name:%(volume)s."
5337
6331
msgstr ""
5338
6332
 
5339
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:479
 
6333
#: cinder/volume/drivers/huawei/huawei_iscsi.py:481
5340
6334
msgid "delete_snapshot:Device does not support snapshot."
5341
6335
msgstr ""
5342
6336
 
5343
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:488
 
6337
#: cinder/volume/drivers/huawei/huawei_iscsi.py:490
5344
6338
#, python-format
5345
6339
msgid "delete_snapshot:Snapshot does not exist. snapshot name:%(snap)s"
5346
6340
msgstr ""
5347
6341
 
5348
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:501
 
6342
#: cinder/volume/drivers/huawei/huawei_iscsi.py:503
5349
6343
#, python-format
5350
6344
msgid ""
5351
6345
"create_volume_from_snapshot:snapshot name:%(snapshot)s, volume "
5352
6346
"name:%(volume)s."
5353
6347
msgstr ""
5354
6348
 
5355
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:509
 
6349
#: cinder/volume/drivers/huawei/huawei_iscsi.py:511
5356
6350
#, python-format
5357
6351
msgid ""
5358
6352
"create_volume_from_snapshot:Device does not support create volume from "
5359
6353
"snapshot. Volume name:%(volume)s, snapshot name:%(snapshot)s."
5360
6354
msgstr ""
5361
6355
 
5362
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:520
 
6356
#: cinder/volume/drivers/huawei/huawei_iscsi.py:522
5363
6357
#, python-format
5364
6358
msgid ""
5365
6359
"create_volume_from_snapshot:Snapshot does not exist. Snapshot "
5366
6360
"name:%(name)s"
5367
6361
msgstr ""
5368
6362
 
5369
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:571
 
6363
#: cinder/volume/drivers/huawei/huawei_iscsi.py:573
5370
6364
msgid "Config file is wrong. Controler IP, UserName and UserPassword must be set."
5371
6365
msgstr ""
5372
6366
 
5373
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:577
 
6367
#: cinder/volume/drivers/huawei/huawei_iscsi.py:579
5374
6368
#, python-format
5375
6369
msgid "_check_conf_file: %s"
5376
6370
msgstr ""
5377
6371
 
5378
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:588
 
6372
#: cinder/volume/drivers/huawei/huawei_iscsi.py:590
5379
6373
#, python-format
5380
6374
msgid "_read_xml:%s"
5381
6375
msgstr ""
5382
6376
 
5383
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:616
 
6377
#: cinder/volume/drivers/huawei/huawei_iscsi.py:618
5384
6378
#, python-format
5385
6379
msgid "Write login information to xml error. %s"
5386
6380
msgstr ""
5387
6381
 
5388
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:620
 
6382
#: cinder/volume/drivers/huawei/huawei_iscsi.py:622
5389
6383
#, python-format
5390
6384
msgid "_get_login_info error. %s"
5391
6385
msgstr ""
5392
6386
 
5393
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:642
 
6387
#: cinder/volume/drivers/huawei/huawei_iscsi.py:644
5394
6388
#, python-format
5395
6389
msgid ""
5396
6390
"Config file is wrong. LUNType must be \"Thin\"  or \"Thick\". "
5397
6391
"LUNType:%(type)s"
5398
6392
msgstr ""
5399
6393
 
5400
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:669
 
6394
#: cinder/volume/drivers/huawei/huawei_iscsi.py:671
5401
6395
msgid "_get_lun_set_info:Use default prefetch type. Prefetch type:Intelligent."
5402
6396
msgstr ""
5403
6397
 
5404
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:680
 
6398
#: cinder/volume/drivers/huawei/huawei_iscsi.py:682
5405
6399
msgid ""
5406
6400
"_get_lun_set_info:No available pools! Please check whether storage pool "
5407
6401
"is created."
5408
6402
msgstr ""
5409
6403
 
5410
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:690
 
6404
#: cinder/volume/drivers/huawei/huawei_iscsi.py:692
5411
6405
#, python-format
5412
6406
msgid "_get_lun_set_info:%s"
5413
6407
msgstr ""
5414
6408
 
5415
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:740
 
6409
#: cinder/volume/drivers/huawei/huawei_iscsi.py:742
5416
6410
msgid ""
5417
6411
"_get_maximum_pool:maxpoolid is None. Please check config file and make "
5418
6412
"sure the \"Name\" in \"StoragePool\" is right."
5419
6413
msgstr ""
5420
6414
 
5421
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:758
 
6415
#: cinder/volume/drivers/huawei/huawei_iscsi.py:760
5422
6416
#, python-format
5423
6417
msgid "_get_iscsi_info:%s"
5424
6418
msgstr ""
5425
6419
 
5426
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:768
 
6420
#: cinder/volume/drivers/huawei/huawei_iscsi.py:770
5427
6421
#, python-format
5428
6422
msgid "CLI command:%s"
5429
6423
msgstr ""
5430
6424
 
5431
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:835
 
6425
#: cinder/volume/drivers/huawei/huawei_iscsi.py:837
5432
6426
#, python-format
5433
6427
msgid "_execute_cli:%s"
5434
6428
msgstr ""
5435
6429
 
5436
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:842
 
6430
#: cinder/volume/drivers/huawei/huawei_iscsi.py:844
5437
6431
#, python-format
5438
6432
msgid ""
5439
6433
"_name_translate:Name in cinder: %(old)s, new name in storage system: "
5440
6434
"%(new)s"
5441
6435
msgstr ""
5442
6436
 
5443
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:876
 
6437
#: cinder/volume/drivers/huawei/huawei_iscsi.py:878
5444
6438
#, python-format
5445
6439
msgid ""
5446
6440
"_create_hostgroup:Failed to Create hostgroup. Hostgroup name: %(name)s. "
5447
6441
"out:%(out)s."
5448
6442
msgstr ""
5449
6443
 
5450
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:905
 
6444
#: cinder/volume/drivers/huawei/huawei_iscsi.py:907
5451
6445
#, python-format
5452
6446
msgid ""
5453
6447
"_add_host:Failed to add host to hostgroup. host name:%(host)s hostgroup "
5454
6448
"id:%(hostgroup)s out:%(out)s"
5455
6449
msgstr ""
5456
6450
 
5457
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:931
 
6451
#: cinder/volume/drivers/huawei/huawei_iscsi.py:933
5458
6452
#, python-format
5459
6453
msgid ""
5460
6454
"_add_initiator:Failed to add initiator. initiator name:%(name)s "
5461
6455
"out:%(out)s"
5462
6456
msgstr ""
5463
6457
 
5464
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:945
 
6458
#: cinder/volume/drivers/huawei/huawei_iscsi.py:947
5465
6459
#, python-format
5466
6460
msgid ""
5467
6461
"_delete_initiator:ERROE:Failed to delete initiator. initiator "
5468
6462
"name:%(name)s out:%(out)s"
5469
6463
msgstr ""
5470
6464
 
5471
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:995
 
6465
#: cinder/volume/drivers/huawei/huawei_iscsi.py:997
5472
6466
#, python-format
5473
6467
msgid ""
5474
6468
"_add_hostport:Failed to add hostport. port name:%(port)s port "
5475
6469
"information:%(info)s host id:%(host)s out:%(out)s"
5476
6470
msgstr ""
5477
6471
 
5478
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1013
 
6472
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1015
5479
6473
#, python-format
5480
6474
msgid "_delete_hostport:Failed to delete host port. port id:%(portid)s"
5481
6475
msgstr ""
5482
6476
 
5483
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1020
 
6477
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1022
5484
6478
#, python-format
5485
6479
msgid "_get_tgt_iqn:iSCSI IP is %s."
5486
6480
msgstr ""
5487
6481
 
5488
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1053
 
6482
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1055
5489
6483
#, python-format
5490
6484
msgid "_get_tgt_iqn:iSCSI target iqn is:%s"
5491
6485
msgstr ""
5492
6486
 
5493
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1090
 
6487
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1092
5494
6488
#, python-format
5495
6489
msgid ""
5496
6490
"_map_lun:Failed to add hostmap. hostid:%(host)s lunid:%(lun)s "
5497
6491
"hostlunid:%(hostlunid)s out:%(out)s"
5498
6492
msgstr ""
5499
6493
 
5500
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1126
 
6494
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1128
5501
6495
#, python-format
5502
6496
msgid ""
5503
6497
"_delete_map:There are IOs accessing the system. Retry to delete host map."
5504
6498
" map id:%(mapid)s"
5505
6499
msgstr ""
5506
6500
 
5507
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1132
 
6501
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1134
5508
6502
#, python-format
5509
6503
msgid "_delete_map:Failed to delete host map. mapid:%(mapid)s out:%(out)s"
5510
6504
msgstr ""
5511
6505
 
5512
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1146
 
6506
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1148
5513
6507
#, python-format
5514
6508
msgid "_delete_host: Failed delete host. host id:%(hostid)s out:%(out)s"
5515
6509
msgstr ""
5516
6510
 
5517
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1227
 
6511
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1229
5518
6512
#, python-format
5519
6513
msgid ""
5520
6514
"_active_snapshot:Failed to active snapshot. snapshot id:%(name)s. "
5521
6515
"out:%(out)s"
5522
6516
msgstr ""
5523
6517
 
5524
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1241
 
6518
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1243
5525
6519
#, python-format
5526
6520
msgid ""
5527
6521
"_disable_snapshot:Failed to disable snapshot. snapshot id:%(id)s. "
5528
6522
"out:%(out)s"
5529
6523
msgstr ""
5530
6524
 
5531
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1255
 
6525
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1257
5532
6526
#, python-format
5533
6527
msgid ""
5534
6528
"_delete_snapshot:Failed to delete snapshot. snapshot id:%(id)s. "
5535
6529
"out:%(out)s"
5536
6530
msgstr ""
5537
6531
 
5538
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1312
 
6532
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1314
5539
6533
#, python-format
5540
6534
msgid "_create_volume:Failed to Create volume. volume name:%(name)s. out:%(out)s"
5541
6535
msgstr ""
5542
6536
 
5543
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1325
 
6537
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1327
5544
6538
#, python-format
5545
6539
msgid "_delete_volume:Failed to delete volume. Volume name:%(name)s out:%(out)s"
5546
6540
msgstr ""
5547
6541
 
5548
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1342
 
6542
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1344
5549
6543
#, python-format
5550
6544
msgid ""
5551
6545
"_create_luncopy:Failed to Create LUNcopy. LUNcopy name:%(name)s "
5552
6546
"out:%(out)s"
5553
6547
msgstr ""
5554
6548
 
5555
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1356
 
6549
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1358
5556
6550
#, python-format
5557
6551
msgid ""
5558
6552
"_start_luncopy:Failed to start LUNcopy. LUNcopy id:%(luncopyid)s "
5559
6553
"out:%(out)s"
5560
6554
msgstr ""
5561
6555
 
5562
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1386
 
6556
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1388
5563
6557
#, python-format
5564
6558
msgid ""
5565
6559
"_wait_for_luncopy:LUNcopy status is not normal. LUNcopy "
5566
6560
"name:%(luncopyname)s"
5567
6561
msgstr ""
5568
6562
 
5569
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1419
 
6563
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1421
5570
6564
#, python-format
5571
6565
msgid ""
5572
6566
"_delete_luncopy:Failed to delete LUNcopy. LUNcopy id:%(luncopyid)s "
5573
6567
"out:%(out)s"
5574
6568
msgstr ""
5575
6569
 
5576
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1434
 
6570
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1436
5577
6571
#, python-format
5578
6572
msgid ""
5579
6573
"_create_snapshot:Failed to Create snapshot. Snapshot name:%(name)s "
5580
6574
"out:%(out)s"
5581
6575
msgstr ""
5582
6576
 
5583
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1472
 
6577
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1474
5584
6578
#, python-format
5585
6579
msgid ""
5586
6580
"_change_lun_controller:Failed to change lun owning controller. lun "
5587
6581
"id:%(lunid)s. new controller:%(controller)s. out:%(out)s"
5588
6582
msgstr ""
5589
6583
 
5590
 
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1488
 
6584
#: cinder/volume/drivers/huawei/huawei_iscsi.py:1490
5591
6585
msgid "_is_resource_pool_enough:Resource pool for snapshot not be added."
5592
6586
msgstr ""
5593
6587
 
5633
6627
msgid "No metadata property %(prop)s defined for the LUN %(name)s"
5634
6628
msgstr ""
5635
6629
 
5636
 
#: cinder/volume/drivers/netapp/iscsi.py:106
 
6630
#: cinder/volume/drivers/netapp/iscsi.py:108
5637
6631
#, python-format
5638
6632
msgid "Using NetApp filer: %s"
5639
6633
msgstr ""
5640
6634
 
5641
 
#: cinder/volume/drivers/netapp/iscsi.py:149
 
6635
#: cinder/volume/drivers/netapp/iscsi.py:151
5642
6636
msgid "Success getting LUN list from server"
5643
6637
msgstr ""
5644
6638
 
5645
 
#: cinder/volume/drivers/netapp/iscsi.py:164
 
6639
#: cinder/volume/drivers/netapp/iscsi.py:166
5646
6640
#, python-format
5647
6641
msgid "Created LUN with name %s"
5648
6642
msgstr ""
5649
6643
 
5650
 
#: cinder/volume/drivers/netapp/iscsi.py:173
 
6644
#: cinder/volume/drivers/netapp/iscsi.py:175
5651
6645
#, python-format
5652
6646
msgid "No entry in LUN table for volume/snapshot %(name)s."
5653
6647
msgstr ""
5654
6648
 
5655
 
#: cinder/volume/drivers/netapp/iscsi.py:182
 
6649
#: cinder/volume/drivers/netapp/iscsi.py:184
5656
6650
#, python-format
5657
6651
msgid "Destroyed LUN %s"
5658
6652
msgstr ""
5659
6653
 
5660
 
#: cinder/volume/drivers/netapp/iscsi.py:217
 
6654
#: cinder/volume/drivers/netapp/iscsi.py:219
5661
6655
#, python-format
5662
6656
msgid "Mapped LUN %(name)s to the initiator %(initiator_name)s"
5663
6657
msgstr ""
5664
6658
 
5665
 
#: cinder/volume/drivers/netapp/iscsi.py:222
 
6659
#: cinder/volume/drivers/netapp/iscsi.py:224
5666
6660
#, python-format
5667
6661
msgid ""
5668
6662
"Succesfully fetched target details for LUN %(name)s and initiator "
5669
6663
"%(initiator_name)s"
5670
6664
msgstr ""
5671
6665
 
5672
 
#: cinder/volume/drivers/netapp/iscsi.py:228
 
6666
#: cinder/volume/drivers/netapp/iscsi.py:230
5673
6667
#, python-format
5674
6668
msgid "Failed to get LUN target details for the LUN %s"
5675
6669
msgstr ""
5676
6670
 
5677
 
#: cinder/volume/drivers/netapp/iscsi.py:239
 
6671
#: cinder/volume/drivers/netapp/iscsi.py:241
5678
6672
#, python-format
5679
6673
msgid "Failed to get target portal for the LUN %s"
5680
6674
msgstr ""
5681
6675
 
5682
 
#: cinder/volume/drivers/netapp/iscsi.py:242
 
6676
#: cinder/volume/drivers/netapp/iscsi.py:244
5683
6677
#, python-format
5684
6678
msgid "Failed to get target IQN for the LUN %s"
5685
6679
msgstr ""
5686
6680
 
5687
 
#: cinder/volume/drivers/netapp/iscsi.py:279
 
6681
#: cinder/volume/drivers/netapp/iscsi.py:281
5688
6682
#, fuzzy, python-format
5689
6683
msgid "Snapshot %s deletion successful"
5690
6684
msgstr "volume %s: rimosso con successo"
5691
6685
 
5692
 
#: cinder/volume/drivers/netapp/iscsi.py:290
5693
 
#: cinder/volume/drivers/netapp/nfs.py:78
 
6686
#: cinder/volume/drivers/netapp/iscsi.py:292
 
6687
#: cinder/volume/drivers/netapp/nfs.py:81
5694
6688
#, python-format
5695
6689
msgid ""
5696
6690
"Cannot create volume of size %(vol_size)s from snapshot of size "
5697
6691
"%(snap_size)s"
5698
6692
msgstr ""
5699
6693
 
5700
 
#: cinder/volume/drivers/netapp/iscsi.py:309
 
6694
#: cinder/volume/drivers/netapp/iscsi.py:311
5701
6695
#, python-format
5702
6696
msgid "Unmapped LUN %(name)s from the initiator %(initiator_name)s"
5703
6697
msgstr ""
5704
6698
 
5705
 
#: cinder/volume/drivers/netapp/iscsi.py:328
 
6699
#: cinder/volume/drivers/netapp/iscsi.py:330
5706
6700
#, fuzzy, python-format
5707
6701
msgid "Failed to get vol with required size for volume: %s"
5708
6702
msgstr "Impossibile localizzare il volume %s"
5709
6703
 
5710
 
#: cinder/volume/drivers/netapp/iscsi.py:404
 
6704
#: cinder/volume/drivers/netapp/iscsi.py:406
5711
6705
#, python-format
5712
6706
msgid "Error mapping lun. Code :%(code)s, Message:%(message)s"
5713
6707
msgstr ""
5714
6708
 
5715
 
#: cinder/volume/drivers/netapp/iscsi.py:424
 
6709
#: cinder/volume/drivers/netapp/iscsi.py:426
5716
6710
#, python-format
5717
6711
msgid "Error unmapping lun. Code :%(code)s, Message:%(message)s"
5718
6712
msgstr ""
5719
6713
 
5720
 
#: cinder/volume/drivers/netapp/iscsi.py:503
 
6714
#: cinder/volume/drivers/netapp/iscsi.py:505
5721
6715
msgid "Object is not a NetApp LUN."
5722
6716
msgstr ""
5723
6717
 
5724
 
#: cinder/volume/drivers/netapp/iscsi.py:519
 
6718
#: cinder/volume/drivers/netapp/iscsi.py:521
5725
6719
#, python-format
5726
6720
msgid "Could not find attribute for LUN named %s"
5727
6721
msgstr ""
5728
6722
 
5729
 
#: cinder/volume/drivers/netapp/iscsi.py:532
 
6723
#: cinder/volume/drivers/netapp/iscsi.py:534
5730
6724
#, python-format
5731
6725
msgid ""
5732
6726
"Cannot clone volume of size %(vol_size)s from src volume of size "
5733
6727
"%(src_vol_size)s"
5734
6728
msgstr ""
5735
6729
 
5736
 
#: cinder/volume/drivers/netapp/iscsi.py:656
 
6730
#: cinder/volume/drivers/netapp/iscsi.py:658
5737
6731
#, python-format
5738
6732
msgid "No iscsi service found for vserver %s"
5739
6733
msgstr ""
5740
6734
 
5741
 
#: cinder/volume/drivers/netapp/iscsi.py:787
 
6735
#: cinder/volume/drivers/netapp/iscsi.py:789
5742
6736
#, python-format
5743
6737
msgid "Cloned LUN with new name %s"
5744
6738
msgstr ""
5745
6739
 
5746
 
#: cinder/volume/drivers/netapp/iscsi.py:791
 
6740
#: cinder/volume/drivers/netapp/iscsi.py:793
5747
6741
#, python-format
5748
6742
msgid "No clonned lun named %s found on the filer"
5749
6743
msgstr ""
5750
6744
 
5751
 
#: cinder/volume/drivers/netapp/iscsi.py:979
 
6745
#: cinder/volume/drivers/netapp/iscsi.py:981
5752
6746
#, python-format
5753
6747
msgid "Error finding luns for volume %s. Verify volume exists."
5754
6748
msgstr ""
5755
6749
 
5756
 
#: cinder/volume/drivers/netapp/iscsi.py:1084
 
6750
#: cinder/volume/drivers/netapp/iscsi.py:1086
5757
6751
#, python-format
5758
6752
msgid "Clone operation with src %(name)s and dest %(new_name)s completed"
5759
6753
msgstr ""
5760
6754
 
5761
 
#: cinder/volume/drivers/netapp/iscsi.py:1087
 
6755
#: cinder/volume/drivers/netapp/iscsi.py:1089
5762
6756
#, python-format
5763
6757
msgid "Clone operation with src %(name)s and dest %(new_name)s failed"
5764
6758
msgstr ""
5765
6759
 
5766
 
#: cinder/volume/drivers/netapp/nfs.py:175
 
6760
#: cinder/volume/drivers/netapp/nfs.py:178
5767
6761
#, python-format
5768
6762
msgid ""
5769
6763
"Cannot create clone of size %(vol_size)s from volume of size "
5770
6764
"%(src_vol_size)s"
5771
6765
msgstr ""
5772
6766
 
5773
 
#: cinder/volume/drivers/netapp/nfs.py:303
 
6767
#: cinder/volume/drivers/netapp/nfs.py:306
5774
6768
#, python-format
5775
6769
msgid "No interface found on cluster for ip %s"
5776
6770
msgstr ""
5777
6771
 
5778
 
#: cinder/volume/drivers/netapp/nfs.py:330
 
6772
#: cinder/volume/drivers/netapp/nfs.py:333
5779
6773
#, python-format
5780
6774
msgid ""
5781
6775
"No volume on cluster with vserver\n"
5784
6778
"                                   "
5785
6779
msgstr ""
5786
6780
 
5787
 
#: cinder/volume/drivers/netapp/nfs.py:336
 
6781
#: cinder/volume/drivers/netapp/nfs.py:339
5788
6782
#, python-format
5789
6783
msgid ""
5790
6784
"Cloning with params volume %(volume)s,src %(src_path)s,\n"
5791
6785
"                    dest %(dest_path)s, vserver %(vserver)s"
5792
6786
msgstr ""
5793
6787
 
5794
 
#: cinder/volume/drivers/netapp/nfs.py:409
 
6788
#: cinder/volume/drivers/netapp/nfs.py:412
5795
6789
#, python-format
5796
6790
msgid "No storage path found for export path %s"
5797
6791
msgstr ""
5798
6792
 
5799
 
#: cinder/volume/drivers/netapp/nfs.py:418
 
6793
#: cinder/volume/drivers/netapp/nfs.py:421
5800
6794
#, python-format
5801
6795
msgid "Cloning with src %(src_path)s, dest %(dest_path)s"
5802
6796
msgstr ""
5816
6810
"NetAppDriver to achieve the functionality."
5817
6811
msgstr ""
5818
6812
 
5819
 
#: cinder/volume/drivers/nexenta/__init__.py:27
5820
 
msgid "Nexenta SA returned the error"
5821
 
msgstr ""
5822
 
 
5823
6813
#: cinder/volume/drivers/nexenta/jsonrpc.py:64
5824
6814
#, python-format
5825
6815
msgid "Sending JSON data: %s"
5843
6833
msgid "Got response: %s"
5844
6834
msgstr "risposta %s"
5845
6835
 
5846
 
#: cinder/volume/drivers/nexenta/volume.py:99
 
6836
#: cinder/volume/drivers/nexenta/volume.py:79
5847
6837
#, python-format
5848
6838
msgid "Volume %s does not exist in Nexenta SA"
5849
6839
msgstr ""
5850
6840
 
5851
 
#: cinder/volume/drivers/nexenta/volume.py:211
5852
 
#, python-format
5853
 
msgid "Ignored target group creation error \"%s\" while ensuring export"
5854
 
msgstr ""
5855
 
 
5856
 
#: cinder/volume/drivers/nexenta/volume.py:220
5857
 
#, python-format
5858
 
msgid "Ignored target group member addition error \"%s\" while ensuring export"
5859
 
msgstr ""
5860
 
 
5861
 
#: cinder/volume/drivers/nexenta/volume.py:228
5862
 
#, python-format
5863
 
msgid "Ignored LU creation error \"%s\" while ensuring export"
5864
 
msgstr ""
5865
 
 
5866
 
#: cinder/volume/drivers/nexenta/volume.py:238
5867
 
#, python-format
5868
 
msgid "Ignored LUN mapping entry addition error \"%s\" while ensuring export"
5869
 
msgstr ""
5870
 
 
5871
 
#: cinder/volume/drivers/nexenta/volume.py:274
 
6841
#: cinder/volume/drivers/nexenta/volume.py:116
 
6842
#, python-format
 
6843
msgid "Extending volume: %(id)s New size: %(size)s GB"
 
6844
msgstr ""
 
6845
 
 
6846
#: cinder/volume/drivers/nexenta/volume.py:130
 
6847
#, python-format
 
6848
msgid "Volume %s does not exist, it seems it was already deleted"
 
6849
msgstr ""
 
6850
 
 
6851
#: cinder/volume/drivers/nexenta/volume.py:145
 
6852
#, python-format
 
6853
msgid "Creating temp snapshot of the original volume: %(volume_name)s@%(name)s"
 
6854
msgstr ""
 
6855
 
 
6856
#: cinder/volume/drivers/nexenta/volume.py:154
 
6857
msgid "Executing zfs send/recv on the appliance"
 
6858
msgstr ""
 
6859
 
 
6860
#: cinder/volume/drivers/nexenta/volume.py:156
 
6861
#, python-format
 
6862
msgid "zfs send/recv done, new volume %s created"
 
6863
msgstr ""
 
6864
 
 
6865
#: cinder/volume/drivers/nexenta/volume.py:163
 
6866
#, python-format
 
6867
msgid "Failed to delete temp snapshot %(volume)s@%(snapshot)s"
 
6868
msgstr ""
 
6869
 
 
6870
#: cinder/volume/drivers/nexenta/volume.py:172
 
6871
#, python-format
 
6872
msgid "Failed to delete zfs recv snapshot %(volume)s@%(snapshot)s"
 
6873
msgstr ""
 
6874
 
 
6875
#: cinder/volume/drivers/nexenta/volume.py:240
 
6876
msgid "Ignored target creation error while ensuring export"
 
6877
msgstr ""
 
6878
 
 
6879
#: cinder/volume/drivers/nexenta/volume.py:250
 
6880
msgid "Ignored target group creation error while ensuring export"
 
6881
msgstr ""
 
6882
 
 
6883
#: cinder/volume/drivers/nexenta/volume.py:260
 
6884
msgid "Ignored target group member addition error while ensuring export"
 
6885
msgstr ""
 
6886
 
 
6887
#: cinder/volume/drivers/nexenta/volume.py:269
 
6888
msgid "Ignored LU creation error while ensuring export"
 
6889
msgstr ""
 
6890
 
 
6891
#: cinder/volume/drivers/nexenta/volume.py:278
 
6892
msgid "Ignored LUN mapping entry addition error while ensuring export"
 
6893
msgstr ""
 
6894
 
 
6895
#: cinder/volume/drivers/nexenta/volume.py:313
5872
6896
#, python-format
5873
6897
msgid ""
5874
6898
"Got error trying to destroy target group %(target_group)s, assuming it is"
5875
6899
" already gone: %(exc)s"
5876
6900
msgstr ""
5877
6901
 
5878
 
#: cinder/volume/drivers/nexenta/volume.py:282
 
6902
#: cinder/volume/drivers/nexenta/volume.py:321
5879
6903
#, python-format
5880
6904
msgid ""
5881
6905
"Got error trying to delete target %(target)s, assuming it is already "
5882
6906
"gone: %(exc)s"
5883
6907
msgstr ""
5884
6908
 
5885
 
#: cinder/volume/drivers/san/hp_lefthand.py:74
 
6909
#: cinder/volume/drivers/san/hp_lefthand.py:75
5886
6910
#, python-format
5887
6911
msgid "CLIQ command returned %s"
5888
6912
msgstr ""
5889
6913
 
5890
 
#: cinder/volume/drivers/san/hp_lefthand.py:80
 
6914
#: cinder/volume/drivers/san/hp_lefthand.py:81
5891
6915
#, python-format
5892
6916
msgid "Malformed response to CLIQ command %(verb)s %(cliq_args)s. Result=%(out)s"
5893
6917
msgstr ""
5894
6918
 
5895
 
#: cinder/volume/drivers/san/hp_lefthand.py:88
 
6919
#: cinder/volume/drivers/san/hp_lefthand.py:89
5896
6920
#, python-format
5897
6921
msgid "Error running CLIQ command %(verb)s %(cliq_args)s.  Result=%(out)s"
5898
6922
msgstr ""
5899
6923
 
5900
 
#: cinder/volume/drivers/san/hp_lefthand.py:118
 
6924
#: cinder/volume/drivers/san/hp_lefthand.py:119
5901
6925
#, python-format
5902
6926
msgid ""
5903
6927
"Unexpected number of virtual ips for cluster  %(cluster_name)s. "
5904
6928
"Result=%(_xml)s"
5905
6929
msgstr ""
5906
6930
 
5907
 
#: cinder/volume/drivers/san/hp_lefthand.py:171
 
6931
#: cinder/volume/drivers/san/hp_lefthand.py:172
5908
6932
#, python-format
5909
6933
msgid "Volume info: %(volume_name)s => %(volume_attributes)s"
5910
6934
msgstr ""
5911
6935
 
5912
 
#: cinder/volume/drivers/san/hp_lefthand.py:236
 
6936
#: cinder/volume/drivers/san/hp_lefthand.py:237
5913
6937
msgid "local_path not supported"
5914
6938
msgstr ""
5915
6939
 
5916
 
#: cinder/volume/drivers/san/san.py:149
 
6940
#: cinder/volume/drivers/san/san.py:151
5917
6941
#, fuzzy, python-format
5918
6942
msgid "Error running SSH command: %s"
5919
6943
msgstr "Si e' verificato un errore inatteso durante l'esecuzione del comando."
5920
6944
 
5921
 
#: cinder/volume/drivers/san/san.py:169
 
6945
#: cinder/volume/drivers/san/san.py:171
5922
6946
msgid "Specify san_password or san_private_key"
5923
6947
msgstr ""
5924
6948
 
5925
 
#: cinder/volume/drivers/san/san.py:173
 
6949
#: cinder/volume/drivers/san/san.py:175
5926
6950
msgid "san_ip must be set"
5927
6951
msgstr ""
5928
6952
 
5929
 
#: cinder/volume/drivers/san/solaris.py:80
 
6953
#: cinder/volume/drivers/san/solaris.py:79
5930
6954
#, python-format
5931
6955
msgid "Cannot parse list-view output: %s"
5932
6956
msgstr ""
5933
6957
 
5934
 
#: cinder/volume/drivers/san/solaris.py:175
 
6958
#: cinder/volume/drivers/san/solaris.py:174
5935
6959
#, python-format
5936
6960
msgid "LUID not found for %(zfs_poolname)s. Output=%(out)s"
5937
6961
msgstr ""
5938
6962
 
5939
 
#: cinder/volume/drivers/san/hp/hp_3par_common.py:130
 
6963
#: cinder/volume/drivers/san/hp/hp_3par_common.py:136
5940
6964
msgid ""
5941
6965
"hp3par_domain has been deprecated and is no longer used. The domain is "
5942
6966
"automatically looked up based on the CPG."
5943
6967
msgstr ""
5944
6968
 
5945
 
#: cinder/volume/drivers/san/hp/hp_3par_common.py:150
 
6969
#: cinder/volume/drivers/san/hp/hp_3par_common.py:156
5946
6970
msgid "Login to 3PAR array invalid"
5947
6971
msgstr ""
5948
6972
 
5949
 
#: cinder/volume/drivers/san/hp/hp_3par_common.py:174
5950
 
#: cinder/volume/drivers/san/hp/hp_3par_common.py:520
 
6973
#: cinder/volume/drivers/san/hp/hp_3par_common.py:181
 
6974
#: cinder/volume/drivers/san/hp/hp_3par_common.py:556
5951
6975
#, python-format
5952
6976
msgid "CPG (%s) doesn't exist on array"
5953
6977
msgstr ""
5954
6978
 
5955
 
#: cinder/volume/drivers/san/hp/hp_3par_common.py:182
5956
 
#, python-format
5957
 
msgid "CPG (%s) doesn't exist on array."
5958
 
msgstr ""
5959
 
 
5960
 
#: cinder/volume/drivers/san/hp/hp_3par_common.py:188
5961
 
#, python-format
5962
 
msgid "CPG (%s) must be in a domain"
5963
 
msgstr ""
5964
 
 
5965
 
#: cinder/volume/drivers/san/hp/hp_3par_common.py:330
 
6979
#: cinder/volume/drivers/san/hp/hp_3par_common.py:197
 
6980
#, python-format
 
6981
msgid "Failed to get domain because CPG (%s) doesn't exist on array."
 
6982
msgstr ""
 
6983
 
 
6984
#: cinder/volume/drivers/san/hp/hp_3par_common.py:216
 
6985
#, python-format
 
6986
msgid "Error extending volume %s"
 
6987
msgstr ""
 
6988
 
 
6989
#: cinder/volume/drivers/san/hp/hp_3par_common.py:351
5966
6990
#, python-format
5967
6991
msgid "SSH Command failed after '%(total_attempts)r' attempts : '%(command)s'"
5968
6992
msgstr ""
5969
6993
 
5970
 
#: cinder/volume/drivers/san/hp/hp_3par_common.py:336
 
6994
#: cinder/volume/drivers/san/hp/hp_3par_common.py:357
5971
6995
#, fuzzy, python-format
5972
6996
msgid "Error running ssh command: %s"
5973
6997
msgstr "Si e' verificato un errore inatteso durante l'esecuzione del comando."
5974
6998
 
5975
 
#: cinder/volume/drivers/san/hp/hp_3par_common.py:574
 
6999
#: cinder/volume/drivers/san/hp/hp_3par_common.py:676
5976
7000
#, python-format
5977
7001
msgid "Must specify a valid persona %(valid)s, value '%(persona)s' is invalid."
5978
7002
msgstr ""
5979
7003
 
5980
 
#: cinder/volume/drivers/san/hp/hp_3par_common.py:630
 
7004
#: cinder/volume/drivers/san/hp/hp_3par_common.py:726
5981
7005
#, python-format
5982
7006
msgid ""
5983
7007
"Must specify a valid provisioning type %(valid)s, value '%(prov)s' is "
5984
7008
"invalid."
5985
7009
msgstr ""
5986
7010
 
5987
 
#: cinder/volume/drivers/san/hp/hp_3par_common.py:658
 
7011
#: cinder/volume/drivers/san/hp/hp_3par_common.py:793
5988
7012
#, python-format
5989
7013
msgid "Volume (%s) already exists on array"
5990
7014
msgstr ""
5991
7015
 
5992
 
#: cinder/volume/drivers/san/hp/hp_3par_common.py:728
5993
 
#, fuzzy, python-format
5994
 
msgid "Unexpected state while cloning %s"
5995
 
msgstr "Si e' verificato un errore inatteso durante l'esecuzione del comando."
5996
 
 
5997
 
#~ msgid "already detached"
 
7016
#: cinder/volume/drivers/san/hp/hp_3par_iscsi.py:107
 
7017
#, python-format
 
7018
msgid "Invalid IP address format '%s'"
 
7019
msgstr ""
 
7020
 
 
7021
#: cinder/volume/drivers/san/hp/hp_3par_iscsi.py:140
 
7022
#, python-format
 
7023
msgid ""
 
7024
"Found invalid iSCSI IP address(s) in configuration option(s) "
 
7025
"hp3par_iscsi_ips or iscsi_ip_address '%s.'"
 
7026
msgstr ""
 
7027
 
 
7028
#: cinder/volume/drivers/san/hp/hp_3par_iscsi.py:146
 
7029
msgid "At least one valid iSCSI IP address must be set."
 
7030
msgstr ""
 
7031
 
 
7032
#: cinder/volume/drivers/san/hp/hp_3par_iscsi.py:337
 
7033
msgid "Least busy iSCSI port not found, using first iSCSI port in list."
 
7034
msgstr ""
 
7035
 
 
7036
#: cinder/volume/flows/create_volume.py:107
 
7037
#, python-format
 
7038
msgid "Restoring source %(source_volid)s status to %(status)s"
 
7039
msgstr ""
 
7040
 
 
7041
#: cinder/volume/flows/create_volume.py:113
 
7042
#, python-format
 
7043
msgid ""
 
7044
"Failed setting source volume %(source_volid)s back to its initial "
 
7045
"%(source_status)s status"
 
7046
msgstr ""
 
7047
 
 
7048
#: cinder/volume/flows/create_volume.py:138
 
7049
#, python-format
 
7050
msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 
7051
msgstr ""
 
7052
 
 
7053
#: cinder/volume/flows/create_volume.py:145
 
7054
#: cinder/volume/flows/create_volume.py:1509
 
7055
#, python-format
 
7056
msgid "Failed updating volume %(volume_id)s with %(update)s"
 
7057
msgstr ""
 
7058
 
 
7059
#: cinder/volume/flows/create_volume.py:196
 
7060
#, python-format
 
7061
msgid "Originating snapshot status must be one of %s values"
 
7062
msgstr ""
 
7063
 
 
7064
#: cinder/volume/flows/create_volume.py:218
 
7065
#, python-format
 
7066
msgid ""
 
7067
"Unable to create a volume from an originating source volume when its "
 
7068
"status is not one of %s values"
 
7069
msgstr ""
 
7070
 
 
7071
#: cinder/volume/flows/create_volume.py:241
 
7072
#, python-format
 
7073
msgid ""
 
7074
"Volume size %(size)s cannot be lesser than the snapshot size "
 
7075
"%(snap_size)s. They must be >= original snapshot size."
 
7076
msgstr ""
 
7077
 
 
7078
#: cinder/volume/flows/create_volume.py:250
 
7079
#, python-format
 
7080
msgid ""
 
7081
"Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 
7082
" >= original volume size."
 
7083
msgstr ""
 
7084
 
 
7085
#: cinder/volume/flows/create_volume.py:259
 
7086
#, python-format
 
7087
msgid "Volume size %(size)s must be an integer and greater than 0"
 
7088
msgstr ""
 
7089
 
 
7090
#: cinder/volume/flows/create_volume.py:301
 
7091
#, python-format
 
7092
msgid ""
 
7093
"Size of specified image %(image_size)s is larger than volume size "
 
7094
"%(volume_size)s."
 
7095
msgstr ""
 
7096
 
 
7097
#: cinder/volume/flows/create_volume.py:309
 
7098
#, python-format
 
7099
msgid ""
 
7100
"Image minDisk size %(min_disk)s is larger than the volume size "
 
7101
"%(volume_size)s."
 
7102
msgstr ""
 
7103
 
 
7104
#: cinder/volume/flows/create_volume.py:327
 
7105
#, python-format
 
7106
msgid "Metadata property key %s greater than 255 characters"
 
7107
msgstr ""
 
7108
 
 
7109
#: cinder/volume/flows/create_volume.py:332
 
7110
#, python-format
 
7111
msgid "Metadata property key %s value greater than 255 characters"
 
7112
msgstr ""
 
7113
 
 
7114
#: cinder/volume/flows/create_volume.py:365
 
7115
#, python-format
 
7116
msgid "Availability zone '%s' is invalid"
 
7117
msgstr ""
 
7118
 
 
7119
#: cinder/volume/flows/create_volume.py:378
 
7120
msgid "Volume must be in the same availability zone as the snapshot"
 
7121
msgstr ""
 
7122
 
 
7123
#: cinder/volume/flows/create_volume.py:387
 
7124
msgid "Volume must be in the same availability zone as the source volume"
 
7125
msgstr ""
 
7126
 
 
7127
#: cinder/volume/flows/create_volume.py:426
 
7128
msgid "Volume type will be changed to be the same as the source volume."
 
7129
msgstr ""
 
7130
 
 
7131
#: cinder/volume/flows/create_volume.py:568
 
7132
#, python-format
 
7133
msgid "Failed destroying volume entry %s"
 
7134
msgstr ""
 
7135
 
 
7136
#: cinder/volume/flows/create_volume.py:645
 
7137
#, python-format
 
7138
msgid "Failed rolling back quota for %s reservations"
 
7139
msgstr ""
 
7140
 
 
7141
#: cinder/volume/flows/create_volume.py:783
 
7142
#: cinder/volume/flows/create_volume.py:919
 
7143
#, python-format
 
7144
msgid "Volume %s: create failed"
 
7145
msgstr ""
 
7146
 
 
7147
#: cinder/volume/flows/create_volume.py:787
 
7148
#: cinder/volume/flows/create_volume.py:936
 
7149
msgid "Unexpected build error:"
 
7150
msgstr ""
 
7151
 
 
7152
#: cinder/volume/flows/create_volume.py:859
 
7153
#, python-format
 
7154
msgid ""
 
7155
"Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 
7156
"%(reason)s"
 
7157
msgstr ""
 
7158
 
 
7159
#: cinder/volume/flows/create_volume.py:876
 
7160
#, python-format
 
7161
msgid "Volume %s: re-scheduled"
 
7162
msgstr ""
 
7163
 
 
7164
#: cinder/volume/flows/create_volume.py:893
 
7165
#, python-format
 
7166
msgid "Updating volume %(volume_id)s with %(update)s"
 
7167
msgstr ""
 
7168
 
 
7169
#: cinder/volume/flows/create_volume.py:898
 
7170
#, python-format
 
7171
msgid "Volume %s: resetting 'creating' status failed"
 
7172
msgstr ""
 
7173
 
 
7174
#: cinder/volume/flows/create_volume.py:915
 
7175
#, python-format
 
7176
msgid ""
 
7177
"Failing volume %s creation by altering volume status instead of "
 
7178
"rescheduling"
 
7179
msgstr ""
 
7180
 
 
7181
#: cinder/volume/flows/create_volume.py:930
 
7182
#, python-format
 
7183
msgid "Volume %s: rescheduling failed"
 
7184
msgstr ""
 
7185
 
 
7186
#: cinder/volume/flows/create_volume.py:975
 
7187
#: cinder/volume/flows/create_volume.py:1652
 
7188
#, python-format
 
7189
msgid "Failed notifying on %(topic)s payload %(payload)s"
 
7190
msgstr ""
 
7191
 
 
7192
#: cinder/volume/flows/create_volume.py:1003
 
7193
msgid "No volume_id provided to populate a request_spec from"
 
7194
msgstr ""
 
7195
 
 
7196
#: cinder/volume/flows/create_volume.py:1157
 
7197
#, python-format
 
7198
msgid ""
 
7199
"Failed notifying about the volume action %(event)s for volume "
 
7200
"%(volume_id)s"
 
7201
msgstr ""
 
7202
 
 
7203
#: cinder/volume/flows/create_volume.py:1193
 
7204
#, python-format
 
7205
msgid "Copying metadata from %(src_type)s %(src_id)s to %(vol_id)s"
 
7206
msgstr ""
 
7207
 
 
7208
#: cinder/volume/flows/create_volume.py:1195
 
7209
#, python-format
 
7210
msgid ""
 
7211
"Failed updating volume %(vol_id)s metadata using the provided "
 
7212
"%(src_type)s %(src_id)s metadata"
 
7213
msgstr ""
 
7214
 
 
7215
#: cinder/volume/flows/create_volume.py:1253
 
7216
#, python-format
 
7217
msgid ""
 
7218
"Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 
7219
" glance snapshot %(snapshot_ref_id)s volume reference"
 
7220
msgstr ""
 
7221
 
 
7222
#: cinder/volume/flows/create_volume.py:1266
 
7223
#, python-format
 
7224
msgid "Marking volume %s as bootable"
 
7225
msgstr ""
 
7226
 
 
7227
#: cinder/volume/flows/create_volume.py:1269
 
7228
#, python-format
 
7229
msgid "Failed updating volume %(volume_id)s bootable flag to true"
 
7230
msgstr ""
 
7231
 
 
7232
#: cinder/volume/flows/create_volume.py:1296
 
7233
#, python-format
 
7234
msgid ""
 
7235
"Attempting download of %(image_id)s (%(image_location)s) to volume "
 
7236
"%(volume_id)s"
 
7237
msgstr ""
 
7238
 
 
7239
#: cinder/volume/flows/create_volume.py:1303
 
7240
#: cinder/volume/flows/create_volume.py:1314
 
7241
#, python-format
 
7242
msgid ""
 
7243
"Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 
7244
"%(error)s"
 
7245
msgstr ""
 
7246
 
 
7247
#: cinder/volume/flows/create_volume.py:1309
 
7248
#, python-format
 
7249
msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 
7250
msgstr ""
 
7251
 
 
7252
#: cinder/volume/flows/create_volume.py:1320
 
7253
#, python-format
 
7254
msgid ""
 
7255
"Downloaded image %(image_id)s (%(image_location)s) to volume "
 
7256
"%(volume_id)s successfully"
 
7257
msgstr ""
 
7258
 
 
7259
#: cinder/volume/flows/create_volume.py:1357
 
7260
#, python-format
 
7261
msgid ""
 
7262
"Creating volume glance metadata for volume %(volume_id)s backed by image "
 
7263
"%(image_id)s with: %(vol_metadata)s"
 
7264
msgstr ""
 
7265
 
 
7266
#: cinder/volume/flows/create_volume.py:1371
 
7267
#, python-format
 
7268
msgid ""
 
7269
"Cloning %(volume_id)s from image %(image_id)s  at location "
 
7270
"%(image_location)s"
 
7271
msgstr ""
 
7272
 
 
7273
#: cinder/volume/flows/create_volume.py:1397
 
7274
#, python-format
 
7275
msgid "Failed updating volume %(volume_id)s with %(updates)s"
 
7276
msgstr ""
 
7277
 
 
7278
#: cinder/volume/flows/create_volume.py:1422
 
7279
#, python-format
 
7280
msgid ""
 
7281
"Volume %(volume_id)s: being created using %(functor)s with specification:"
 
7282
" %(volume_spec)s"
 
7283
msgstr ""
 
7284
 
 
7285
#: cinder/volume/flows/create_volume.py:1445
 
7286
#, python-format
 
7287
msgid ""
 
7288
"Failed updating model of volume %(volume_id)s with creation provided "
 
7289
"model %(model)s"
 
7290
msgstr ""
 
7291
 
 
7292
#: cinder/volume/flows/create_volume.py:1453
 
7293
#, python-format
 
7294
msgid "Volume %s: creating export"
 
7295
msgstr ""
 
7296
 
 
7297
#: cinder/volume/flows/create_volume.py:1467
 
7298
#, python-format
 
7299
msgid ""
 
7300
"Failed updating model of volume %(volume_id)s with driver provided model "
 
7301
"%(model)s"
 
7302
msgstr ""
 
7303
 
 
7304
#: cinder/volume/flows/create_volume.py:1513
 
7305
#, python-format
 
7306
msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 
7307
msgstr ""
 
7308
 
 
7309
#: cinder/volume/flows/create_volume.py:1530
 
7310
#, python-format
 
7311
msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 
7312
msgstr ""
 
7313
 
 
7314
#: cinder/volume/flows/create_volume.py:1537
 
7315
#, python-format
 
7316
msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 
7317
msgstr ""
 
7318
 
 
7319
#: cinder/volume/flows/create_volume.py:1633
 
7320
#, python-format
 
7321
msgid "Failed to schedule_create_volume: %(cause)s"
 
7322
msgstr ""
 
7323
 
 
7324
#: cinder/volume/flows/create_volume.py:1708
 
7325
msgid "No request spec, will not reschedule"
 
7326
msgstr ""
 
7327
 
 
7328
#: cinder/volume/flows/create_volume.py:1711
 
7329
msgid "No retry filter property or associated retry info, will not reschedule"
 
7330
msgstr ""
 
7331
 
 
7332
#: cinder/volume/flows/create_volume.py:1732
 
7333
msgid "Retry info not present, will not reschedule"
 
7334
msgstr ""
 
7335
 
 
7336
#~ msgid "Error retrieving volume status: %s"
 
7337
#~ msgstr ""
 
7338
 
 
7339
#~ msgid "_update_volume_status: Could not get system name"
 
7340
#~ msgstr ""
 
7341
 
 
7342
#~ msgid "_update_volume_status: Could not get storage pool data"
 
7343
#~ msgstr ""
 
7344
 
 
7345
#~ msgid "Cannot find any Fibre Channel HBAs"
 
7346
#~ msgstr ""
 
7347
 
 
7348
#~ msgid "Volume status must be available or error"
 
7349
#~ msgstr "Lo stato del volume deve essere disponibile"
 
7350
 
 
7351
#~ msgid "No backend config with id %s"
 
7352
#~ msgstr ""
 
7353
 
 
7354
#~ msgid "No sm_flavor called %s"
 
7355
#~ msgstr ""
 
7356
 
 
7357
#~ msgid "No sm_volume with id %s"
 
7358
#~ msgstr ""
 
7359
 
 
7360
#~ msgid "Error: %s"
 
7361
#~ msgstr ""
 
7362
 
 
7363
#~ msgid "Unexpected state while cloning %s"
 
7364
#~ msgstr "Si e' verificato un errore inatteso durante l'esecuzione del comando."
 
7365
 
 
7366
#~ msgid "iSCSI device not found at %s"
 
7367
#~ msgstr ""
 
7368
 
 
7369
#~ msgid "Fibre Channel device not found."
 
7370
#~ msgstr ""
 
7371
 
 
7372
#~ msgid "Uncaught exception"
 
7373
#~ msgstr ""
 
7374
 
 
7375
#~ msgid "Out reactor registered"
 
7376
#~ msgstr ""
 
7377
 
 
7378
#~ msgid "CONSUMER GOT %s"
 
7379
#~ msgstr ""
 
7380
 
 
7381
#~ msgid "ROUTER RELAY-OUT SUCCEEDED %(data)s"
 
7382
#~ msgstr ""
 
7383
 
 
7384
#~ msgid "ROUTER RELAY-OUT QUEUED %(data)s"
 
7385
#~ msgstr ""
 
7386
 
 
7387
#~ msgid "Could not create IPC directory %s"
 
7388
#~ msgstr ""
 
7389
 
 
7390
#~ msgid "ROUTER RELAY-OUT %(data)s"
 
7391
#~ msgstr ""
 
7392
 
 
7393
#~ msgid "May specify only one of snapshot, imageRef or source volume"
 
7394
#~ msgstr ""
 
7395
 
 
7396
#~ msgid "Volume size cannot be lesser than the Snapshot size"
 
7397
#~ msgstr ""
 
7398
 
 
7399
#~ msgid "Unable to clone volumes that are in an error state"
 
7400
#~ msgstr ""
 
7401
 
 
7402
#~ msgid "Clones currently must be >= original volume size."
 
7403
#~ msgstr ""
 
7404
 
 
7405
#~ msgid "Volume size '%s' must be an integer and greater than 0"
 
7406
#~ msgstr ""
 
7407
 
 
7408
#~ msgid "Size of specified image is larger than volume size."
 
7409
#~ msgstr ""
 
7410
 
 
7411
#~ msgid "Image minDisk size is larger than the volume size."
 
7412
#~ msgstr ""
 
7413
 
 
7414
#~ msgid ""
 
7415
#~ msgstr ""
 
7416
 
 
7417
#~ msgid "Availability zone is invalid"
 
7418
#~ msgstr ""
 
7419
 
 
7420
#~ msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG"
 
7421
#~ msgstr ""
 
7422
 
 
7423
#~ msgid "volume %s: creating from snapshot"
 
7424
#~ msgstr "volume %s: creazione in corso per l'esportazione"
 
7425
 
 
7426
#~ msgid "volume %s: creating from existing volume"
 
7427
#~ msgstr "volume %s: creazione in corso per l'esportazione"
 
7428
 
 
7429
#~ msgid "volume %s: creating from image"
 
7430
#~ msgstr "volume %s: creazione in corso"
 
7431
 
 
7432
#~ msgid "volume %s: creating"
 
7433
#~ msgstr "volume %s: creazione in corso"
 
7434
 
 
7435
#~ msgid "Setting volume: %s status to error after failed image copy."
 
7436
#~ msgstr ""
 
7437
 
 
7438
#~ msgid "Unexpected Error: "
 
7439
#~ msgstr ""
 
7440
 
 
7441
#~ msgid "volume %s: creating export"
 
7442
#~ msgstr "volume %s: creazione in corso per l'esportazione"
 
7443
 
 
7444
#~ msgid "volume %s: create failed"
 
7445
#~ msgstr "volume %s: creazione in corso"
 
7446
 
 
7447
#~ msgid "volume %s: created successfully"
 
7448
#~ msgstr "volume %s: creato con successo"
 
7449
 
 
7450
#~ msgid "volume %s: Error trying to reschedule create"
 
7451
#~ msgstr ""
 
7452
 
 
7453
#~ msgid "volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d"
 
7454
#~ msgstr ""
 
7455
 
 
7456
#~ msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 
7457
#~ msgstr ""
 
7458
 
 
7459
#~ msgid "Downloaded image %(image_id)s to %(volume_id)s successfully."
 
7460
#~ msgstr ""
 
7461
 
 
7462
#~ msgid "Array Mismatch %(myid)s vs %(arid)s"
 
7463
#~ msgstr ""
 
7464
 
 
7465
#~ msgid "LUN %(lun)s of size %(size)s MB is created."
 
7466
#~ msgstr ""
 
7467
 
 
7468
#~ msgid "Array mismatch %(myid)s vs %(arid)s"
 
7469
#~ msgstr ""
 
7470
 
 
7471
#~ msgid "Failed to attach iser target for volume %(volume_id)s."
 
7472
#~ msgstr ""
 
7473
 
 
7474
#~ msgid "Fetching %s"
 
7475
#~ msgstr "Prelievo %s"
 
7476
 
 
7477
#~ msgid "Link Local address is not found.:%s"
 
7478
#~ msgstr ""
 
7479
 
 
7480
#~ msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s"
 
7481
#~ msgstr ""
 
7482
 
 
7483
#~ msgid "Started %(name)s on %(_host)s:%(_port)s"
 
7484
#~ msgstr ""
 
7485
 
 
7486
#~ msgid "Unable to find a Fibre Channel volume device"
 
7487
#~ msgstr ""
 
7488
 
 
7489
#~ msgid "Volume device not found at %s"
 
7490
#~ msgstr ""
 
7491
 
 
7492
#~ msgid "Unable to find Volume Group: %s"
 
7493
#~ msgstr "Impossibile smontare il volume %s"
 
7494
 
 
7495
#~ msgid "Failed to create Volume Group: %s"
 
7496
#~ msgstr "Impossibile localizzare il volume %s"
 
7497
 
 
7498
#~ msgid "snapshot %(snap_name)s: creating"
 
7499
#~ msgstr ""
 
7500
 
 
7501
#~ msgid "Running with CoraidDriver for ESM EtherCLoud"
 
7502
#~ msgstr ""
 
7503
 
 
7504
#~ msgid "Update session cookie %(session)s"
 
7505
#~ msgstr ""
 
7506
 
 
7507
#~ msgid "Message : %(message)s"
 
7508
#~ msgstr ""
 
7509
 
 
7510
#~ msgid "Error while trying to set group: %(message)s"
 
7511
#~ msgstr ""
 
7512
 
 
7513
#~ msgid "Unable to find group: %(group)s"
 
7514
#~ msgstr "Impossibile smontare il volume %s"
 
7515
 
 
7516
#~ msgid "ESM urlOpen error"
 
7517
#~ msgstr ""
 
7518
 
 
7519
#~ msgid "JSON Error"
 
7520
#~ msgstr ""
 
7521
 
 
7522
#~ msgid "Request without URL"
 
7523
#~ msgstr ""
 
7524
 
 
7525
#~ msgid "Configure data : %s"
 
7526
#~ msgstr ""
 
7527
 
 
7528
#~ msgid "Configure response : %s"
 
7529
#~ msgstr "risposta %s"
 
7530
 
 
7531
#~ msgid "Unable to retrive volume infos for volume %(volname)s"
 
7532
#~ msgstr ""
 
7533
 
 
7534
#~ msgid "Cannot login on Coraid ESM"
 
7535
#~ msgstr ""
 
7536
 
 
7537
#~ msgid "Fail to create volume %(volname)s"
 
7538
#~ msgstr "Impossibile localizzare il volume %s"
 
7539
 
 
7540
#~ msgid "Failed to delete volume %(volname)s"
 
7541
#~ msgstr "Impossibile localizzare il volume %s"
 
7542
 
 
7543
#~ msgid "Failed to Create Snapshot %(snapname)s"
 
7544
#~ msgstr "Impossibile riavviare l'istanza"
 
7545
 
 
7546
#~ msgid "Failed to Delete Snapshot %(snapname)s"
 
7547
#~ msgstr ""
 
7548
 
 
7549
#~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 
7550
#~ msgstr ""
 
7551
 
 
7552
#~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 
7553
#~ msgstr ""
 
7554
 
 
7555
#~ msgid "Expected image to be in raw format, but is %s"
 
7556
#~ msgstr ""
 
7557
 
 
7558
#~ msgid "volume group %s doesn't exist"
 
7559
#~ msgstr ""
 
7560
 
 
7561
#~ msgid "Error retrieving volume stats: %s"
 
7562
#~ msgstr ""
 
7563
 
 
7564
#~ msgid "_update_volume_stats: Could not get system name"
 
7565
#~ msgstr ""
 
7566
 
 
7567
#~ msgid "CPG (%s) must be in a domain"
 
7568
#~ msgstr ""
 
7569
 
 
7570
#~ msgid "Error populating default encryption types!"
 
7571
#~ msgstr ""
 
7572
 
 
7573
#~ msgid "Unexpected error while running command."
 
7574
#~ msgstr "Si e' verificato un errore inatteso durante l'esecuzione del comando."
 
7575
 
 
7576
#~ msgid ""
 
7577
#~ "%(description)s\n"
 
7578
#~ "Command: %(cmd)s\n"
 
7579
#~ "Exit code: %(exit_code)s\n"
 
7580
#~ "Stdout: %(stdout)r\n"
 
7581
#~ "Stderr: %(stderr)r"
 
7582
#~ msgstr ""
 
7583
#~ "%(description)s\n"
 
7584
#~ "Comando: %(cmd)s\n"
 
7585
#~ "Exit code: %(exit_code)s\n"
 
7586
#~ "Stdout: %(stdout)r\n"
 
7587
#~ "Stderr: %(stderr)r"
 
7588
 
 
7589
#~ msgid "Nexenta SA returned the error"
 
7590
#~ msgstr ""
 
7591
 
 
7592
#~ msgid "Ignored target group creation error \"%s\" while ensuring export"
 
7593
#~ msgstr ""
 
7594
 
 
7595
#~ msgid "Ignored target group member addition error \"%s\" while ensuring export"
 
7596
#~ msgstr ""
 
7597
 
 
7598
#~ msgid "Ignored LU creation error \"%s\" while ensuring export"
 
7599
#~ msgstr ""
 
7600
 
 
7601
#~ msgid "Ignored LUN mapping entry addition error \"%s\" while ensuring export"
 
7602
#~ msgstr ""
 
7603
 
 
7604
#~ msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 
7605
#~ msgstr ""
 
7606
 
 
7607
#~ msgid ""
 
7608
#~ "Failed updating volume %(volume_id)s metadata"
 
7609
#~ " using the provided glance snapshot "
 
7610
#~ "%(snapshot_id)s metadata"
 
7611
#~ msgstr ""
 
7612
 
 
7613
#~ msgid ""
 
7614
#~ "Copying metadata from source volume "
 
7615
#~ "%(source_volid)s to cloned volume "
 
7616
#~ "%(clone_vol_id)s"
 
7617
#~ msgstr ""
 
7618
 
 
7619
#~ msgid ""
 
7620
#~ "Failed updating cloned volume %(volume_id)s"
 
7621
#~ " metadata using the provided source "
 
7622
#~ "volumes %(source_volid)s metadata"
 
7623
#~ msgstr ""
 
7624
 
 
7625
#~ msgid ""
 
7626
#~ "Failed updating volume %(volume_id)s metadata"
 
7627
#~ " using the provided image metadata "
 
7628
#~ "%(image_meta)s from image %(image_id)s"
5998
7629
#~ msgstr ""
5999
7630