Activity log for bug #1926946

Date Who What changed Old value New value Message
2021-05-03 09:47:11 Preeti duhan bug added bug
2021-05-04 09:51:12 Amar cinder: assignee Amar (amar7ibm)
2021-05-04 09:51:22 Amar cinder: status New Incomplete
2021-05-04 09:51:30 Amar cinder: status Incomplete In Progress
2021-05-12 10:43:58 Amar cinder: status In Progress Fix Committed
2021-05-28 13:24:14 Amar summary mkvdisk fails with name length issue while creating auxiliary change volume [SVF]mkvdisk fails with name length issue while creating auxiliary change volume
2021-05-28 13:24:24 Amar summary [SVF]mkvdisk fails with name length issue while creating auxiliary change volume [SVF]:mkvdisk fails with name length issue while creating auxiliary change volume
2021-08-02 18:01:32 Amar cinder: status Fix Committed In Progress
2021-08-11 01:03:15 Sofia Enriquez summary [SVF]:mkvdisk fails with name length issue while creating auxiliary change volume [IBM Storwize SVF]:mkvdisk fails with name length issue while creating auxiliary change volume
2021-08-11 01:03:22 Sofia Enriquez cinder: importance Undecided Medium
2021-08-11 01:03:57 Sofia Enriquez tags gmcv ibm mkvdisk storwize svf
2021-08-11 16:34:57 Amar description Volume backend: SVC Steps: 1)Create GMCV(global mirror change volume) volume.(chg_aux_volume-test_maha_1-1422a0c1-00000009-boot-0-98bb35fc-be2d) mkvdisk fails with name length issue while creating auxiliary change volume Unable to create GMCV volumes since the name of volume is exceeding the limit of characters Error: An error occurred while performing a storage operation for the volume chg_aux_volume-test_maha_1-1422a0c1-00000009-boot-0-98bb35fc-be2d. Explanation: Volume driver reported an error: Unable to set up gmcv mode replication for 377bf597-aae3-4e13-8548-4f622c70cb95. Exception: Bad or unexpected response from the storage volume backend API: CLI Exception output: command: ['svctask', 'mkvdisk', '-name', ' Volume backend: SVC Bug:- Steps: 1)Create GMCV(global mirror change volume) volume.(chg_aux_volume-test_maha_1-1422a0c1-00000009-boot-0-98bb35fc-be2d) mkvdisk fails with name length issue while creating auxiliary change volume Unable to create GMCV volumes since the name of volume is exceeding the limit of characters Error: An error occurred while performing a storage operation for the volume chg_aux_volume-test_maha_1-1422a0c1-00000009-boot-0-98bb35fc-be2d. Explanation: Volume driver reported an error: Unable to set up gmcv mode replication for 377bf597-aae3-4e13-8548-4f622c70cb95. Exception: Bad or unexpected response from the storage volume backend API: CLI Exception output: command: ['svctask', 'mkvdisk', '-name', ' Reason :- We used to consider the default vref['name'] that we get from (<class 'cinder.objects.volume.Volume'> ), But if we use a custom-name template(i.e,being defined at cinder.CONF) rather to default-name. Only the "target_change_vol_name" is the only variable prone to exceed the supported limit of our storage(i.e 63 characters).