)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":38059,"name":"Anoop Kumar Shukla","display_name":"Anoop Shukla","email":"anoop.shukla@netapp.com","username":"anoop2","status":"NetApp"},"change_message_id":"aaefd92b804bfdd3f0cee2e7cf0c6bfbb659f335","unresolved":true,"context_lines":[{"line_number":13,"context_line":"However, src volume can be in different SVM from cinder\u0027s one in this"},{"line_number":14,"context_line":"case, and thus, attempting to retrieve volume information fails."},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"This change ensures that the file copy operations between different SVMs"},{"line_number":17,"context_line":"are handled by passing enable_tunneling\u003dFalse to `_get_volume_by_args`"},{"line_number":18,"context_line":"explicitly for src volume."},{"line_number":19,"context_line":""}],"source_content_type":"text/x-gerrit-commit-message","patch_set":5,"id":"41af62d6_fcc2c06c","line":16,"updated":"2026-01-21 13:03:01.000000000","message":"File Copy operations are not supported on SVMs which are not peered with each other. Please refer to the documentation provided for the API at: https://docs.netapp.com/us-en/ontap-restapi/post-storage-file-copy.html#error\n\nError# 7013361 - The SVMs are not in an intracluster peering relationship.\n\nAre we assuming that the cross pool copy operation with tunnelling as false would work across SVMs without them being peered?","commit_id":"57126adca1056c80c6d3d9d20c3d5323bdde216d"},{"author":{"_account_id":38059,"name":"Anoop Kumar Shukla","display_name":"Anoop Shukla","email":"anoop.shukla@netapp.com","username":"anoop2","status":"NetApp"},"change_message_id":"768f6ed5511ae13cf807fbabc33a6ecd697fd3ca","unresolved":true,"context_lines":[{"line_number":13,"context_line":"However, src volume can be in different SVM from cinder\u0027s one in this"},{"line_number":14,"context_line":"case, and thus, attempting to retrieve volume information fails."},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"This change ensures that the file copy operations between different SVMs"},{"line_number":17,"context_line":"are handled by passing enable_tunneling\u003dFalse to `_get_volume_by_args`"},{"line_number":18,"context_line":"explicitly for src volume."},{"line_number":19,"context_line":""}],"source_content_type":"text/x-gerrit-commit-message","patch_set":5,"id":"a43bf815_9814de99","line":16,"in_reply_to":"005b0787_cae1ee09","updated":"2026-03-31 11:43:45.000000000","message":"Thanks for the reply. I see that the changes are only done for REST. Do we know if this behaviour works fine for ZAPIs?","commit_id":"57126adca1056c80c6d3d9d20c3d5323bdde216d"},{"author":{"_account_id":37488,"name":"Tomofumi Kondo","email":"ugax2kontomo0314@gmail.com","username":"TOMOFUMI-KONDO"},"change_message_id":"8f4261dea57b3883ccc88cbd3fb3bab7ac0babc2","unresolved":true,"context_lines":[{"line_number":13,"context_line":"However, src volume can be in different SVM from cinder\u0027s one in this"},{"line_number":14,"context_line":"case, and thus, attempting to retrieve volume information fails."},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"This change ensures that the file copy operations between different SVMs"},{"line_number":17,"context_line":"are handled by passing enable_tunneling\u003dFalse to `_get_volume_by_args`"},{"line_number":18,"context_line":"explicitly for src volume."},{"line_number":19,"context_line":""}],"source_content_type":"text/x-gerrit-commit-message","patch_set":5,"id":"005b0787_cae1ee09","line":16,"in_reply_to":"41af62d6_fcc2c06c","updated":"2026-03-30 13:53:06.000000000","message":"Sorry for the delayed response.\n\nI already confirmed that this bug happens even if SVM are correctly peered.\n\nOur environment is below.\n\nSVMs are peered:\n\n```shell\ncycloud-apne1::\u003e vserver peer show -vserver cinder01 -peer-vserver glance01\n\n  Local Vserver Name: cinder01\n   Peer Vserver Name: glance01\n       Peering State: peered\nPeering Applications: file-copy\n   Peer Cluster Name: cycloud-apne1\n Remote Vserver Name: glance01\n```\n\nHowever, we cannot get target volume with `X-Dot-SVM-Name: cinder01` (enable_tunneing\u003dTrue):\n\n```shell\n$ curl -X GET \"https://\u003cONTAP_API\u003e/api/storage/volumes?is_constituent\u003dfalse\u0026name\u003dglance01_vol01\u0026return_records\u003dtrue\u0026return_timeout\u003d15\" -H  \"accept: application/json\" -H  \"authorization: Basic *\" -H \u0027X-Dot-SVM-Name: cinder01\u0027 | jq\n  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current\n                                 Dload  Upload   Total   Spent    Left  Speed\n100    42  100    42    0     0    165      0 --:--:-- --:--:-- --:--:--   166\n{\n  \"records\": [],\n  \"num_records\": 0\n}\n```\n\nOf cource, we can get the volume without `X-Dot-SVM-Name` (enable_tunneing\u003dFalse):\n\n```shell\n$ curl -X GET \"https://\u003cONTAP_API\u003e/api/storage/volumes?is_constituent\u003dfalse\u0026name\u003dglance01_vol01\u0026return_records\u003dtrue\u0026return_timeout\u003d15\" -H  \"accept: application/json\" -H  \"authorization: Basic *\" -H \u0027X-Dot-SVM-Name: glance01\u0027 | jq\n  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current\n                                 Dload  Upload   Total   Spent    Left  Speed\n100   139  100   139    0     0    905      0 --:--:-- --:--:-- --:--:--   902\n{\n  \"records\": [\n    {\n      \"uuid\": \"9f686c57-9d01-11f0-a783-d039ead8de60\",\n      \"name\": \"glance01_vol01\"\n    }\n  ],\n  \"num_records\": 1\n}\n```\n\nThis happens because ONTAP driver requests volumes with `X-Dot-SVM-Name` (enable_tunneing\u003dTrue) by mistake.\nWhen using another SVM as image source, enable_tunneing should be set with false.","commit_id":"57126adca1056c80c6d3d9d20c3d5323bdde216d"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":37488,"name":"Tomofumi Kondo","email":"ugax2kontomo0314@gmail.com","username":"TOMOFUMI-KONDO"},"change_message_id":"8f4261dea57b3883ccc88cbd3fb3bab7ac0babc2","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":5,"id":"00db2ae7_68e2a12b","updated":"2026-03-30 13:53:06.000000000","message":"@anoop.shukla@netapp.com","commit_id":"57126adca1056c80c6d3d9d20c3d5323bdde216d"},{"author":{"_account_id":38059,"name":"Anoop Kumar Shukla","display_name":"Anoop Shukla","email":"anoop.shukla@netapp.com","username":"anoop2","status":"NetApp"},"change_message_id":"aaefd92b804bfdd3f0cee2e7cf0c6bfbb659f335","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"efcfdcd2_7f14ff42","updated":"2026-01-21 13:03:01.000000000","message":"Please look at the comment provided.","commit_id":"57126adca1056c80c6d3d9d20c3d5323bdde216d"},{"author":{"_account_id":37488,"name":"Tomofumi Kondo","email":"ugax2kontomo0314@gmail.com","username":"TOMOFUMI-KONDO"},"change_message_id":"30944b97ad1a712933180176b07dbcf5d8b497b1","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"fc80f8ad_396b2193","updated":"2025-11-11 08:56:03.000000000","message":"recheck","commit_id":"57126adca1056c80c6d3d9d20c3d5323bdde216d"},{"author":{"_account_id":38059,"name":"Anoop Kumar Shukla","display_name":"Anoop Shukla","email":"anoop.shukla@netapp.com","username":"anoop2","status":"NetApp"},"change_message_id":"768f6ed5511ae13cf807fbabc33a6ecd697fd3ca","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"d9aa7d56_5ba02945","updated":"2026-03-31 11:43:45.000000000","message":"I have one comment which needs resolution. Hence adding -1 for now.","commit_id":"963ef92c269aa7090fe2d59f49d1ae837c236541"},{"author":{"_account_id":38059,"name":"Anoop Kumar Shukla","display_name":"Anoop Shukla","email":"anoop.shukla@netapp.com","username":"anoop2","status":"NetApp"},"change_message_id":"77d9f8d9af2ab6ef07c9a853bbd6c67012a5dd56","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"5122cb60_c940d374","updated":"2026-03-31 11:44:36.000000000","message":"Run NetApp-CI","commit_id":"963ef92c269aa7090fe2d59f49d1ae837c236541"},{"author":{"_account_id":37488,"name":"Tomofumi Kondo","email":"ugax2kontomo0314@gmail.com","username":"TOMOFUMI-KONDO"},"change_message_id":"22c40c91923066c2374059dc8ea0287fb5030cd3","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"ddd40232_c9cc8547","updated":"2026-04-01 13:17:10.000000000","message":"recheck","commit_id":"963ef92c269aa7090fe2d59f49d1ae837c236541"}]}
