)]}'
{"glance_store/_drivers/filesystem.py":[{"author":{"_account_id":27615,"name":"Rajat Dhasmana","email":"rajatdhasmana@gmail.com","username":"whoami-rajat"},"change_message_id":"e208f8e4ef6fd2b9059ef8f3b0dfda2fbb992170","unresolved":true,"context_lines":[{"line_number":598,"context_line":"            \u0027nfs\u0027, root_helper, execute\u003dputils.execute,"},{"line_number":599,"context_line":"            nfs_mount_point_base\u003dself.store_conf.filesystem_nfs_share_path,"},{"line_number":600,"context_line":"            nfs_mount_options\u003dself.store_conf.filesystem_nfs_mount_options)"},{"line_number":601,"context_line":"        available_mounts \u003d remotefsclient._read_mounts()"},{"line_number":602,"context_line":"        nfs_mount \u003d available_mounts.get(fdir)"},{"line_number":603,"context_line":""},{"line_number":604,"context_line":"        if not nfs_mount:"}],"source_content_type":"text/x-python","patch_set":1,"id":"b834a3c8_aceefd97","line":601,"range":{"start_line":601,"start_character":42,"end_line":601,"end_character":54},"updated":"2024-04-29 08:51:08.000000000","message":"IIUC, we are just reading the contents of /proc/mounts in this method, so why do we need the remotefsclient or os-brick usage at all in this case? can\u0027t we just do it in the filesystem store code instead?\n\nAlso _read_mounts is a private method so not sure if it\u0027s usage is safe in this context.","commit_id":"12fdffd3d664523819aff5bbcfb5bea821c7259e"}]}
