<p dir="ltr">Hi all, </p>
<p dir="ltr">I have permission-related errors when creating instances. </p>
<p dir="ltr">In Kilo,</p>
<p dir="ltr">since my local disk is  small, newly attaching a new disk, /data1 as following.</p>
<p dir="ltr">root@cn2:/var/lib/nova# df -h <br>
Filesystem Size Used Avail Use% Mounted on <br>
/dev/sda5 23G 1.7G 20G 8% / <br>
... <br>
/dev/mapper/vg_data-lv_data1 356G 703M 338G 1% /data1<br></p>
<p dir="ltr">and add a setting 'instances_path=/data1/instances' in nova.conf at compute node.</p>
<p dir="ltr">root@cn2:/data1# ls -la <br>
total 28 <br>
drwxr-xr-x 4 nova nova 4096 16:51 . <br>
drwxr-xr-x 25 root root 4096 10:07 .. <br>
drwxr-xr-x 2 nova nova 4096 16:50 instances drwx------ 2 nova nova 16384 13:51 lost+found root@cn2:/data1# pwd <br>
/data1 <br>
root@cn2:/data1# ls -la instances/ <br>
total 8 <br>
drwxr-xr-x 2 nova nova 4096 16:50 . <br>
drwxr-xr-x 4 nova nova 4096 16:51 .. root@cn2:/data1#</p>
<p dir="ltr">but whenever creating an instance, nova-compute.log shows libvirt error as below:</p>
<p dir="ltr">libvirtError: internal error: process exited while connecting to monitor: 2015-10-02T07:02:25.031125Z qemu-system-x86_64: -drive file=/data1/instances/03e58fd3-b555-4aa3-91fa-5e6fcc15978a/disk,if=none,id=drive-virtio-disk0,format=qcow2,cache=none: could not open disk image /data1/instances/03e58fd3-b555-4aa3-91fa-5e6fcc15978a/disk: Could not open backing file: Could not open '/data1/instances/_base/d7607a887a4e5b41ec4b9ccdbf16d356ca6c9c0f': Permission denied</p>
<p dir="ltr">instead of a setting 'instances_path=/data1/instances' in nova.conf at compute node,</p>
<p dir="ltr">symbolic link 'ln -s /data1/instances /var/lib/nova/' also shows the same errors. </p>
<p dir="ltr">no changes in /etc/libvirt/qemu.conf libvirt-bin.conf ...</p>
<p dir="ltr">what's the matter in this situation? plz help me...<br></p>