]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Imported Translations from Transifex
authorOpenStack Jenkins <jenkins@openstack.org>
Mon, 26 Aug 2013 06:17:09 +0000 (06:17 +0000)
committerOpenStack Jenkins <jenkins@openstack.org>
Mon, 26 Aug 2013 06:17:09 +0000 (06:17 +0000)
Change-Id: I2b2ca85c56e774d40437cca45b60103d6f840734

41 files changed:
cinder/locale/bg_BG/LC_MESSAGES/cinder.po
cinder/locale/bs/LC_MESSAGES/cinder.po
cinder/locale/ca/LC_MESSAGES/cinder.po
cinder/locale/cinder.pot
cinder/locale/cs/LC_MESSAGES/cinder.po
cinder/locale/da/LC_MESSAGES/cinder.po
cinder/locale/de/LC_MESSAGES/cinder.po
cinder/locale/en_AU/LC_MESSAGES/cinder.po
cinder/locale/en_GB/LC_MESSAGES/cinder.po
cinder/locale/en_US/LC_MESSAGES/cinder.po
cinder/locale/es/LC_MESSAGES/cinder.po
cinder/locale/fi_FI/LC_MESSAGES/cinder.po
cinder/locale/fr/LC_MESSAGES/cinder.po
cinder/locale/hr/LC_MESSAGES/cinder.po
cinder/locale/hu/LC_MESSAGES/cinder.po
cinder/locale/id/LC_MESSAGES/cinder.po
cinder/locale/it/LC_MESSAGES/cinder.po
cinder/locale/it_IT/LC_MESSAGES/cinder.po
cinder/locale/ja/LC_MESSAGES/cinder.po
cinder/locale/ka_GE/LC_MESSAGES/cinder.po
cinder/locale/ko/LC_MESSAGES/cinder.po
cinder/locale/ko_KR/LC_MESSAGES/cinder.po
cinder/locale/ms/LC_MESSAGES/cinder.po
cinder/locale/nb/LC_MESSAGES/cinder.po
cinder/locale/nl_NL/LC_MESSAGES/cinder.po
cinder/locale/pl_PL/LC_MESSAGES/cinder.po
cinder/locale/pt/LC_MESSAGES/cinder.po
cinder/locale/pt_BR/LC_MESSAGES/cinder.po
cinder/locale/ro/LC_MESSAGES/cinder.po
cinder/locale/ru/LC_MESSAGES/cinder.po
cinder/locale/ru_RU/LC_MESSAGES/cinder.po
cinder/locale/sl_SI/LC_MESSAGES/cinder.po
cinder/locale/sw_KE/LC_MESSAGES/cinder.po
cinder/locale/tl/LC_MESSAGES/cinder.po
cinder/locale/tr/LC_MESSAGES/cinder.po
cinder/locale/tr_TR/LC_MESSAGES/cinder.po
cinder/locale/uk/LC_MESSAGES/cinder.po
cinder/locale/vi_VN/LC_MESSAGES/cinder.po
cinder/locale/zh_CN/LC_MESSAGES/cinder.po
cinder/locale/zh_HK/LC_MESSAGES/cinder.po
cinder/locale/zh_TW/LC_MESSAGES/cinder.po

index 9df7dbf81147f57b90fae2d271c8109ef25f8dec..5485988cdd586d05d3953cf41b80be0d586a8de9 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-08 11:44+0000\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Bulgarian (Bulgaria) "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 9b68c795091f5f384b8f133f708444949adbc7e7..c1e17cfb33f3605ee35e936ec03982e651ab0085 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2012-01-19 20:22+0000\n"
 "Last-Translator: yazar  <zrncescientiae@gmail.com>\n"
 "Language-Team: Bosnian <bs@li.org>\n"
@@ -632,6 +632,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1093,6 +1137,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2479,27 +2540,27 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 #, fuzzy
 msgid "Volume must be available"
 msgstr "Status volumena mora biti omogućen"
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2528,7 +2589,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2584,33 +2645,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3288,7 +3361,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3305,28 +3378,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3436,17 +3509,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3454,7 +3527,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3462,12 +3535,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3535,7 +3608,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3549,14 +3622,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3609,7 +3682,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3650,7 +3723,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr "Status volumena mora biti omogućen"
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3763,7 +3836,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3809,7 +3882,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3818,209 +3891,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4135,7 +4247,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4609,37 +4721,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4647,155 +4766,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4804,37 +4923,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4842,13 +4961,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4857,8 +4976,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4867,7 +4986,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4876,33 +4995,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4910,161 +5029,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5073,7 +5191,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5081,7 +5199,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5089,7 +5207,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5098,7 +5216,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5107,7 +5225,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6825,306 +6943,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7344,12 +7462,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7368,3 +7480,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 67e6ef9237fde165fc2d291869faa411de13b3dd..c92452feb0294112cf33079e0d1ff76d0dd251fc 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-29 08:13+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Catalan "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 73d3e0800c461075a42530caa4fab0efb362a917..ac6eecece05c06dca5a485363796cad8da0c0bbb 100644 (file)
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: cinder jenkins.cinder.propose.translation.update.109\n"
+"Project-Id-Version: cinder jenkins.cinder.propose.translation.update.110\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -632,6 +632,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1093,6 +1137,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2475,26 +2536,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2523,7 +2584,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2579,33 +2640,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3283,7 +3356,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3300,28 +3373,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3431,17 +3504,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3449,7 +3522,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3457,12 +3530,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3530,7 +3603,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3544,14 +3617,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3604,7 +3677,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3643,7 +3716,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3755,7 +3828,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3801,7 +3874,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3810,209 +3883,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4127,7 +4239,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4601,37 +4713,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4639,155 +4758,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4796,37 +4915,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4834,13 +4953,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4849,8 +4968,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4859,7 +4978,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4868,33 +4987,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4902,161 +5021,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5065,7 +5183,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5073,7 +5191,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5081,7 +5199,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5090,7 +5208,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5099,7 +5217,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6817,306 +6935,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
index 0f9b328461dfa7774c53cbf1badcd687e5b99df9..a460bcd450275dff5bd4b1d0c86184c8001896dd 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2012-04-04 20:28+0000\n"
 "Last-Translator: Zbyněk Schwarz <Unknown>\n"
 "Language-Team: Czech <cs@li.org>\n"
@@ -648,6 +648,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr "Oznamování schopností plácinderčům ..."
@@ -1114,6 +1158,23 @@ msgstr "Describe-resource je funkce pouze pro správce"
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2505,27 +2566,27 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 #, fuzzy
 msgid "Volume must be available"
 msgstr "Obraz musí být dostupný"
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2554,7 +2615,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2610,33 +2671,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3320,7 +3393,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr "Nelze najít %s v požadavku."
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3337,28 +3410,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3468,17 +3541,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3486,7 +3559,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3494,12 +3567,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3568,7 +3641,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3582,14 +3655,14 @@ msgstr "Nelze získat metadata pro ip: %s"
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3642,7 +3715,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3682,7 +3755,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3795,7 +3868,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3841,7 +3914,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3850,209 +3923,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, fuzzy, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr "Připojit svazek %(volume_id)s k instanci %(instance_id)s na %(device)s"
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4167,7 +4279,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4644,37 +4756,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, fuzzy, python-format
 msgid "pool %s doesn't exist"
 msgstr "Instance neexistuje"
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4682,155 +4801,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, fuzzy, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr "Nastavování hostitele %(host)s na %(state)s."
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, fuzzy, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr "mazání svazku %(volume_name)s který má snímek"
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4839,37 +4958,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4877,13 +4996,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4892,8 +5011,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4902,7 +5021,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4911,33 +5030,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4945,161 +5064,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, fuzzy, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5113,7 +5231,7 @@ msgstr ""
 "Stdout: %(stdout)r\n"
 "Stderr: %(stderr)r"
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5121,7 +5239,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5129,7 +5247,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5138,7 +5256,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5147,7 +5265,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6872,306 +6990,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7391,12 +7509,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr "Vytvořit svazek ze snímku %s"
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7415,3 +7527,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 08468faf7e4dd1127a0195ff164735a2dc5632c2..db7833ba076d3346924d345b8f2d5306dd63dafb 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2011-01-15 21:46+0000\n"
 "Last-Translator: Soren Hansen <soren@linux2go.dk>\n"
 "Language-Team: Danish <da@li.org>\n"
@@ -632,6 +632,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1093,6 +1137,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2475,26 +2536,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2523,7 +2584,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2579,33 +2640,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3283,7 +3356,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3300,28 +3373,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3431,17 +3504,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3449,7 +3522,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3457,12 +3530,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3530,7 +3603,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3544,14 +3617,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3604,7 +3677,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3643,7 +3716,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3755,7 +3828,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3801,7 +3874,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3810,209 +3883,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr "bind %s: slettet"
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4127,7 +4239,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4601,37 +4713,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4639,155 +4758,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4796,37 +4915,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4834,13 +4953,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4849,8 +4968,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4859,7 +4978,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4868,33 +4987,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4902,161 +5021,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5065,7 +5183,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5073,7 +5191,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5081,7 +5199,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5090,7 +5208,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5099,7 +5217,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6817,306 +6935,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7336,12 +7454,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7360,3 +7472,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index abe5192430cb4cd61a25ec99613ad7376318864c..6554725cf224c7c3836ba101e65f6dd18faf3359 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2011-08-23 11:23+0000\n"
 "Last-Translator: Thierry Carrez <thierry.carrez+lp@gmail.com>\n"
 "Language-Team: German <de@li.org>\n"
@@ -637,6 +637,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1099,6 +1143,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2481,27 +2542,27 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 #, fuzzy
 msgid "Volume must be available"
 msgstr "Volume %s: wird erstellt"
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2530,7 +2591,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2586,33 +2647,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3290,7 +3363,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3307,28 +3380,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3438,17 +3511,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3456,7 +3529,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3464,12 +3537,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3537,7 +3610,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3551,14 +3624,14 @@ msgstr "Nicht möglich volume %s zufinden"
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3611,7 +3684,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3650,7 +3723,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3762,7 +3835,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3808,7 +3881,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3817,209 +3890,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr "Volume %s: wird entfernt"
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr "Volume %s: entferne Export"
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr "Volume %s: erfolgreich entfernt"
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4134,7 +4246,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4608,37 +4720,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4646,155 +4765,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4803,37 +4922,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4841,13 +4960,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4856,8 +4975,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4866,7 +4985,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4875,33 +4994,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4909,161 +5028,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, fuzzy, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5077,7 +5195,7 @@ msgstr ""
 "Stdout: %(stdout)r\n"
 "Stderr: %(stderr)r"
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5085,7 +5203,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5093,7 +5211,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5102,7 +5220,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5111,7 +5229,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6829,306 +6947,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7348,12 +7466,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7372,3 +7484,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 101d84141206ab1ef35877c37016eb08f998426e..15daa9d52a172b428971afdc45072c872234c36f 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2011-10-21 11:27+0000\n"
 "Last-Translator: Tom Fifield <Unknown>\n"
 "Language-Team: English (Australia) <en_AU@li.org>\n"
@@ -638,6 +638,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1100,6 +1144,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2488,27 +2549,27 @@ msgstr "Use of empty request context is deprecated"
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 #, fuzzy
 msgid "Volume must be available"
 msgstr "Volume must be available"
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2537,7 +2598,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2593,33 +2654,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3299,7 +3372,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3317,28 +3390,28 @@ msgstr "Must implement a fallback schedule"
 msgid "Must implement schedule_create_volume"
 msgstr "Must implement schedule_create_volume"
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3448,17 +3521,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3466,7 +3539,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3474,12 +3547,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3547,7 +3620,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3561,14 +3634,14 @@ msgstr "Failed to create transfer record for %s"
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3621,7 +3694,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3662,7 +3735,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr "Volume Snapshot status must be available or error"
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3775,7 +3848,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3821,7 +3894,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3830,210 +3903,249 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr "Re-exporting %s volumes"
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr "volume %s: skipping export"
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr "volume %s: deleting"
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 #, fuzzy
 msgid "volume is not local to this node"
 msgstr "Volume is not local to this node"
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr "volume %s: removing export"
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr "volume %s: deleted successfully"
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, fuzzy, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4148,7 +4260,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4626,37 +4738,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, fuzzy, python-format
 msgid "pool %s doesn't exist"
 msgstr "pool %s doesn't exist"
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4664,155 +4783,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, fuzzy, python-format
 msgid "volume %s mapping to multi host"
 msgstr "volume %s mapping to multi host"
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4821,37 +4940,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4859,13 +4978,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4874,8 +4993,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4884,7 +5003,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4893,33 +5012,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4927,161 +5046,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, fuzzy, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5095,7 +5213,7 @@ msgstr ""
 "Stdout: %(stdout)r\n"
 "Stderr: %(stderr)r"
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5103,7 +5221,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5111,7 +5229,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5120,7 +5238,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5129,7 +5247,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6848,306 +6966,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7367,12 +7485,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7391,3 +7503,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 6bb25f42da25f014a4b5b09a2e725ea8e9b99e7b..058176aacfe6d8c98d9e154f4f8130c7eba10b64 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2012-03-30 11:10+0000\n"
 "Last-Translator: Anthony Harrington <untaintableangel@hotmail.co.uk>\n"
 "Language-Team: English (United Kingdom) <en_GB@li.org>\n"
@@ -642,6 +642,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1105,6 +1149,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2492,27 +2553,27 @@ msgstr "Use of empty request context is deprecated"
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 #, fuzzy
 msgid "Volume must be available"
 msgstr "Volume must be available"
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2541,7 +2602,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2597,33 +2658,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3304,7 +3377,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3321,28 +3394,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3452,17 +3525,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3470,7 +3543,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3478,12 +3551,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3552,7 +3625,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3566,14 +3639,14 @@ msgstr "Failed to create transfer record for %s"
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3626,7 +3699,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3667,7 +3740,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr "Volume Snapshot status must be available or error"
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3780,7 +3853,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3826,7 +3899,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3835,210 +3908,249 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr "Re-exporting %s volumes"
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr "volume %s: skipping export"
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr "volume %s: deleting"
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 #, fuzzy
 msgid "volume is not local to this node"
 msgstr "Volume is not local to this node"
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr "volume %s: removing export"
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr "volume %s: deleted successfully"
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4153,7 +4265,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4629,37 +4741,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4667,155 +4786,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, fuzzy, python-format
 msgid "volume %s mapping to multi host"
 msgstr "volume %s mapping to multi host"
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4824,37 +4943,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4862,13 +4981,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4877,8 +4996,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4887,7 +5006,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4896,33 +5015,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4930,161 +5049,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, fuzzy, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5098,7 +5216,7 @@ msgstr ""
 "Stdout: %(stdout)r\n"
 "Stderr: %(stderr)r"
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5106,7 +5224,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5114,7 +5232,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5123,7 +5241,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5132,7 +5250,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6850,306 +6968,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7369,12 +7487,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7393,3 +7505,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index d6583804b5885c127a81c87c6a8674ff59258cbc..2e8c95039277102916c11d95cb8264c9e328cc67 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-08 11:44+0000\n"
 "Last-Translator: markmc <markmc@redhat.com>\n"
 "Language-Team: en_US <LL@li.org>\n"
@@ -644,6 +644,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr "Notifying Schedulers of capabilities ..."
@@ -1109,6 +1153,23 @@ msgstr "Describe-resource is admin only functionality"
 msgid "Host not found"
 msgstr "Host not found"
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr "Quota limit must be -1 or greater."
@@ -2541,27 +2602,27 @@ msgstr "Use of empty request context is deprecated"
 msgid "Unrecognized read_deleted value '%s'"
 msgstr "Unrecognized read_deleted value '%s'"
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 #, fuzzy
 msgid "Volume must be available"
 msgstr "Volume must be available"
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2590,7 +2651,7 @@ msgstr "Downgrade from initial Cinder install is unsupported."
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr "Table |%s| not created!"
@@ -2648,33 +2709,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, fuzzy, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3373,7 +3446,7 @@ msgstr "Is the appropriate service running?"
 msgid "Could not find another host"
 msgstr "Could not find another host"
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3390,11 +3463,11 @@ msgstr "Must implement a fallback schedule"
 msgid "Must implement schedule_create_volume"
 msgstr "Must implement schedule_create_volume"
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr "Invalid value for 'scheduler_max_attempts', must be >=1"
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
@@ -3403,17 +3476,17 @@ msgstr ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3527,17 +3600,17 @@ msgstr ""
 "The following migrations are missing a downgrade:\n"
 "\t%s"
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr "unrecognized argument %s"
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr "Run CLI command: %s"
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3548,7 +3621,7 @@ msgstr ""
 " stdout: %(stdout)s\n"
 " stderr: %(stderr)s"
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3559,12 +3632,12 @@ msgstr ""
 " stdout: %(out)s\n"
 " stderr: %(err)s"
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr "Given data: %s"
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr "Result data: %s"
@@ -3636,7 +3709,7 @@ msgid "Volume in unexpected state"
 msgstr "Volume in unexpected state"
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr "status must be available"
 
@@ -3650,7 +3723,7 @@ msgstr "Failed to create transfer record for %s"
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
@@ -3659,7 +3732,7 @@ msgstr ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3714,7 +3787,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr "Volume still has %d dependent snapshots"
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr "Searching by: %s"
@@ -3757,7 +3830,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr "Volume Snapshot status must be available or error"
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr "Metadata property key blank"
 
@@ -3869,7 +3942,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3915,7 +3988,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr "Updating volume status"
@@ -3924,209 +3997,248 @@ msgstr "Updating volume status"
 msgid "Driver must implement initialize_connection"
 msgstr "Driver must implement initialize_connection"
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr "Driver path %s is deprecated, update your configuration to the new path."
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr "Re-exporting %s volumes"
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr "volume %s stuck in a downloading state"
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr "volume %s: skipping export"
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr "Resuming any in progress delete operations"
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr "Resuming delete on volume: %s"
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr "volume %s: deleting"
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr "volume is not local to this node"
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr "volume %s: removing export"
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr "Failed to update usages deleting volume"
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr "volume %s: deleted successfully"
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr "snapshot %s: creating"
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr "snapshot %s: created successfully"
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr "snapshot %s: deleting"
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr "Failed to update usages deleting snapshot"
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr "snapshot %s: deleted successfully"
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr "being attached by another instance"
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr "Clear capabilities"
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr "Notification {%s} received"
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr "DB error: %s"
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr "id cannot be None"
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr "name cannot be None"
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4245,7 +4357,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4720,37 +4832,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr "WWPN on node %(node)s: %(wwpn)s"
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr "enter: do_setup"
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr "pool %s doesn't exist"
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr "Failed to get license information."
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr "do_setup: No configured nodes"
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr "leave: do_setup"
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr "enter: check_for_setup_error"
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4758,7 +4877,7 @@ msgstr "enter: check_for_setup_error"
 msgid "%s is not set"
 msgstr "%s is not set"
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
@@ -4766,7 +4885,7 @@ msgstr ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
@@ -4775,21 +4894,21 @@ msgstr ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr "leave: check_for_setup_error"
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr "ensure_export: Volume %s not found on storage"
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr "enter: _get_chap_secret_for_host: host name %s"
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
@@ -4798,51 +4917,51 @@ msgstr ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr "_create_host: Cannot clean host name. Host name is not unicode or string"
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr "enter: _get_host_from_connector: prefix %s"
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr "leave: _get_host_from_connector: host %s"
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr "enter: _create_host: host %s"
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr "_create_host: No connector ports"
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr "leave: _create_host: host %(host)s - %(host_name)s"
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, fuzzy, python-format
 msgid "volume %s mapping to multi host"
 msgstr "volume %s mapping to multi host"
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
@@ -4851,45 +4970,45 @@ msgstr ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr "enter: _delete_host: host %s "
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr "leave: _delete_host: host %s "
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr "_create_host failed to return the host name."
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr "initialize_connection: Failed to get attributes for volume %s"
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr "Did not find expected column name in lsvdisk: %s"
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr "initialize_connection: Missing volume attribute for volume %s"
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
@@ -4898,18 +5017,18 @@ msgstr ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr "initialize_connection: Did not find a preferred node for volume %s"
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
@@ -4918,7 +5037,7 @@ msgstr ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4931,16 +5050,16 @@ msgstr ""
 " connector %(conn)s\n"
 " properties: %(prop)s"
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr "_get_host_from_connector failed to return the host name for connector"
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
@@ -4949,21 +5068,21 @@ msgstr ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr "enter: _create_vdisk: vdisk %s "
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4974,13 +5093,13 @@ msgstr ""
 " stdout: %(out)s\n"
 " stderr: %(err)s"
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr "leave: _create_vdisk: volume %s "
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4993,8 +5112,8 @@ msgstr ""
 " stdout: %(out)s\n"
 " stderr: %(err)s\n"
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -5007,7 +5126,7 @@ msgstr ""
 " stdout: %(out)s\n"
 " stderr: %(err)s\n"
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -5020,7 +5139,7 @@ msgstr ""
 "stdout: %(out)s\n"
 " stderr: %(err)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
@@ -5029,7 +5148,7 @@ msgstr ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
@@ -5038,7 +5157,7 @@ msgstr ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
@@ -5047,12 +5166,12 @@ msgstr ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr "_prepare_fc_map: %s"
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -5063,7 +5182,7 @@ msgstr ""
 "stdout: %(out)s\n"
 " stderr: %(err)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
@@ -5072,22 +5191,22 @@ msgstr ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr "_create_copy: Source vdisk %s does not exist"
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
@@ -5096,17 +5215,17 @@ msgstr ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr "enter: _get_flashcopy_mapping_attributes: mapping %s"
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
@@ -5115,71 +5234,71 @@ msgstr ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr "enter: _is_vdisk_defined: vdisk %s "
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr "enter: _delete_vdisk: vdisk %s"
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr "warning: Tried to delete vdisk %s but it does not exist."
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr "leave: _delete_vdisk: vdisk %s"
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr "create_volume_from_snapshot: Source and destination size differ."
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr "create_cloned_volume: Source and destination size differ."
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr "Could not get pool data from the storage"
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
@@ -5187,7 +5306,7 @@ msgstr ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
@@ -5195,7 +5314,7 @@ msgstr ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
@@ -5203,15 +5322,15 @@ msgstr ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr "System does not support compression"
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr "If compression is set to True, rsize must also be set (not equal to -1)"
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
@@ -5220,20 +5339,17 @@ msgstr ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr "enter: _execute_command_and_parse_attributes:  command %s"
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5246,7 +5362,7 @@ msgstr ""
 " stdout: %(out)s\n"
 " stderr: %(err)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5257,7 +5373,7 @@ msgstr ""
 "command: %(cmd)s\n"
 "attributes: %(attr)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5268,7 +5384,7 @@ msgstr ""
 " Headers: %(header)s\n"
 " Values: %(row)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5281,7 +5397,7 @@ msgstr ""
 "stdout: %(out)s\n"
 "stderr: %(err)s\n"
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5294,7 +5410,7 @@ msgstr ""
 " stdout: %(out)s\n"
 " stderr: %(err)s"
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr "Did not find expected column in %(fun)s: %(hdr)s"
@@ -7202,306 +7318,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr "No request spec, will not reschedule"
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr "Retry info not present, will not reschedule"
 
@@ -7721,15 +7837,6 @@ msgstr "Retry info not present, will not reschedule"
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr "Failed to Create Volume from Snapshot %(snapname)s"
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7748,3 +7855,15 @@ msgstr "Retry info not present, will not reschedule"
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+
index 8066cdbe0e568b608b7b967fd6523c11a5b3af11..3167d77a6437c76f727aa0540ee6504baf8b2e2e 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2012-03-10 06:08+0000\n"
 "Last-Translator: Oscar Rosario <oscar.inirio@gmail.com>\n"
 "Language-Team: Spanish <es@li.org>\n"
@@ -644,6 +644,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1107,6 +1151,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2495,27 +2556,27 @@ msgstr "El uso de una petición de contexto vacía está en desuso"
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 #, fuzzy
 msgid "Volume must be available"
 msgstr "El estado del volumen debe estar disponible"
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2544,7 +2605,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2600,33 +2661,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3308,7 +3381,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3326,28 +3399,28 @@ msgstr "Debe de implementar un horario de reserva"
 msgid "Must implement schedule_create_volume"
 msgstr "Debe de implementar un horario de reserva"
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3457,17 +3530,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3475,7 +3548,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3483,12 +3556,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3557,7 +3630,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3571,14 +3644,14 @@ msgstr "Fallo al generar metadatos para la ip %s"
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3631,7 +3704,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3672,7 +3745,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr "El estado del volumen debe estar disponible"
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3785,7 +3858,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3831,7 +3904,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3840,210 +3913,249 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr "Exportando de nuevo los volumenes %s"
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr "volume %s: saltando exportación"
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr "volumen %s: eliminando"
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 #, fuzzy
 msgid "volume is not local to this node"
 msgstr "Volumen no local a este nodo"
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr "volumen %s: eliminando exportación"
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr "volumen %s: eliminado satisfactoriamente"
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4158,7 +4270,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4636,37 +4748,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, fuzzy, python-format
 msgid "pool %s doesn't exist"
 msgstr "el grupo de volumenes %s no existe"
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4674,155 +4793,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, fuzzy, python-format
 msgid "volume %s mapping to multi host"
 msgstr "volume %s: saltando exportación"
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4831,37 +4950,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4869,13 +4988,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4884,8 +5003,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4894,7 +5013,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4903,33 +5022,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4937,161 +5056,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, fuzzy, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5105,7 +5223,7 @@ msgstr ""
 "Stdout: %(stdout)r\n"
 "Stderr: %(stderr)r"
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5113,7 +5231,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5121,7 +5239,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5130,7 +5248,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5139,7 +5257,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6858,306 +6976,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7377,12 +7495,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7401,3 +7513,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 4e2af7619faa8f6e81b7bb1d306bcc589f6bf381..379e606249204b45defe650f1d9d199de4c24131 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-08 11:44+0000\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Finnish (Finland) "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index d4efbea6f09ede1bc361270cf4e9b92d969699f7..15a1cdcf2adc25e9c48945f76fb06d28470f6ef1 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2012-04-06 14:54+0000\n"
 "Last-Translator: EmmanuelLeNormand <manu@ubuntu-fr.org>\n"
 "Language-Team: French <fr@li.org>\n"
@@ -644,6 +644,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1107,6 +1151,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2495,27 +2556,27 @@ msgstr "L'utilisation d'une requête de contexte vide est dévalué"
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 #, fuzzy
 msgid "Volume must be available"
 msgstr "Le status du volume doit être disponible"
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2544,7 +2605,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2600,33 +2661,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3308,7 +3381,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3326,28 +3399,28 @@ msgstr "Doit mettre en oeuvre un calendrier de retrait"
 msgid "Must implement schedule_create_volume"
 msgstr "Doit mettre en oeuvre un calendrier de retrait"
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3457,17 +3530,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3475,7 +3548,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3483,12 +3556,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3557,7 +3630,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3571,14 +3644,14 @@ msgstr "Impossible de récupérer les méta-donnérs pour l'IP : %s"
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3631,7 +3704,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3672,7 +3745,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr "Le status du volume doit être disponible"
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3785,7 +3858,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3831,7 +3904,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3840,212 +3913,251 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr "Ré-exportation de %s volumes"
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr "volume %s : exportation évitée"
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr "volume %s: suppression"
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 #, fuzzy
 msgid "volume is not local to this node"
 msgstr "Le volume n'est pas local à ce noeud"
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr "volume %s: suppression de l'exportation"
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr "volume %s: supprimé avec succès"
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, fuzzy, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 "Montage du volume %(volume_id)s sur l'instance %(instance_id)s en tant "
 "que %(device)s"
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4160,7 +4272,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4638,37 +4750,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, fuzzy, python-format
 msgid "pool %s doesn't exist"
 msgstr "Le groupe de volume %s n'existe pas"
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4676,155 +4795,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, fuzzy, python-format
 msgid "volume %s mapping to multi host"
 msgstr "volume %s : exportation évitée"
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4833,37 +4952,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4871,13 +4990,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4886,8 +5005,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4896,7 +5015,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4905,33 +5024,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4939,161 +5058,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, fuzzy, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5107,7 +5225,7 @@ msgstr ""
 "Sortie standard : %(stdout)r\n"
 "Sortie d'erreur : %(stderr)r"
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5115,7 +5233,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5123,7 +5241,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5132,7 +5250,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5141,7 +5259,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6864,306 +6982,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7383,12 +7501,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7407,3 +7519,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 3f8bc79dbb2bbf0d121b9ed3220a7723f55c08ed..d31d5b1705b15694471848ccfd3be2e78918050a 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-29 08:13+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Croatian "
@@ -634,6 +634,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1095,6 +1139,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2477,26 +2538,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2525,7 +2586,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2581,33 +2642,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3285,7 +3358,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3302,28 +3375,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3433,17 +3506,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3451,7 +3524,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3459,12 +3532,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3532,7 +3605,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3546,14 +3619,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3606,7 +3679,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3645,7 +3718,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3757,7 +3830,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3803,7 +3876,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3812,209 +3885,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4129,7 +4241,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4603,37 +4715,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4641,155 +4760,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4798,37 +4917,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4836,13 +4955,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4851,8 +4970,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4861,7 +4980,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4870,33 +4989,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4904,161 +5023,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5067,7 +5185,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5075,7 +5193,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5083,7 +5201,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5092,7 +5210,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5101,7 +5219,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6819,306 +6937,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7338,12 +7456,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7362,3 +7474,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 1ed8c175242ea902438ca45203df2e02eedb6662..99d1e837ce373a33c337fc70802d2f9a4f4a42db 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-29 08:13+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Hungarian "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index db2680b484d0f48e4366227c309ac3994234ca2a..011ea2dd26901d16f21fedd8f45e5a2bfe9cccad 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-29 08:13+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Indonesian "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index e78e914d639aba0c2a5882bf7c910df8ef4fd8d3..e813d247bd0b14770040b2ef8ca1ad3651835a92 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2012-04-01 18:59+0000\n"
 "Last-Translator: simone.sandri <lexluxsox@hotmail.it>\n"
 "Language-Team: Italian <it@li.org>\n"
@@ -641,6 +641,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1104,6 +1148,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2491,27 +2552,27 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 #, fuzzy
 msgid "Volume must be available"
 msgstr "Lo stato del volume deve essere disponibile"
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2540,7 +2601,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2596,33 +2657,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3302,7 +3375,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3319,28 +3392,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3450,17 +3523,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3468,7 +3541,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3476,12 +3549,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3550,7 +3623,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3564,14 +3637,14 @@ msgstr "Impossibile localizzare il volume %s"
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3624,7 +3697,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3665,7 +3738,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr "Lo stato del volume deve essere disponibile"
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3778,7 +3851,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3824,7 +3897,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3833,210 +3906,249 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr "volume %s: rimuovendo"
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 #, fuzzy
 msgid "volume is not local to this node"
 msgstr "Volume ancora collegato"
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr "volume %s: rimosso con successo"
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4151,7 +4263,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4627,37 +4739,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4665,155 +4784,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4822,37 +4941,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4860,13 +4979,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4875,8 +4994,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4885,7 +5004,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4894,33 +5013,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4928,161 +5047,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, fuzzy, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5096,7 +5214,7 @@ msgstr ""
 "Stdout: %(stdout)r\n"
 "Stderr: %(stderr)r"
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5104,7 +5222,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5112,7 +5230,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5121,7 +5239,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5130,7 +5248,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6849,306 +6967,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7368,12 +7486,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7392,3 +7504,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 551e6aab6485f7c9db60b286c144ebd14cf0b4b0..6a0511d24b7166d81a5634a0217a83c4b1bf65df 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-29 08:13+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Italian (Italy) "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index e5d9f4721e1f001aebe3b94c840d28b0291a8d10..601f789f3e211259a1ddff070fef5e30655e4ca2 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2011-08-23 11:22+0000\n"
 "Last-Translator: Thierry Carrez <thierry.carrez+lp@gmail.com>\n"
 "Language-Team: \n"
@@ -638,6 +638,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1101,6 +1145,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2489,27 +2550,27 @@ msgstr "Request context を空とすることは非推奨です。"
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 #, fuzzy
 msgid "Volume must be available"
 msgstr "ボリュームのステータス(status)は available でなければなりません。"
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2538,7 +2599,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2594,33 +2655,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3300,7 +3373,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3318,28 +3391,28 @@ msgstr "予備の(fallback)スケジューラを実装する必要がありま
 msgid "Must implement schedule_create_volume"
 msgstr "予備の(fallback)スケジューラを実装する必要があります。"
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3449,17 +3522,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3467,7 +3540,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3475,12 +3548,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3548,7 +3621,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3562,14 +3635,14 @@ msgstr "ip %s に対するメタデータの取得に失敗しました。"
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3622,7 +3695,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3663,7 +3736,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr "ボリュームのステータス(status)は available でなければなりません。"
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3776,7 +3849,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3822,7 +3895,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3831,210 +3904,249 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr "%s 個のボリュームを再エクスポートします。"
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr "ボリューム %s のエキスポートをスキップします。"
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr "ボリューム %s を削除します。"
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 #, fuzzy
 msgid "volume is not local to this node"
 msgstr "ボリュームはこのノードのローカルではありません。"
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr "ボリューム %s のエクスポートを解除します。"
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr "ボリューム %s の削除に成功しました。"
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, fuzzy, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr "ボリューム %(volume_id)s をインスタンス %(instance_id)s のデバイス %(device)s に接続"
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4149,7 +4261,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4627,37 +4739,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, fuzzy, python-format
 msgid "pool %s doesn't exist"
 msgstr "ボリュームグループ%sが存在しません。"
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4665,155 +4784,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, fuzzy, python-format
 msgid "volume %s mapping to multi host"
 msgstr "ボリューム %s のエキスポートをスキップします。"
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4822,37 +4941,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4860,13 +4979,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4875,8 +4994,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4885,7 +5004,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4894,33 +5013,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4928,161 +5047,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, fuzzy, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5096,7 +5214,7 @@ msgstr ""
 "標準出力: %(stdout)r\n"
 "標準エラー出力: %(stderr)r"
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5104,7 +5222,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5112,7 +5230,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5121,7 +5239,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5130,7 +5248,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6849,306 +6967,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7368,12 +7486,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7392,3 +7504,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 5bc07ee9a8324cd6e5b9803bac8e706aa2746f0b..0e7518f2448b987f115626077b15ca16c56b8766 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-29 08:13+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Georgian (Georgia) "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index e31f74812f0b93e59df40b7e41aa13386b1afff4..7d7fa322a8ad92b84fa977038c8c736a4e7d336a 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2011-12-16 04:42+0000\n"
 "Last-Translator: Zhongyue Luo <lzyeval@gmail.com>\n"
 "Language-Team: Korean <ko@li.org>\n"
@@ -637,6 +637,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1098,6 +1142,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2485,27 +2546,27 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 #, fuzzy
 msgid "Volume must be available"
 msgstr "볼륨의 상태를 알 수 없습니다"
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2534,7 +2595,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2590,33 +2651,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3294,7 +3367,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3311,28 +3384,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3442,17 +3515,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3460,7 +3533,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3468,12 +3541,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3541,7 +3614,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3555,14 +3628,14 @@ msgstr "%s 볼륨을 찾을수 없습니다"
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3615,7 +3688,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3656,7 +3729,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr "볼륨의 상태를 알 수 없습니다"
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3769,7 +3842,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3815,7 +3888,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3824,209 +3897,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4141,7 +4253,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4616,37 +4728,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4654,155 +4773,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4811,37 +4930,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4849,13 +4968,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4864,8 +4983,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4874,7 +4993,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4883,33 +5002,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4917,161 +5036,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, fuzzy, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5085,7 +5203,7 @@ msgstr ""
 "Stdout: %(stdout)r\n"
 "Stderr: %(stderr)r"
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5093,7 +5211,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5101,7 +5219,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5110,7 +5228,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5119,7 +5237,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6837,306 +6955,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7356,12 +7474,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7380,3 +7492,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 53995eb3f57413fff3a59f15806a7fd77ab2e626..2cc67f9113de9eceb4ca67997f55b459cf5c696a 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-08 11:44+0000\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Korean (Korea) "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 26c38910712e099f54c949787171e00174d26e59..732ddd43db465ea08bf881830ed0a6d9550ee3a9 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-29 08:13+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Malay "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index fb6ca9516ceb155027fc9c1ed36918eedbadd461..94236fefedcf840122741d577bdcf451a7ca89e6 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-29 08:13+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Norwegian Bokmål "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 4d3c87f2c3f23dff7317d67e2ea63cd19f15a2cc..aed37c7739f48aa2c13870772df7d557a294e4a9 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-29 08:13+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Dutch (Netherlands) "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 45ffbd87b8c9f49df77a4350b5745257ffb87d41..f71886a89c4bb87296e3c57096e5c1d96d57d084 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-07-01 16:14+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Polish (Poland) "
@@ -634,6 +634,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1095,6 +1139,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2477,26 +2538,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2525,7 +2586,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2581,33 +2642,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3285,7 +3358,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3302,28 +3375,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3433,17 +3506,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3451,7 +3524,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3459,12 +3532,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3532,7 +3605,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3546,14 +3619,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3606,7 +3679,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3645,7 +3718,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3757,7 +3830,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3803,7 +3876,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3812,209 +3885,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4129,7 +4241,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4603,37 +4715,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4641,155 +4760,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4798,37 +4917,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4836,13 +4955,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4851,8 +4970,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4861,7 +4980,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4870,33 +4989,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4904,161 +5023,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5067,7 +5185,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5075,7 +5193,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5083,7 +5201,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5092,7 +5210,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5101,7 +5219,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6819,306 +6937,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7338,12 +7456,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7362,3 +7474,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 6fc31226b371cef315084f29343dc06b8e54f8eb..5581283c40b1714579c6e723f81734157faaa0c2 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-29 08:13+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Portuguese "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 6a5b34df1368a09626590a6f26d9ad369a5e3b43..8ecfc72ee8a5dc8e88e481b2104edac76af78224 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2012-02-06 21:07+0000\n"
 "Last-Translator: Adriano Steffler <Unknown>\n"
 "Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
@@ -639,6 +639,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1102,6 +1146,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2489,27 +2550,27 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 #, fuzzy
 msgid "Volume must be available"
 msgstr "O status do volume parece estar disponível"
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2538,7 +2599,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2594,33 +2655,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3300,7 +3373,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3317,28 +3390,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3448,17 +3521,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3466,7 +3539,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3474,12 +3547,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3547,7 +3620,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3561,14 +3634,14 @@ msgstr "Falha ao obter metadados para o ip: %s"
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3621,7 +3694,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3662,7 +3735,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr "O status do volume parece estar disponível"
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3775,7 +3848,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3821,7 +3894,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3830,210 +3903,249 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr "Re-exportando %s volumes"
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr "volume %s: ignorando export"
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr "volume %s: removendo"
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 #, fuzzy
 msgid "volume is not local to this node"
 msgstr "O volume não pertence à este node"
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr "volume %s: removendo export"
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr "volume %s: remoção realizada com sucesso"
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4148,7 +4260,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4625,37 +4737,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4663,155 +4782,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, fuzzy, python-format
 msgid "volume %s mapping to multi host"
 msgstr "volume %s: ignorando export"
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4820,37 +4939,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4858,13 +4977,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4873,8 +4992,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4883,7 +5002,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4892,33 +5011,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4926,161 +5045,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, fuzzy, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5094,7 +5212,7 @@ msgstr ""
 "Saída padrão: %(stdout)r\n"
 "Erro: %(stderr)r"
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5102,7 +5220,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5110,7 +5228,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5119,7 +5237,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5128,7 +5246,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6847,306 +6965,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7296,9 +7414,6 @@ msgstr ""
 
 #~ msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s"
 #~ msgstr ""
-#~ "Não foi possível atribuir um IP "
-#~ "para o Link Local de %(interface)s "
-#~ ":%(ex)s"
 
 #~ msgid "Started %(name)s on %(_host)s:%(_port)s"
 #~ msgstr ""
@@ -7369,12 +7484,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7393,3 +7502,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 481f1bf22bcad7db4e3bdc5d63b2f8814a869fef..fb6a40beb1916da22eefa27d905167c7622f1d01 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-06-12 07:55+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Romanian "
@@ -634,6 +634,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1095,6 +1139,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2477,26 +2538,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2525,7 +2586,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2581,33 +2642,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3285,7 +3358,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3302,28 +3375,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3433,17 +3506,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3451,7 +3524,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3459,12 +3532,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3532,7 +3605,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3546,14 +3619,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3606,7 +3679,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3645,7 +3718,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3757,7 +3830,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3803,7 +3876,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3812,209 +3885,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4129,7 +4241,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4603,37 +4715,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4641,155 +4760,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4798,37 +4917,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4836,13 +4955,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4851,8 +4970,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4861,7 +4980,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4870,33 +4989,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4904,161 +5023,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5067,7 +5185,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5075,7 +5193,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5083,7 +5201,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5092,7 +5210,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5101,7 +5219,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6819,306 +6937,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7338,12 +7456,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7362,3 +7474,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 2aa249f9c9b018b13d95cac1d7f662f52d119c73..1c80e6bf6413e43e5b23686d1f55fb2afa8be861 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2012-03-25 09:34+0000\n"
 "Last-Translator: Eugene Marshal <Unknown>\n"
 "Language-Team: Russian <ru@li.org>\n"
@@ -648,6 +648,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1113,6 +1157,23 @@ msgstr ""
 msgid "Host not found"
 msgstr "Узел не найден"
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2507,27 +2568,27 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr "Нераспознанное значение read_deleted '%s'"
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 #, fuzzy
 msgid "Volume must be available"
 msgstr "Состояние тома должно быть доступно"
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2556,7 +2617,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr "Таблица |%s| не создана!"
@@ -2612,33 +2673,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3331,7 +3404,7 @@ msgstr "Выполняется ли соответствующая служба?
 msgid "Could not find another host"
 msgstr "Невозможно найти другой compute"
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3348,28 +3421,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3479,17 +3552,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, fuzzy, python-format
 msgid "unrecognized argument %s"
 msgstr "Нераспознанное значение read_deleted '%s'"
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, fuzzy, python-format
 msgid ""
 "CLI output:\n"
@@ -3497,7 +3570,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr "Ответ на имитацию команды в stdout='%(stdout)s' stderr='%(stderr)s'"
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3505,12 +3578,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr "Заданные данные: %s"
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr "Итоговые данные: %s"
@@ -3583,7 +3656,7 @@ msgid "Volume in unexpected state"
 msgstr "Непредвиденный код состояния"
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3597,14 +3670,14 @@ msgstr "Ошибка получения метаданных для ip: %s"
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, fuzzy, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr "Превышена квота для %(pid)s, попытка создания тома %(size)sG"
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, fuzzy, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3657,7 +3730,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr "Поиск по: %s"
@@ -3698,7 +3771,7 @@ msgstr "Превышена квота для %(pid)s, попытка выпол
 msgid "Volume Snapshot status must be available or error"
 msgstr "Состояние тома должно быть доступно"
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3812,7 +3885,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3858,7 +3931,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 #, fuzzy
 msgid "Updating volume status"
@@ -3868,211 +3941,250 @@ msgstr "Обновление состояния узла"
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr "Повторное экспортирование %s томов"
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr "том %s: пропуск экспортирования"
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr "том %s: удаление"
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 #, fuzzy
 msgid "volume is not local to this node"
 msgstr "Том до сих пор присоединён"
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr "том %s: удаление экспортирования"
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 #, fuzzy
 msgid "Failed to update usages deleting volume"
 msgstr "Ошибка обновления агента: %(resp)r"
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr "том %s: удаление завершено"
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr "снимок %s: создание"
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr "снимок %s: создание завершено"
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr "снимок %s: удаление"
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr "снимок %s: удаление выполнено"
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, fuzzy, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr "Подключить том %(volume_id)s для копии %(instance_id)s на %(device)s"
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr "Очистить возможности"
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr "Принято уведомление {%s}"
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr "Ошибка БД: %s"
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4187,7 +4299,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4666,37 +4778,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, fuzzy, python-format
 msgid "pool %s doesn't exist"
 msgstr "том группы %s не существует"
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4704,155 +4823,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, fuzzy, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr "Перевод узла %(host)s в %(state)s."
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, fuzzy, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr "удаление тома %(volume_name)s, который имеет снимок"
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, fuzzy, python-format
 msgid "volume %s mapping to multi host"
 msgstr "том %s: пропуск экспортирования"
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4861,37 +4980,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4899,13 +5018,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4914,8 +5033,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4924,7 +5043,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4933,33 +5052,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, fuzzy, python-format
 msgid "_prepare_fc_map: %s"
 msgstr "_создать: %s"
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4967,161 +5086,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, fuzzy, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5135,7 +5253,7 @@ msgstr ""
 "Stdout: %(stdout)r\n"
 "Stderr: %(stderr)r"
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5143,7 +5261,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5151,7 +5269,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5160,7 +5278,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5169,7 +5287,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6898,306 +7016,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7417,12 +7535,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr "Создать том из снимка %s"
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7441,3 +7553,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 57a056e83348c95b5f35777c445f022b5f418f85..b0697c6bb0dde5b683ffe0955c0383fbd9327ca5 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-29 08:13+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Russian (Russia) "
@@ -634,6 +634,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1095,6 +1139,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2477,26 +2538,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2525,7 +2586,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2581,33 +2642,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3285,7 +3358,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3302,28 +3375,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3433,17 +3506,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3451,7 +3524,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3459,12 +3532,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3532,7 +3605,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3546,14 +3619,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3606,7 +3679,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3645,7 +3718,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3757,7 +3830,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3803,7 +3876,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3812,209 +3885,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4129,7 +4241,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4603,37 +4715,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4641,155 +4760,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4798,37 +4917,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4836,13 +4955,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4851,8 +4970,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4861,7 +4980,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4870,33 +4989,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4904,161 +5023,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5067,7 +5185,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5075,7 +5193,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5083,7 +5201,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5092,7 +5210,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5101,7 +5219,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6819,306 +6937,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7338,12 +7456,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7362,3 +7474,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 3fa7689e331a8db7f99f534eb5e09e7222b9f1e3..da0d37d2ee41d1973b60a27593570c24a5669000 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-07-01 16:14+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Slovenian (Slovenia) "
@@ -634,6 +634,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1095,6 +1139,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2477,26 +2538,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2525,7 +2586,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2581,33 +2642,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3285,7 +3358,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3302,28 +3375,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3433,17 +3506,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3451,7 +3524,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3459,12 +3532,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3532,7 +3605,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3546,14 +3619,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3606,7 +3679,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3645,7 +3718,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3757,7 +3830,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3803,7 +3876,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3812,209 +3885,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4129,7 +4241,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4603,37 +4715,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4641,155 +4760,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4798,37 +4917,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4836,13 +4955,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4851,8 +4970,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4861,7 +4980,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4870,33 +4989,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4904,161 +5023,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5067,7 +5185,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5075,7 +5193,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5083,7 +5201,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5092,7 +5210,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5101,7 +5219,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6819,306 +6937,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7338,12 +7456,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7362,3 +7474,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index d04fd10c3f3f1473fbe9b825bd3678f4dfa7dc38..163a4a80fdfc62c5c64e1a0514a858e4a6c4db13 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-29 08:13+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Swahili (Kenya) "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index a97339091ce6aeecda1e3098c7497b90aa7e8320..cf61dee40eee6cd109500a1938266daf5c759391 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2011-08-23 11:21+0000\n"
 "Last-Translator: Thierry Carrez <thierry.carrez+lp@gmail.com>\n"
 "Language-Team: Tagalog <tl@li.org>\n"
@@ -632,6 +632,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1093,6 +1137,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2475,26 +2536,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2523,7 +2584,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2579,33 +2640,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3283,7 +3356,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3300,28 +3373,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3431,17 +3504,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3449,7 +3522,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3457,12 +3530,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3530,7 +3603,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3544,14 +3617,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3604,7 +3677,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3643,7 +3716,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3755,7 +3828,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3801,7 +3874,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3810,209 +3883,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4127,7 +4239,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4601,37 +4713,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4639,155 +4758,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4796,37 +4915,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4834,13 +4953,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4849,8 +4968,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4859,7 +4978,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4868,33 +4987,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4902,161 +5021,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5065,7 +5183,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5073,7 +5191,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5081,7 +5199,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5090,7 +5208,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5099,7 +5217,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 73d7b5870e91e7d3531b6871ca3efa5f25273df6..dd868f99c00693274637f6e535086c1a3df2cae7 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2011-12-14 18:10+0000\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Turkish <tr@li.org>\n"
@@ -632,6 +632,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1093,6 +1137,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2475,26 +2536,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2523,7 +2584,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2579,33 +2640,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3283,7 +3356,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3300,28 +3373,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3431,17 +3504,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3449,7 +3522,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3457,12 +3530,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3530,7 +3603,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3544,14 +3617,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3604,7 +3677,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3643,7 +3716,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3755,7 +3828,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3801,7 +3874,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3810,209 +3883,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4127,7 +4239,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4601,37 +4713,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4639,155 +4758,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4796,37 +4915,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4834,13 +4953,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4849,8 +4968,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4859,7 +4978,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4868,33 +4987,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4902,161 +5021,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5065,7 +5183,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5073,7 +5191,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5081,7 +5199,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5090,7 +5208,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5099,7 +5217,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6817,306 +6935,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7336,12 +7454,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7360,3 +7472,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 3c6df52ee3bb9952cbdb639b98a4b2b6b3162cf2..3050edca49ef05660f04653410c1475fe7fd716f 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-29 08:13+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Turkish (Turkey) "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 9688e74cae66f4287cfd089f7fe4630691e7f624..1a581e28df9fc96bb61fdf58c4568b9a903c0ee8 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2011-08-23 11:21+0000\n"
 "Last-Translator: Thierry Carrez <thierry.carrez+lp@gmail.com>\n"
 "Language-Team: Ukrainian <uk@li.org>\n"
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr "Створити розділ на %s ГБ"
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6819,306 +6937,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7338,12 +7456,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7362,3 +7474,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index a38065262847fd76bfa0ec3f61a285b30836f4a1..8bcc66957a67566c221ff3c30cc2c59fafc65d73 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-08 11:44+0000\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Vietnamese (Viet Nam) "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 93f2702465498756a299bb7a4f901ec9b7e5a08c..ed331d57faaf9edc52722fc56565e61fb9696fef 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2012-04-03 23:36+0000\n"
 "Last-Translator: cheesecake <Unknown>\n"
 "Language-Team: Chinese (Simplified) <zh_CN@li.org>\n"
@@ -643,6 +643,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr "向调度器通报能力。"
@@ -1108,6 +1152,23 @@ msgstr "Describe-resource是只有管理员才能执行的功能。"
 msgid "Host not found"
 msgstr "没有找到主机"
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2498,27 +2559,27 @@ msgstr "使用空的请求上下文是不推荐的"
 msgid "Unrecognized read_deleted value '%s'"
 msgstr "无法识别的 read_deleted 取值”%s“"
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 #, fuzzy
 msgid "Volume must be available"
 msgstr "必须可用"
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2547,7 +2608,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr "表 |%s| 没有创建"
@@ -2610,33 +2671,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3327,7 +3400,7 @@ msgstr "正确的服务在运行吗?"
 msgid "Could not find another host"
 msgstr "无法找到另一个计算节点"
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3345,28 +3418,28 @@ msgstr "必须实现一个回滚 schedule"
 msgid "Must implement schedule_create_volume"
 msgstr "必须实现一个回滚 schedule"
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3479,17 +3552,17 @@ msgstr ""
 "下面的迁移缺少了降级:\n"
 "\t%s"
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, fuzzy, python-format
 msgid "unrecognized argument %s"
 msgstr "无法识别的 read_deleted 取值”%s“"
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, fuzzy, python-format
 msgid ""
 "CLI output:\n"
@@ -3497,7 +3570,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr "伪命令的标准输出stdout='%(stdout)s' 标准错误输出 stderr='%(stderr)s'"
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3505,12 +3578,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr "给定数据:%s"
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr "结果数据:%s"
@@ -3583,7 +3656,7 @@ msgid "Volume in unexpected state"
 msgstr "意外的状态码"
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr "状态必须可用"
 
@@ -3597,14 +3670,14 @@ msgstr "为ip: %s获取元数据失败"
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, fuzzy, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr "%(pid)s 的配额超出,尝试创建 %(size)sG 的卷"
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, fuzzy, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3657,7 +3730,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr "搜索条件: %s"
@@ -3698,7 +3771,7 @@ msgstr "%(pid)s 已经超过配额,试图运行 %(min_count)s 个实例"
 msgid "Volume Snapshot status must be available or error"
 msgstr "卷组状态必须可获取"
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3814,7 +3887,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3860,7 +3933,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 #, fuzzy
 msgid "Updating volume status"
@@ -3870,211 +3943,250 @@ msgstr "更新主机状态"
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr "重新导出卷%s"
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr "卷 %s:跳过导出"
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, fuzzy, python-format
 msgid "Resuming delete on volume: %s"
 msgstr "正在删除volumeID:%s "
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr "卷%s:删除中"
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 #, fuzzy
 msgid "volume is not local to this node"
 msgstr "卷不属于这个节点"
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr "卷%s:正在移除导出"
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 #, fuzzy
 msgid "Failed to update usages deleting volume"
 msgstr "更新代理失败:%(resp)r"
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr "卷%s:删除成功"
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr "快照 %s:正在创建"
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr "快照 %s:创建成功"
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr "快照 %s:正在删除"
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr "快照 %s:删除成功"
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, fuzzy, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr "把卷 %(volume_id)s 附加到实例 %(instance_id)s 上位置在 %(device)s"
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr "清理能力"
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr "收到通知 {%s}"
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr "数据库错误:%s"
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr "id不能是None"
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr "name不能是None"
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4189,7 +4301,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4668,37 +4780,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, fuzzy, python-format
 msgid "pool %s doesn't exist"
 msgstr "卷组 %s 不存在"
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4706,155 +4825,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr "租户ID没有设"
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, fuzzy, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr "把主机 %(host)s 设置为 %(state)s。"
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, fuzzy, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr "正在删除有快照的卷  %(volume_name)s"
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, fuzzy, python-format
 msgid "volume %s mapping to multi host"
 msgstr "卷 %s:跳过导出"
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4863,37 +4982,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4901,13 +5020,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4916,8 +5035,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4926,7 +5045,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4935,33 +5054,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, fuzzy, python-format
 msgid "_prepare_fc_map: %s"
 msgstr "_create: %s"
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4969,161 +5088,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, fuzzy, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5137,7 +5255,7 @@ msgstr ""
 "标准输出:%(stdout)r\n"
 "标准错误输出:%(stderr)r"
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5145,7 +5263,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5153,7 +5271,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5162,7 +5280,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5171,7 +5289,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6900,306 +7018,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7419,12 +7537,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr "从快照 %s 创建卷"
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7443,3 +7555,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index ad9f410f6c13a5dd6bc35e74614104535a8d2c1b..f40263585dca1c4f32cbc1d833476c8709947442 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  Cinder\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2013-05-29 08:13+0000\n"
 "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 "Language-Team: Chinese (Hong Kong) "
@@ -633,6 +633,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1094,6 +1138,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2476,26 +2537,26 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 msgid "Volume must be available"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2524,7 +2585,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2580,33 +2641,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3284,7 +3357,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3301,28 +3374,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3432,17 +3505,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3450,7 +3523,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3458,12 +3531,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3531,7 +3604,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3545,14 +3618,14 @@ msgstr ""
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3605,7 +3678,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3644,7 +3717,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr ""
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3756,7 +3829,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3802,7 +3875,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3811,209 +3884,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4128,7 +4240,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4602,37 +4714,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4640,155 +4759,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4797,37 +4916,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4835,13 +4954,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4850,8 +4969,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4860,7 +4979,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4869,33 +4988,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4903,161 +5022,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5066,7 +5184,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5074,7 +5192,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5082,7 +5200,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5091,7 +5209,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5100,7 +5218,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6818,306 +6936,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7337,12 +7455,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7361,3 +7473,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+
index 762df0469468d59fe477e21e3866d4e917b33a43..06953123f393f4ce3e95d6c579df7dbbd10c7b34 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  cinder\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2013-08-25 06:10+0000\n"
+"POT-Creation-Date: 2013-08-26 06:16+0000\n"
 "PO-Revision-Date: 2012-03-07 02:00+0000\n"
 "Last-Translator: Charles Hsu <charles0126+openstack@gmail.com>\n"
 "Language-Team: Chinese (Traditional) <zh_TW@li.org>\n"
@@ -641,6 +641,50 @@ msgstr ""
 msgid "Coraid ESM not available with reason: %(reason)s."
 msgstr ""
 
+#: cinder/exception.py:663
+#, python-format
+msgid "QoS Specs %(specs_id)s already exists."
+msgstr ""
+
+#: cinder/exception.py:667
+#, python-format
+msgid "Failed to create qos_specs: %(name)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:672
+#, python-format
+msgid "Failed to update qos_specs: %(specs_id)s with specs %(qos_specs)s."
+msgstr ""
+
+#: cinder/exception.py:677
+#, python-format
+msgid "No such QoS spec %(specs_id)s."
+msgstr ""
+
+#: cinder/exception.py:681
+#, python-format
+msgid "Failed to associate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:686
+#, python-format
+msgid "Failed to disassociate qos_specs: %(specs_id)s with type %(type_id)s."
+msgstr ""
+
+#: cinder/exception.py:691
+#, python-format
+msgid "QoS spec %(specs_id)s has no spec with key %(specs_key)s."
+msgstr ""
+
+#: cinder/exception.py:696
+msgid "Invalid qos specs"
+msgstr ""
+
+#: cinder/exception.py:700
+#, python-format
+msgid "QoS Specs %(specs_id)s is still associated with entities."
+msgstr ""
+
 #: cinder/manager.py:135
 msgid "Notifying Schedulers of capabilities ..."
 msgstr ""
@@ -1102,6 +1146,23 @@ msgstr ""
 msgid "Host not found"
 msgstr ""
 
+#: cinder/api/contrib/qos_specs_manage.py:96
+msgid "Please specify a name for QoS specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:202
+msgid "Failed to disassociate qos specs."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:204
+msgid "Qos specs still in use."
+msgstr ""
+
+#: cinder/api/contrib/qos_specs_manage.py:246
+#: cinder/api/contrib/qos_specs_manage.py:290
+msgid "Volume Type id must not be None."
+msgstr ""
+
 #: cinder/api/contrib/quotas.py:63
 msgid "Quota limit must be -1 or greater."
 msgstr ""
@@ -2488,27 +2549,27 @@ msgstr ""
 msgid "Unrecognized read_deleted value '%s'"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:896
+#: cinder/db/sqlalchemy/api.py:895
 #, python-format
 msgid "Change will make usage less than 0 for the following resources: %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2083
+#: cinder/db/sqlalchemy/api.py:2426
 #, python-format
 msgid "No backup with id %s"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2169
+#: cinder/db/sqlalchemy/api.py:2512
 #, fuzzy
 msgid "Volume must be available"
 msgstr "Volume 狀態需要可被使用"
 
-#: cinder/db/sqlalchemy/api.py:2193
+#: cinder/db/sqlalchemy/api.py:2536
 #, python-format
 msgid "Volume in unexpected state %s, expected awaiting-transfer"
 msgstr ""
 
-#: cinder/db/sqlalchemy/api.py:2216
+#: cinder/db/sqlalchemy/api.py:2559
 #, python-format
 msgid ""
 "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state "
@@ -2537,7 +2598,7 @@ msgstr ""
 #: cinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.py:58
 #: cinder/db/sqlalchemy/migrate_repo/versions/009_add_snapshot_metadata_table.py:47
 #: cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py:49
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:131
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:83
 #, python-format
 msgid "Table |%s| not created!"
 msgstr ""
@@ -2593,33 +2654,45 @@ msgstr ""
 msgid "Exception while creating table %s."
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:72
-msgid "Error populating default encryption types!"
-msgstr ""
-
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:86
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:101
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:38
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:47
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:53
 #, python-format
 msgid "Column |%s| not created!"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:145
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:95
 msgid "encryption_key_id column not dropped from volumes"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:153
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:103
 msgid "encryption_key_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:158
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:108
 msgid "volume_type_id column not dropped from snapshots"
 msgstr ""
 
-#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:166
+#: cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py:116
 msgid "encryption table not dropped"
 msgstr ""
 
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:49
+msgid "Table quality_of_service_specs not created!"
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:60
+msgid "Added qos_specs_id column to volume type table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:75
+msgid "Dropping quality_of_service_specs table failed."
+msgstr ""
+
+#: cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py:83
+msgid "Dropping qos_specs_id column failed."
+msgstr ""
+
 #: cinder/image/glance.py:156 cinder/image/glance.py:165
 #, python-format
 msgid "Error contacting glance server '%(netloc)s' for '%(method)s', %(extra)s."
@@ -3298,7 +3371,7 @@ msgstr ""
 msgid "Could not find another host"
 msgstr ""
 
-#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:98
+#: cinder/scheduler/chance.py:98 cinder/scheduler/filter_scheduler.py:99
 #, python-format
 msgid "cannot place volume %(id)s on %(host)s"
 msgstr ""
@@ -3315,28 +3388,28 @@ msgstr ""
 msgid "Must implement schedule_create_volume"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:124
+#: cinder/scheduler/filter_scheduler.py:125
 msgid "Invalid value for 'scheduler_max_attempts', must be >=1"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:142
+#: cinder/scheduler/filter_scheduler.py:143
 #, python-format
 msgid ""
 "Error scheduling %(volume_id)s from last vol-service: %(last_host)s : "
 "%(exc)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:175
+#: cinder/scheduler/filter_scheduler.py:176
 #, python-format
 msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:227
+#: cinder/scheduler/filter_scheduler.py:228
 #, python-format
 msgid "Filtered %s"
 msgstr ""
 
-#: cinder/scheduler/filter_scheduler.py:240
+#: cinder/scheduler/filter_scheduler.py:241
 #, python-format
 msgid "Choosing %s"
 msgstr ""
@@ -3446,17 +3519,17 @@ msgid ""
 "\t%s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:244
+#: cinder/tests/test_storwize_svc.py:243
 #, python-format
 msgid "unrecognized argument %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1241
+#: cinder/tests/test_storwize_svc.py:1254
 #, python-format
 msgid "Run CLI command: %s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1244
+#: cinder/tests/test_storwize_svc.py:1257
 #, python-format
 msgid ""
 "CLI output:\n"
@@ -3464,7 +3537,7 @@ msgid ""
 " stderr: %(stderr)s"
 msgstr ""
 
-#: cinder/tests/test_storwize_svc.py:1249
+#: cinder/tests/test_storwize_svc.py:1262
 #, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -3472,12 +3545,12 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:59
+#: cinder/tests/test_volume_types.py:60
 #, python-format
 msgid "Given data: %s"
 msgstr ""
 
-#: cinder/tests/test_volume_types.py:60
+#: cinder/tests/test_volume_types.py:61
 #, python-format
 msgid "Result data: %s"
 msgstr ""
@@ -3546,7 +3619,7 @@ msgid "Volume in unexpected state"
 msgstr ""
 
 #: cinder/transfer/api.py:104 cinder/volume/api.py:368 cinder/volume/api.py:700
-#: cinder/volume/manager.py:386
+#: cinder/volume/manager.py:395
 msgid "status must be available"
 msgstr ""
 
@@ -3560,14 +3633,14 @@ msgstr "找不到Volume %s"
 msgid "Attempt to transfer %s with invalid auth key."
 msgstr ""
 
-#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:626
+#: cinder/transfer/api.py:158 cinder/volume/flows/create_volume.py:613
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG volume "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:635
+#: cinder/transfer/api.py:167 cinder/volume/flows/create_volume.py:622
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to create volume (%(d_consumed)d "
@@ -3620,7 +3693,7 @@ msgid "Volume still has %d dependent snapshots"
 msgstr ""
 
 #: cinder/volume/api.py:287 cinder/volume/api.py:351
-#: cinder/volume/volume_types.py:69
+#: cinder/volume/qos_specs.py:203 cinder/volume/volume_types.py:69
 #, python-format
 msgid "Searching by: %s"
 msgstr ""
@@ -3661,7 +3734,7 @@ msgstr ""
 msgid "Volume Snapshot status must be available or error"
 msgstr "Volume 狀態需要可被使用"
 
-#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:345
+#: cinder/volume/api.py:556 cinder/volume/flows/create_volume.py:323
 msgid "Metadata property key blank"
 msgstr ""
 
@@ -3774,7 +3847,7 @@ msgid "The volume driver requires the iSCSI initiator name in the connector."
 msgstr ""
 
 #: cinder/volume/driver.py:637 cinder/volume/drivers/lvm.py:675
-#: cinder/volume/drivers/storwize_svc.py:1373
+#: cinder/volume/drivers/storwize_svc.py:1404
 #: cinder/volume/drivers/emc/emc_smis_common.py:857
 #: cinder/volume/drivers/emc/emc_smis_iscsi.py:237
 #: cinder/volume/drivers/huawei/huawei_iscsi.py:1509
@@ -3820,7 +3893,7 @@ msgstr ""
 msgid "Found iSER node %(host_device)s (after %(tries)s rescans)."
 msgstr ""
 
-#: cinder/volume/driver.py:925 cinder/volume/manager.py:654
+#: cinder/volume/driver.py:925 cinder/volume/manager.py:677
 #: cinder/volume/drivers/lvm.py:333 cinder/volume/drivers/lvm.py:860
 msgid "Updating volume status"
 msgstr ""
@@ -3829,209 +3902,248 @@ msgstr ""
 msgid "Driver must implement initialize_connection"
 msgstr ""
 
-#: cinder/volume/manager.py:128
+#: cinder/volume/manager.py:129
 #, python-format
 msgid "Driver path %s is deprecated, update your configuration to the new path."
 msgstr ""
 
-#: cinder/volume/manager.py:147
+#: cinder/volume/manager.py:148
 #, python-format
 msgid "Starting volume driver %(driver_name)s (%(version)s)"
 msgstr ""
 
-#: cinder/volume/manager.py:154
+#: cinder/volume/manager.py:155
 #, python-format
 msgid "Re-exporting %s volumes"
 msgstr ""
 
-#: cinder/volume/manager.py:159
+#: cinder/volume/manager.py:160
 #, python-format
 msgid "volume %s stuck in a downloading state"
 msgstr ""
 
-#: cinder/volume/manager.py:164
+#: cinder/volume/manager.py:165
 #, python-format
 msgid "volume %s: skipping export"
 msgstr ""
 
-#: cinder/volume/manager.py:166
+#: cinder/volume/manager.py:167
 msgid "Resuming any in progress delete operations"
 msgstr ""
 
-#: cinder/volume/manager.py:169
+#: cinder/volume/manager.py:170
 #, python-format
 msgid "Resuming delete on volume: %s"
 msgstr ""
 
-#: cinder/volume/manager.py:194
+#: cinder/volume/manager.py:195
 msgid "Manager volume flow not retrieved"
 msgstr ""
 
-#: cinder/volume/manager.py:198
+#: cinder/volume/manager.py:199
 msgid "Failed to successfully complete manager volume workflow"
 msgstr ""
 
-#: cinder/volume/manager.py:214 cinder/volume/manager.py:227
+#: cinder/volume/manager.py:215 cinder/volume/manager.py:228
 #, python-format
 msgid "volume %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:220
+#: cinder/volume/manager.py:221
 msgid "volume is not local to this node"
 msgstr ""
 
-#: cinder/volume/manager.py:225
+#: cinder/volume/manager.py:226
 #, python-format
 msgid "volume %s: removing export"
 msgstr ""
 
-#: cinder/volume/manager.py:230
+#: cinder/volume/manager.py:231
 #, python-format
 msgid "Cannot delete volume %s: volume is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:258
+#: cinder/volume/manager.py:259
 msgid "Failed to update usages deleting volume"
 msgstr ""
 
-#: cinder/volume/manager.py:262
+#: cinder/volume/manager.py:264
+#, python-format
+msgid "volume %s: glance metadata deleted"
+msgstr ""
+
+#: cinder/volume/manager.py:267
+#, python-format
+msgid "no glance metadata found for volume %s"
+msgstr ""
+
+#: cinder/volume/manager.py:271
 #, python-format
 msgid "volume %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:277
+#: cinder/volume/manager.py:286
 #, python-format
 msgid "snapshot %s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:282
+#: cinder/volume/manager.py:291
 #, python-format
 msgid "snapshot %(snap_id)s: creating"
 msgstr ""
 
-#: cinder/volume/manager.py:305
+#: cinder/volume/manager.py:314
 #, python-format
 msgid ""
 "Failed updating %(snapshot_id)s metadata using the provided volumes "
 "%(volume_id)s metadata"
 msgstr ""
 
-#: cinder/volume/manager.py:311
+#: cinder/volume/manager.py:320
 #, python-format
 msgid "snapshot %s: created successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:320 cinder/volume/manager.py:325
+#: cinder/volume/manager.py:329 cinder/volume/manager.py:334
 #, python-format
 msgid "snapshot %s: deleting"
 msgstr ""
 
-#: cinder/volume/manager.py:328
+#: cinder/volume/manager.py:337
 #, python-format
 msgid "Cannot delete snapshot %s: snapshot is busy"
 msgstr ""
 
-#: cinder/volume/manager.py:358
+#: cinder/volume/manager.py:367
 msgid "Failed to update usages deleting snapshot"
 msgstr ""
 
-#: cinder/volume/manager.py:361
+#: cinder/volume/manager.py:370
 #, python-format
 msgid "snapshot %s: deleted successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:379
+#: cinder/volume/manager.py:388
 msgid "being attached by another instance"
 msgstr ""
 
-#: cinder/volume/manager.py:383
+#: cinder/volume/manager.py:392
 msgid "being attached by another host"
 msgstr ""
 
-#: cinder/volume/manager.py:465
+#: cinder/volume/manager.py:474
 #, python-format
 msgid "Uploaded volume %(volume_id)s to image (%(image_id)s) successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:558
+#: cinder/volume/manager.py:581
 msgid "failed to create new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:561
+#: cinder/volume/manager.py:584
 msgid "timeout creating new_volume on destination host"
 msgstr ""
 
-#: cinder/volume/manager.py:573
+#: cinder/volume/manager.py:596
 #, python-format
 msgid "Failed to copy volume %(vol1)s to %(vol2)s"
 msgstr ""
 
-#: cinder/volume/manager.py:582
+#: cinder/volume/manager.py:605
 #, python-format
 msgid "Failed to delete migration source vol %(vol)s: %(err)s"
 msgstr ""
 
-#: cinder/volume/manager.py:594
+#: cinder/volume/manager.py:617
 #, python-format
 msgid "Failed to rename migration destination volume %(vol)s to %(name)s"
 msgstr ""
 
-#: cinder/volume/manager.py:607
+#: cinder/volume/manager.py:630
 #, python-format
 msgid "volume %s: calling driver migrate_volume"
 msgstr ""
 
-#: cinder/volume/manager.py:667
+#: cinder/volume/manager.py:690
 msgid "Clear capabilities"
 msgstr ""
 
-#: cinder/volume/manager.py:671
+#: cinder/volume/manager.py:694
 #, python-format
 msgid "Notification {%s} received"
 msgstr ""
 
-#: cinder/volume/manager.py:709
+#: cinder/volume/manager.py:732
 #, python-format
 msgid ""
 "Quota exceeded for %(s_pid)s, tried to extend volume by %(s_size)sG, "
 "(%(d_consumed)dG of %(d_quota)dG already consumed)"
 msgstr ""
 
-#: cinder/volume/manager.py:720
+#: cinder/volume/manager.py:743
 #, python-format
 msgid "volume %s: extending"
 msgstr ""
 
-#: cinder/volume/manager.py:722
+#: cinder/volume/manager.py:745
 #, python-format
 msgid "volume %s: extended successfully"
 msgstr ""
 
-#: cinder/volume/manager.py:724
+#: cinder/volume/manager.py:747
 #, python-format
 msgid "volume %s: Error trying to extend volume"
 msgstr ""
 
-#: cinder/volume/utils.py:156
+#: cinder/volume/qos_specs.py:58
 #, python-format
-msgid ""
-"Incorrect value error: %(blocksize)s, it may indicate that "
-"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgid "Valid consumer of QoS specs are: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:85 cinder/volume/qos_specs.py:106
+#: cinder/volume/qos_specs.py:144 cinder/volume/qos_specs.py:162
+#: cinder/volume/qos_specs.py:175 cinder/volume/qos_specs.py:188
 #: cinder/volume/volume_types.py:45
 #, python-format
 msgid "DB error: %s"
 msgstr ""
 
+#: cinder/volume/qos_specs.py:124 cinder/volume/qos_specs.py:235
 #: cinder/volume/volume_types.py:54 cinder/volume/volume_types.py:101
 msgid "id cannot be None"
 msgstr ""
 
-#: cinder/volume/volume_types.py:113
+#: cinder/volume/qos_specs.py:145
+#, python-format
+msgid "Failed to get all associations of qos specs %s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:163
+#, python-format
+msgid "Failed to associate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:176
+#, python-format
+msgid "Failed to disassociate qos specs %(id)s with type: %(vol_type_id)s"
+msgstr ""
+
+#: cinder/volume/qos_specs.py:189
+#, python-format
+msgid "Failed to disassociate qos specs %s."
+msgstr ""
+
+#: cinder/volume/qos_specs.py:247 cinder/volume/volume_types.py:113
 msgid "name cannot be None"
 msgstr ""
 
+#: cinder/volume/utils.py:156
+#, python-format
+msgid ""
+"Incorrect value error: %(blocksize)s, it may indicate that "
+"'volume_dd_blocksize' was configured incorrectly. Fall back to default."
+msgstr ""
+
 #: cinder/volume/volume_types.py:132
 #, python-format
 msgid ""
@@ -4146,7 +4258,7 @@ msgstr ""
 msgid "Cannot create clone volume in different repository."
 msgstr ""
 
-#: cinder/volume/drivers/coraid.py:512
+#: cinder/volume/drivers/coraid.py:507
 #, python-format
 msgid "Initialize connection %(shelf)s/%(lun)s for %(name)s"
 msgstr ""
@@ -4622,37 +4734,44 @@ msgstr ""
 msgid "Leaving SolidFire transfer volume"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:177
+#: cinder/volume/drivers/storwize_svc.py:182
 #, python-format
 msgid "WWPN on node %(node)s: %(wwpn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:183
+#: cinder/volume/drivers/storwize_svc.py:188
 msgid "enter: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:194
+#: cinder/volume/drivers/storwize_svc.py:199
 #, python-format
 msgid "pool %s doesn't exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:210
+#: cinder/volume/drivers/storwize_svc.py:215
 msgid "Failed to get license information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:269
+#: cinder/volume/drivers/storwize_svc.py:238
+#, python-format
+msgid ""
+"Expected integers for node_count and vdisk_count, svcinfo lsiogrp "
+"returned: %(node)s and %(vdisk)s"
+msgstr ""
+
+#: cinder/volume/drivers/storwize_svc.py:301
 msgid "do_setup: No configured nodes"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:271
+#: cinder/volume/drivers/storwize_svc.py:303
 msgid "leave: do_setup"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:293
+#: cinder/volume/drivers/storwize_svc.py:326
 msgid "enter: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:299
+#: cinder/volume/drivers/storwize_svc.py:332
 #: cinder/volume/drivers/netapp/iscsi.py:125
 #: cinder/volume/drivers/netapp/nfs.py:224
 #: cinder/volume/drivers/san/hp/hp_3par_common.py:143
@@ -4660,155 +4779,155 @@ msgstr ""
 msgid "%s is not set"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:305
+#: cinder/volume/drivers/storwize_svc.py:338
 msgid ""
 "Password or SSH private key is required for authentication: set either "
 "san_password or san_private_key option"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:313
+#: cinder/volume/drivers/storwize_svc.py:346
 #, python-format
 msgid ""
 "Illegal value %d specified for storwize_svc_flashcopy_timeout: valid "
 "values are between 0 and 600"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:321
+#: cinder/volume/drivers/storwize_svc.py:354
 msgid "leave: check_for_setup_error"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:335
+#: cinder/volume/drivers/storwize_svc.py:368
 #, python-format
 msgid "ensure_export: Volume %s not found on storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:359
+#: cinder/volume/drivers/storwize_svc.py:392
 #, python-format
 msgid "enter: _get_chap_secret_for_host: host name %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:395
+#: cinder/volume/drivers/storwize_svc.py:428
 #, python-format
 msgid ""
 "leave: _get_chap_secret_for_host: host name %(host_name)s with secret "
 "%(chap_secret)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:418
+#: cinder/volume/drivers/storwize_svc.py:451
 msgid "_create_host: Cannot clean host name. Host name is not unicode or string"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:486
+#: cinder/volume/drivers/storwize_svc.py:519
 #, python-format
 msgid "enter: _get_host_from_connector: prefix %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:514
+#: cinder/volume/drivers/storwize_svc.py:547
 #, python-format
 msgid "leave: _get_host_from_connector: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:526
+#: cinder/volume/drivers/storwize_svc.py:559
 #, python-format
 msgid "enter: _create_host: host %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:541
+#: cinder/volume/drivers/storwize_svc.py:574
 msgid "_create_host: No connector ports"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:557
+#: cinder/volume/drivers/storwize_svc.py:590
 #, python-format
 msgid "leave: _create_host: host %(host)s - %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:580
+#: cinder/volume/drivers/storwize_svc.py:613
 #, python-format
 msgid "enter: _map_vol_to_host: volume %(volume_name)s to host %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:610
+#: cinder/volume/drivers/storwize_svc.py:643
 msgid ""
 "storwize_svc_multihostmap_enabled is set to False, Not allow multi host "
 "mapping"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:623
+#: cinder/volume/drivers/storwize_svc.py:656
 #, python-format
 msgid "volume %s mapping to multi host"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:629
+#: cinder/volume/drivers/storwize_svc.py:662
 #, python-format
 msgid ""
 "leave: _map_vol_to_host: LUN %(result_lun)s, volume %(volume_name)s, host"
 " %(host_name)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:639
+#: cinder/volume/drivers/storwize_svc.py:672
 #, python-format
 msgid "enter: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:647
+#: cinder/volume/drivers/storwize_svc.py:680
 #, python-format
 msgid "leave: _delete_host: host %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:673
+#: cinder/volume/drivers/storwize_svc.py:706
 msgid "The connector does not contain the required information."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:692
+#: cinder/volume/drivers/storwize_svc.py:725
 #, python-format
 msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:708
+#: cinder/volume/drivers/storwize_svc.py:741
 msgid "_create_host failed to return the host name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:719
+#: cinder/volume/drivers/storwize_svc.py:752
 #, python-format
 msgid "initialize_connection: Failed to get attributes for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:726
+#: cinder/volume/drivers/storwize_svc.py:759
 #, python-format
 msgid "Did not find expected column name in lsvdisk: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:728
+#: cinder/volume/drivers/storwize_svc.py:761
 #, python-format
 msgid "initialize_connection: Missing volume attribute for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:745
+#: cinder/volume/drivers/storwize_svc.py:778
 #, python-format
 msgid ""
 "initialize_connection: No node found in I/O group %(gid)s for volume "
 "%(vol)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:754
+#: cinder/volume/drivers/storwize_svc.py:787
 #, python-format
 msgid "initialize_connection: Did not find a preferred node for volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:778
+#: cinder/volume/drivers/storwize_svc.py:809
 msgid ""
 "Could not get FC connection information for the host-volume connection. "
 "Is the host configured properly for FC connections?"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:793
+#: cinder/volume/drivers/storwize_svc.py:824
 #, python-format
 msgid ""
 "initialize_connection: Failed to collect return properties for volume "
 "%(vol)s and connector %(conn)s.\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:798
+#: cinder/volume/drivers/storwize_svc.py:829
 #, python-format
 msgid ""
 "leave: initialize_connection:\n"
@@ -4817,37 +4936,37 @@ msgid ""
 " properties: %(prop)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:816
+#: cinder/volume/drivers/storwize_svc.py:847
 #, python-format
 msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:826
+#: cinder/volume/drivers/storwize_svc.py:857
 msgid "_get_host_from_connector failed to return the host name for connector"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:841
+#: cinder/volume/drivers/storwize_svc.py:872
 #, python-format
 msgid ""
 "terminate_connection: No mapping of volume %(vol_name)s to host "
 "%(host_name)s found"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:849
+#: cinder/volume/drivers/storwize_svc.py:880
 #, python-format
 msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:906
+#: cinder/volume/drivers/storwize_svc.py:937
 msgid "protocol must be specified as '<in> iSCSI' or '<in> FC'"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:930
+#: cinder/volume/drivers/storwize_svc.py:961
 #, python-format
 msgid "enter: _create_vdisk: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:964
+#: cinder/volume/drivers/storwize_svc.py:995
 #, python-format
 msgid ""
 "_create_vdisk %(name)s - did not find success message in CLI output.\n"
@@ -4855,13 +4974,13 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:969
+#: cinder/volume/drivers/storwize_svc.py:1000
 #, python-format
 msgid "leave: _create_vdisk: volume %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:979
-#: cinder/volume/drivers/storwize_svc.py:993
+#: cinder/volume/drivers/storwize_svc.py:1010
+#: cinder/volume/drivers/storwize_svc.py:1024
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find success "
@@ -4870,8 +4989,8 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1005
-#: cinder/volume/drivers/storwize_svc.py:1015
+#: cinder/volume/drivers/storwize_svc.py:1036
+#: cinder/volume/drivers/storwize_svc.py:1046
 #, python-format
 msgid ""
 "create FC mapping from %(source)s to %(target)s - did not find mapping id"
@@ -4880,7 +4999,7 @@ msgid ""
 " stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1029
+#: cinder/volume/drivers/storwize_svc.py:1060
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to prepare FlashCopy from %(source)s to "
@@ -4889,33 +5008,33 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1056
+#: cinder/volume/drivers/storwize_svc.py:1087
 #, python-format
 msgid ""
 "Unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 "%(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1068
+#: cinder/volume/drivers/storwize_svc.py:1099
 #, python-format
 msgid ""
 "Mapping %(id)s prepare failed to complete within the allotted %(to)d "
 "seconds timeout. Terminating."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1073
+#: cinder/volume/drivers/storwize_svc.py:1104
 #, python-format
 msgid ""
 "_prepare_fc_map: Failed to start FlashCopy from %(source)s to %(target)s "
 "with exception %(ex)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1080
+#: cinder/volume/drivers/storwize_svc.py:1111
 #, python-format
 msgid "_prepare_fc_map: %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1087
+#: cinder/volume/drivers/storwize_svc.py:1118
 #, python-format
 msgid ""
 "_start_fc_map: Failed to start FlashCopy from %(source)s to %(target)s.\n"
@@ -4923,161 +5042,160 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1098
+#: cinder/volume/drivers/storwize_svc.py:1129
 #, python-format
 msgid ""
 "enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 " %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1110
+#: cinder/volume/drivers/storwize_svc.py:1141
 #, python-format
 msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1118
+#: cinder/volume/drivers/storwize_svc.py:1149
 #, python-format
 msgid "enter: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1125
+#: cinder/volume/drivers/storwize_svc.py:1156
 #, python-format
 msgid "_create_copy: Source vdisk %s does not exist"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1137
+#: cinder/volume/drivers/storwize_svc.py:1168
 #, python-format
 msgid ""
 "_create_copy: cannot get source vdisk %(src)s capacity from vdisk "
 "attributes %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1147
+#: cinder/volume/drivers/storwize_svc.py:1178
 #, python-format
 msgid "leave: _create_copy: snapshot %(tgt_vdisk)s from vdisk %(src_vdisk)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1152
+#: cinder/volume/drivers/storwize_svc.py:1183
 #, python-format
 msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1174
+#: cinder/volume/drivers/storwize_svc.py:1205
 #, python-format
 msgid ""
 "leave: _get_flashcopy_mapping_attributes: mapping %(fc_map_id)s, "
 "attributes %(attributes)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1182
+#: cinder/volume/drivers/storwize_svc.py:1213
 #, python-format
 msgid "enter: _is_vdisk_defined: vdisk %s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1184
+#: cinder/volume/drivers/storwize_svc.py:1215
 #, python-format
 msgid "leave: _is_vdisk_defined: vdisk %(vol)s with %(str)s "
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1217
+#: cinder/volume/drivers/storwize_svc.py:1248
 #, python-format
 msgid "Vdisk %(name)s not involved in mapping %(src)s -> %(tgt)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1263
+#: cinder/volume/drivers/storwize_svc.py:1294
 #, python-format
 msgid "enter: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1268
+#: cinder/volume/drivers/storwize_svc.py:1299
 #, python-format
 msgid "warning: Tried to delete vdisk %s but it does not exist."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1283
+#: cinder/volume/drivers/storwize_svc.py:1314
 #, python-format
 msgid "leave: _delete_vdisk: vdisk %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1308
+#: cinder/volume/drivers/storwize_svc.py:1339
 msgid "create_volume_from_snapshot: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1323
+#: cinder/volume/drivers/storwize_svc.py:1354
 msgid "create_cloned_volume: Source and destination size differ."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1337
+#: cinder/volume/drivers/storwize_svc.py:1368
 #, python-format
 msgid "enter: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1341
+#: cinder/volume/drivers/storwize_svc.py:1372
 msgid "extend_volume: Extending a volume with snapshots is not supported."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1353
+#: cinder/volume/drivers/storwize_svc.py:1384
 #, python-format
 msgid "leave: extend_volume: volume %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1390
+#: cinder/volume/drivers/storwize_svc.py:1421
 msgid "_update_volume_stats: Could not get system name."
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1403
+#: cinder/volume/drivers/storwize_svc.py:1434
 msgid "Could not get pool data from the storage"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1404
+#: cinder/volume/drivers/storwize_svc.py:1435
 msgid "_update_volume_stats: Could not get storage pool data"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1442
+#: cinder/volume/drivers/storwize_svc.py:1473
 msgid ""
 "Illegal value specified for storwize_svc_vol_rsize: set to either a "
 "percentage (0-100) or -1"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1448
+#: cinder/volume/drivers/storwize_svc.py:1479
 msgid ""
 "Illegal value specified for storwize_svc_vol_warning: set to a percentage"
 " (0-100)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1455
+#: cinder/volume/drivers/storwize_svc.py:1486
 msgid ""
 "Illegal value specified for storwize_svc_vol_grainsize: set to either 32,"
 " 64, 128, or 256"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1462
+#: cinder/volume/drivers/storwize_svc.py:1493
 msgid "System does not support compression"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1467
+#: cinder/volume/drivers/storwize_svc.py:1498
 msgid "If compression is set to True, rsize must also be set (not equal to -1)"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1473
+#: cinder/volume/drivers/storwize_svc.py:1504
 #, python-format
 msgid ""
 "Illegal value %(prot)s specified for storwize_svc_connection_protocol: "
 "valid values are %(enabled)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1482
-msgid ""
-"Multipath is currently only supported for FC connections and not iSCSI.  "
-"(This is a Nova limitation.)"
+#: cinder/volume/drivers/storwize_svc.py:1512
+#, python-format
+msgid "I/O group %(iogrp)d is not valid; available I/O groups are %(avail)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1494
+#: cinder/volume/drivers/storwize_svc.py:1525
 #, python-format
 msgid "enter: _execute_command_and_parse_attributes:  command %s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1501
+#: cinder/volume/drivers/storwize_svc.py:1532
 #, fuzzy, python-format
 msgid ""
 "CLI Exception output:\n"
@@ -5091,7 +5209,7 @@ msgstr ""
 "標準輸出: %(stdout)r\n"
 "標準錯誤輸出: %(stderr)r"
 
-#: cinder/volume/drivers/storwize_svc.py:1518
+#: cinder/volume/drivers/storwize_svc.py:1549
 #, python-format
 msgid ""
 "leave: _execute_command_and_parse_attributes:\n"
@@ -5099,7 +5217,7 @@ msgid ""
 "attributes: %(attr)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1537
+#: cinder/volume/drivers/storwize_svc.py:1568
 #, python-format
 msgid ""
 "_get_hdr_dic: attribute headers and values do not match.\n"
@@ -5107,7 +5225,7 @@ msgid ""
 " Values: %(row)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1545
+#: cinder/volume/drivers/storwize_svc.py:1576
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5116,7 +5234,7 @@ msgid ""
 "stderr: %(err)s\n"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1559
+#: cinder/volume/drivers/storwize_svc.py:1590
 #, python-format
 msgid ""
 "%(fun)s: Failed with unexpected CLI output.\n"
@@ -5125,7 +5243,7 @@ msgid ""
 " stderr: %(err)s"
 msgstr ""
 
-#: cinder/volume/drivers/storwize_svc.py:1567
+#: cinder/volume/drivers/storwize_svc.py:1598
 #, python-format
 msgid "Did not find expected column in %(fun)s: %(hdr)s"
 msgstr ""
@@ -6843,306 +6961,306 @@ msgid "Updating volume: %(volume_id)s with %(update)s due to: %(reason)s"
 msgstr ""
 
 #: cinder/volume/flows/create_volume.py:145
-#: cinder/volume/flows/create_volume.py:1510
+#: cinder/volume/flows/create_volume.py:1497
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:218
+#: cinder/volume/flows/create_volume.py:196
 #, python-format
 msgid "Originating snapshot status must be one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:240
+#: cinder/volume/flows/create_volume.py:218
 #, python-format
 msgid ""
 "Unable to create a volume from an originating source volume when its "
 "status is not one of %s values"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:263
+#: cinder/volume/flows/create_volume.py:241
 #, python-format
 msgid ""
 "Volume size %(size)s cannot be lesser than the snapshot size "
 "%(snap_size)s. They must be >= original snapshot size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:272
+#: cinder/volume/flows/create_volume.py:250
 #, python-format
 msgid ""
 "Clones currently disallowed when %(size)s < %(source_size)s. They must be"
 " >= original volume size."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:281
+#: cinder/volume/flows/create_volume.py:259
 #, python-format
 msgid "Volume size %(size)s must be an integer and greater than 0"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:323
+#: cinder/volume/flows/create_volume.py:301
 #, python-format
 msgid ""
 "Size of specified image %(image_size)s is larger than volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:331
+#: cinder/volume/flows/create_volume.py:309
 #, python-format
 msgid ""
 "Image minDisk size %(min_disk)s is larger than the volume size "
 "%(volume_size)s."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:349
+#: cinder/volume/flows/create_volume.py:327
 #, python-format
 msgid "Metadata property key %s greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:354
+#: cinder/volume/flows/create_volume.py:332
 #, python-format
 msgid "Metadata property key %s value greater than 255 characters"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:387
+#: cinder/volume/flows/create_volume.py:365
 #, python-format
 msgid "Availability zone '%s' is invalid"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:400
+#: cinder/volume/flows/create_volume.py:378
 msgid "Volume must be in the same availability zone as the snapshot"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:409
+#: cinder/volume/flows/create_volume.py:387
 msgid "Volume must be in the same availability zone as the source volume"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:448
+#: cinder/volume/flows/create_volume.py:426
 msgid "Volume type will be changed to be the same as the source volume."
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:581
+#: cinder/volume/flows/create_volume.py:568
 #, python-format
 msgid "Failed destroying volume entry %s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:658
+#: cinder/volume/flows/create_volume.py:645
 #, python-format
 msgid "Failed rolling back quota for %s reservations"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:796
-#: cinder/volume/flows/create_volume.py:932
+#: cinder/volume/flows/create_volume.py:783
+#: cinder/volume/flows/create_volume.py:919
 #, python-format
 msgid "Volume %s: create failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:800
-#: cinder/volume/flows/create_volume.py:949
+#: cinder/volume/flows/create_volume.py:787
+#: cinder/volume/flows/create_volume.py:936
 msgid "Unexpected build error:"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:872
+#: cinder/volume/flows/create_volume.py:859
 #, python-format
 msgid ""
 "Volume %(volume_id)s: re-scheduling %(method)s attempt %(num)d due to "
 "%(reason)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:889
+#: cinder/volume/flows/create_volume.py:876
 #, python-format
 msgid "Volume %s: re-scheduled"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:906
+#: cinder/volume/flows/create_volume.py:893
 #, python-format
 msgid "Updating volume %(volume_id)s with %(update)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:911
+#: cinder/volume/flows/create_volume.py:898
 #, python-format
 msgid "Volume %s: resetting 'creating' status failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:928
+#: cinder/volume/flows/create_volume.py:915
 #, python-format
 msgid ""
 "Failing volume %s creation by altering volume status instead of "
 "rescheduling"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:943
+#: cinder/volume/flows/create_volume.py:930
 #, python-format
 msgid "Volume %s: rescheduling failed"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:988
-#: cinder/volume/flows/create_volume.py:1653
+#: cinder/volume/flows/create_volume.py:975
+#: cinder/volume/flows/create_volume.py:1640
 #, python-format
 msgid "Failed notifying on %(topic)s payload %(payload)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1016
+#: cinder/volume/flows/create_volume.py:1003
 msgid "No volume_id provided to populate a request_spec from"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1170
+#: cinder/volume/flows/create_volume.py:1157
 #, python-format
 msgid ""
 "Failed notifying about the volume action %(event)s for volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1212
+#: cinder/volume/flows/create_volume.py:1199
 #, python-format
 msgid ""
 "Failed fetching snapshot %(snapshot_id)s bootable flag using the provided"
 " glance snapshot %(snapshot_ref_id)s volume reference"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1221
+#: cinder/volume/flows/create_volume.py:1208
 #, python-format
 msgid "Copying metadata from snapshot %(snap_volume_id)s to %(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1228
+#: cinder/volume/flows/create_volume.py:1215
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided glance "
 "snapshot %(snapshot_id)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1238
+#: cinder/volume/flows/create_volume.py:1225
 #, python-format
 msgid "Marking volume %s as bootable"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1241
+#: cinder/volume/flows/create_volume.py:1228
 #, python-format
 msgid "Failed updating volume %(volume_id)s bootable flag to true"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1261
+#: cinder/volume/flows/create_volume.py:1248
 #, python-format
 msgid ""
 "Copying metadata from source volume %(source_volid)s to cloned volume "
 "%(clone_vol_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1272
+#: cinder/volume/flows/create_volume.py:1259
 #, python-format
 msgid ""
 "Failed updating cloned volume %(volume_id)s metadata using the provided "
 "source volumes %(source_volid)s metadata"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1285
+#: cinder/volume/flows/create_volume.py:1272
 #, python-format
 msgid ""
 "Attempting download of %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1292
-#: cinder/volume/flows/create_volume.py:1303
+#: cinder/volume/flows/create_volume.py:1279
+#: cinder/volume/flows/create_volume.py:1290
 #, python-format
 msgid ""
 "Failed to copy image %(image_id)s to volume: %(volume_id)s, error: "
 "%(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1298
+#: cinder/volume/flows/create_volume.py:1285
 #, python-format
 msgid "Failed to copy image to volume: %(volume_id)s, error: %(error)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1309
+#: cinder/volume/flows/create_volume.py:1296
 #, python-format
 msgid ""
 "Downloaded image %(image_id)s (%(image_location)s) to volume "
 "%(volume_id)s successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1348
+#: cinder/volume/flows/create_volume.py:1335
 #, python-format
 msgid ""
 "Creating volume glance metadata for volume %(volume_id)s backed by image "
 "%(image_id)s with: %(vol_metadata)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1362
+#: cinder/volume/flows/create_volume.py:1349
 #, python-format
 msgid ""
 "Cloning %(volume_id)s from image %(image_id)s  at location "
 "%(image_location)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1389
+#: cinder/volume/flows/create_volume.py:1376
 #, python-format
 msgid "Failed updating volume %(volume_id)s with %(updates)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1402
+#: cinder/volume/flows/create_volume.py:1389
 #, python-format
 msgid ""
 "Failed updating volume %(volume_id)s metadata using the provided image "
 "metadata %(image_meta)s from image %(image_id)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1423
+#: cinder/volume/flows/create_volume.py:1410
 #, python-format
 msgid ""
 "Volume %(volume_id)s: being created using %(functor)s with specification:"
 " %(volume_spec)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1446
+#: cinder/volume/flows/create_volume.py:1433
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with creation provided "
 "model %(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1454
+#: cinder/volume/flows/create_volume.py:1441
 #, python-format
 msgid "Volume %s: creating export"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1468
+#: cinder/volume/flows/create_volume.py:1455
 #, python-format
 msgid ""
 "Failed updating model of volume %(volume_id)s with driver provided model "
 "%(model)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1514
+#: cinder/volume/flows/create_volume.py:1501
 #, python-format
 msgid "Volume %(volume_name)s (%(volume_id)s): created successfully"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1531
+#: cinder/volume/flows/create_volume.py:1518
 #, python-format
 msgid "%(flow)s has moved into state %(state)s from state %(old_state)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1538
+#: cinder/volume/flows/create_volume.py:1525
 #, python-format
 msgid "%(flow)s has moved %(runner)s into state %(state)s with result: %(result)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1634
+#: cinder/volume/flows/create_volume.py:1621
 #, python-format
 msgid "Failed to schedule_create_volume: %(cause)s"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1709
+#: cinder/volume/flows/create_volume.py:1696
 msgid "No request spec, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1712
+#: cinder/volume/flows/create_volume.py:1699
 msgid "No retry filter property or associated retry info, will not reschedule"
 msgstr ""
 
-#: cinder/volume/flows/create_volume.py:1733
+#: cinder/volume/flows/create_volume.py:1720
 msgid "Retry info not present, will not reschedule"
 msgstr ""
 
@@ -7362,12 +7480,6 @@ msgstr ""
 #~ msgid "Failed to Create Volume from Snapshot %(snapname)s"
 #~ msgstr ""
 
-#~ msgid ""
-#~ "Failed to Initialize Connection. Volume "
-#~ "Name: %(volname)s Shelf: %(shelf)s, Lun: "
-#~ "%(lun)s"
-#~ msgstr ""
-
 #~ msgid "fmt = %(fmt)s backed by: %(backing_file)s"
 #~ msgstr ""
 
@@ -7386,3 +7498,12 @@ msgstr ""
 #~ msgid "CPG (%s) must be in a domain"
 #~ msgstr ""
 
+#~ msgid "Error populating default encryption types!"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Multipath is currently only supported "
+#~ "for FC connections and not iSCSI.  "
+#~ "(This is a Nova limitation.)"
+#~ msgstr ""
+