mkdir /var/lib/libvirt/iso # Create a directory to store iso images
chown test:test /var/lib/libvirt/iso # Make the user "test" the owner of this directory
virsh pool-create-as --name iso --type dir --target /var/lib/libvirt/iso # Make libvirt aware of this new directory by creating a so-called `pool` within this directory
mkdir /var/lib/libvirt/rom # Create a directory to store rom files
chown test:test /var/lib/libvirt/rom # Make the user "test" its owner
virsh pool-create-as --name iso --type dir --target /var/lib/libvirt/rom # Make libvirt aware of this new directory by creating a so-called `pool` within this directory
chown test:test /var/lib/libvirt/images # Make the user "test" the owner of this directory