Public bug reported: Binary package hint: virt-manager
When you add a storage pool for the type of UDF there is an error. [code] Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/createpool.py", line 432, in _async_pool_create poolobj = self._pool.install(create=True, meter=meter, build=build) File "/usr/lib/pymodules/python2.6/virtinst/Storage.py", line 477, in install raise RuntimeError(errmsg) RuntimeError: Could not start storage pool: internal error '/bin/mount -t auto /srv/share/iso/polish_windows_server_2008_r2_st_ent_dc_web_retail_x64_X15-50372.iso /var/lib/libvirt/images/ISO_Windows2008' exited with non-zero status 32 and signal 0: mount: /srv/share/iso/polish_windows_server_2008_r2_st_ent_dc_web_retail_x64_X15-50372.iso is not a block device (maybe try `-o loop'?) [/code] You can manually execute the command mount with the `-o loop` option. The error is probably no option `-o loop`. ** Affects: virt-manager (Ubuntu) Importance: Undecided Status: New ** Tags: block device fs loop udf ** Description changed: Binary package hint: virt-manager When you add a storage pool for the type of UDF there is an error. [code] Traceback (most recent call last): - File "/usr/share/virt-manager/virtManager/createpool.py", line 432, in _async_pool_create - poolobj = self._pool.install(create=True, meter=meter, build=build) - File "/usr/lib/pymodules/python2.6/virtinst/Storage.py", line 477, in install - raise RuntimeError(errmsg) + File "/usr/share/virt-manager/virtManager/createpool.py", line 432, in _async_pool_create + poolobj = self._pool.install(create=True, meter=meter, build=build) + File "/usr/lib/pymodules/python2.6/virtinst/Storage.py", line 477, in install + raise RuntimeError(errmsg) RuntimeError: Could not start storage pool: internal error '/bin/mount -t auto /srv/share/iso/polish_windows_server_2008_r2_st_ent_dc_web_retail_x64_X15-50372.iso /var/lib/libvirt/images/ISO_Windows2008' exited with non-zero status 32 and signal 0: mount: /srv/share/iso/polish_windows_server_2008_r2_st_ent_dc_web_retail_x64_X15-50372.iso is not a block device (maybe try `-o loop'?) [/code] - You can manually execute the command mount with the `a` loop. The error - is probably no option `-o loop`. + You can manually execute the command mount with the `-o loop` option. + The error is probably no option `-o loop`. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/687572 Title: Cannot add ISO based storage pool (FS type) -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs