#3 Figure out the default storage pool in Fedora
Opened 8 years ago by kushal. Modified 8 years ago

When we run brunme on a freshly installed Fedora box, we want to use the default storage pool. On a recent test it created a pool named images. We have to find out how to get that default pool instead using the dir path /var/lib/libvirt/images


This is the config in my laptop.

<pool type='dir'>
  <name>default</name>
  <uuid>46a4b7cb-4613-4a3b-8cee-6ed0ccf7f269</uuid>
  <capacity unit='bytes'>82433605632</capacity>
  <allocation unit='bytes'>57804234752</allocation>
  <available unit='bytes'>24629370880</available>
  <source>
  </source>
  <target>
    <path>/var/lib/libvirt/images</path>
    <permissions>
      <mode>0711</mode>
      <owner>0</owner>
      <group>0</group>
      <label>system_u:object_r:virt_image_t:s0</label>
    </permissions>
  </target>
</pool>

Login to comment on this ticket.

Metadata