)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":16207,"name":"ribaudr","display_name":"uggla","email":"rene.ribaud@gmail.com","username":"uggla","status":"Red Hat"},"change_message_id":"cebfc0dacc27e74d957fb33808c6c2ab04312716","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"777fe7cd_99e09a5d","updated":"2024-10-08 14:26:33.000000000","message":"I have included the diff from previous message. (see at the bottom of the file)","commit_id":"c88335142f60413052ced4af445f4cfe1415e19c"},{"author":{"_account_id":9708,"name":"Balazs Gibizer","display_name":"gibi","email":"gibizer@gmail.com","username":"gibi"},"change_message_id":"78b3c59364f1118871a3add389ad445bf17bd367","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"ce34ad26_108b2a72","updated":"2024-10-11 16:19:02.000000000","message":"Looks good to me.","commit_id":"c88335142f60413052ced4af445f4cfe1415e19c"},{"author":{"_account_id":7166,"name":"Sylvain Bauza","email":"sbauza@redhat.com","username":"sbauza"},"change_message_id":"b189dbbe418e7e6eb5926bc23497fc29161c3709","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"507d5816_149e9374","updated":"2024-11-05 17:15:46.000000000","message":"ditto here","commit_id":"c88335142f60413052ced4af445f4cfe1415e19c"},{"author":{"_account_id":7634,"name":"Takashi Natsume","email":"takanattie@gmail.com","username":"natsumet"},"change_message_id":"06d666b795dfd45405ba7d44ed4319381c091547","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"bd96bdf7_12b83c16","updated":"2024-11-13 15:53:06.000000000","message":"recheck","commit_id":"c88335142f60413052ced4af445f4cfe1415e19c"}],"specs/2025.1/approved/libvirt-virtiofs-attach-manila-shares.rst":[{"author":{"_account_id":16207,"name":"ribaudr","display_name":"uggla","email":"rene.ribaud@gmail.com","username":"uggla","status":"Red Hat"},"change_message_id":"cebfc0dacc27e74d957fb33808c6c2ab04312716","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"5443b829_f7efe6ae","line":641,"updated":"2024-10-08 14:26:33.000000000","message":"Here is the diff from previous version:\n\n```diff\n45,48c45,48\n\u003c Support for move operations once a share is attached will also not\n\u003c be covered by this spec, any requests to shelve, evacuate, resize, suspend,\n\u003c cold migrate or live migrate an instance with a share attached will be\n\u003c rejected with a HTTP409 response for the time being.\n---\n\u003e Support for move operations once a share is attached will also not be covered\n\u003e by this spec, any requests to cold migrate evacuate, live migrate rebuild,\n\u003e resize, shelve, suspend, or volume snapshot an instance with a share attached\n\u003e will be rejected with a HTTP409 response for the time being.\n170,171c170\n\u003c φ\n\u003c   means no entry in the database. No association between a share and a server.\n---\n\u003e φ means no entry in the database. No association between a share and a server.\n263c262\n\u003c Extend DeviceMetadata with ShareMetadata object containing `shareId` and\n---\n\u003e Extend DeviceMetadata with ShareMetadata object containing `share_id` and\n265c264\n\u003c See :ref:`dalmatian-other-end-user-impact`.\n---\n\u003e See :ref:`epoxy-other-end-user-impact`.\n291c290\n\u003c                 \"shareId\": \"48c16a1a-183f-4052-9dac-0e4fc1e498ad\",\n---\n\u003e                 \"share_id\": \"48c16a1a-183f-4052-9dac-0e4fc1e498ad\",\n296c295\n\u003c                 \"shareId\": \"e8debdc0-447a-4376-a10a-4cd9122d7986\",\n---\n\u003e                 \"share_id\": \"e8debdc0-447a-4376-a10a-4cd9122d7986\",\n303c302\n\u003c * GET ``/servers/{server_id}/shares/{shareId}``\n---\n\u003e * GET ``/servers/{server_id}/shares/{share_id}``\n313c312\n\u003c             \"shareId\": \"e8debdc0-447a-4376-a10a-4cd9122d7986\",\n---\n\u003e             \"share_id\": \"e8debdc0-447a-4376-a10a-4cd9122d7986\",\n326,327c325\n\u003c             \"attachmentId\": \"715335c1-7a00-4dfe-82df-9dc2a67bd8bf\",\n\u003c             \"shareId\": \"e8debdc0-447a-4376-a10a-4cd9122d7986\",\n---\n\u003e             \"share_id\": \"e8debdc0-447a-4376-a10a-4cd9122d7986\",\n366c364\n\u003c    provided it will be the shareId(UUID) as always provided in the request.\n---\n\u003e    provided it will be the share_id(UUID) as always provided in the request.\n376c374\n\u003c             \"shareId\": \"e8debdc0-447a-4376-a10a-4cd9122d7986\"\n---\n\u003e             \"share_id\": \"e8debdc0-447a-4376-a10a-4cd9122d7986\"\n386c384\n\u003c             \"shareId\": \"e8debdc0-447a-4376-a10a-4cd9122d7986\",\n---\n\u003e             \"share_id\": \"e8debdc0-447a-4376-a10a-4cd9122d7986\",\n392c390\n\u003c * ``DELETE /servers/{server_id}/shares/{shareId}``\n---\n\u003e * ``DELETE /servers/{server_id}/shares/{share_id}``\n473a472,479\n\u003e This ``export_location`` field will also be excluded from notifications by\n\u003e choice.\n\u003e \n\u003e The Nova abstraction with the Openstack SDK needs to be updated so that, when\n\u003e a user requests Nova to attach a Manila share to their instance, Nova utilizes\n\u003e the user\u0027s Keystone token when communicating with Manila. This ensures that\n\u003e Manila can properly verify the user\u0027s access to the requested share.\n\u003e \n495,496c501\n\u003c           \"attachmentId\": \"715335c1-7a00-4dfe-82df-9dc2a67bd8bf\",\n\u003c           \"shareId\": \"e8debdc0-447a-4376-a10a-4cd9122d7986\",\n---\n\u003e           \"share_id\": \"e8debdc0-447a-4376-a10a-4cd9122d7986\",\n499d503\n\u003c           \"export_location\": \"server.com/nfs_mount,foo\u003dbar\"\n513,514c517\n\u003c               \"attachmentId\": \"715335c1-7a00-4dfe-82df-9dc2a67bd8bf\",\n\u003c               \"shareId\": \"e8debdc0-447a-4376-a10a-4cd9122d7986\",\n---\n\u003e               \"share_id\": \"e8debdc0-447a-4376-a10a-4cd9122d7986\",\n517d519\n\u003c               \"export_location\": \"server.com/nfs_mount,foo\u003dbar\"\n521,522c523\n\u003c               \"attachmentId\": \"715335c1-7a00-4dfe-82df-ffffffffffff\",\n\u003c               \"shareId\": \"e8debdc0-447a-4376-a10a-4cd9122d7987\",\n---\n\u003e               \"share_id\": \"e8debdc0-447a-4376-a10a-4cd9122d7987\",\n525d525\n\u003c               \"export_location\": \"server2.com/nfs_mount,foo\u003dbar\"\n530c530\n\u003c .. _dalmatian-other-end-user-impact:\n---\n\u003e .. _epoxy-other-end-user-impact:\n637a638,640\n\u003e    * - Epoxy\n\u003e      - Updated and reproposed\n\u003e\n```","commit_id":"c88335142f60413052ced4af445f4cfe1415e19c"},{"author":{"_account_id":9708,"name":"Balazs Gibizer","display_name":"gibi","email":"gibizer@gmail.com","username":"gibi"},"change_message_id":"78b3c59364f1118871a3add389ad445bf17bd367","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"765572d6_12584d2f","line":641,"in_reply_to":"5443b829_f7efe6ae","updated":"2024-10-11 16:19:02.000000000","message":"thank you!","commit_id":"c88335142f60413052ced4af445f4cfe1415e19c"}]}
