https://bugzilla.novell.com/show_bug.cgi?id=859701 https://bugzilla.novell.com/show_bug.cgi?id=859701#c0 Summary: With default setup this is not possible to create persistent pool with virsh Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: achernikov@suse.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Steps to reproduce: `sudo zypper in libvirt libvirt-devel qemu lzlib-devel libxslt-devel libxml2-devel` `sudo zypper in -f libvirt-daemon` because of https://bugzilla.novell.com/show_bug.cgi?id=859041 org.libvirt.unix.manage yes:yes:yes in the local privs on polkit pool.xml ```xml <pool type="dir"> <name>default</name> <target> <path>/var/lib/libvirt/images</path> <format type='qcow2' /> </target> </pool> ``` `virsh pool-define pool.xml && virsh pool-autostart default && virsh pool-start default` pool afterwards reported as persistent Name: default UUID: b4f7b74f-0738-4178-a3b7-0b0e9079ec37 State: running Persistent: yes Autostart: yes Capacity: 8.91 GiB Allocation: 1.52 GiB Available: 7.40 GiB but there is not file created at /etc/libvirt/storage drwx------ 4 root users 4096 Jan 21 10:22 . drwxr-xr-x 77 root root 4096 Jan 21 10:20 .. -rw-r--r-- 1 root root 518 Dec 23 14:05 libvirt.conf -rw-r--r-- 1 root root 13520 Jan 21 10:22 libvirtd.conf -rw-r--r-- 1 root root 1176 Dec 23 14:05 lxc.conf drwx------ 2 root root 4096 Jan 21 09:54 nwfilter drwx------ 3 root root 4096 Jan 21 09:54 qemu -rw-r--r-- 1 root root 2170 Dec 23 14:05 qemu-lockd.conf -rw-r--r-- 1 root root 15988 Dec 23 14:05 qemu.conf -rw-r--r-- 1 root root 2213 Dec 23 14:05 virtlockd.conf
From root anything is as expected.
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.