summaryrefslogtreecommitdiff
path: root/.b/etc/libvirt/storage
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2022-09-06 10:53:34 +0300
committerSyndamia <kamen@syndamia.com>2022-09-06 10:53:34 +0300
commitabdbd80ac4dcc42619ee4ed12c19fb5d71fa2d83 (patch)
treeba3e845eefb201676fcc87e964ab5035f3222585 /.b/etc/libvirt/storage
parentdd6a62a3c881c0b2e71db5bb923c60a54d2b016d (diff)
downloaddotfiles-abdbd80ac4dcc42619ee4ed12c19fb5d71fa2d83.tar
dotfiles-abdbd80ac4dcc42619ee4ed12c19fb5d71fa2d83.tar.gz
dotfiles-abdbd80ac4dcc42619ee4ed12c19fb5d71fa2d83.zip
Added many configs to .b
Diffstat (limited to '.b/etc/libvirt/storage')
-rw-r--r--.b/etc/libvirt/storage/KVM-Images.xml19
l---------.b/etc/libvirt/storage/autostart/KVM-Images.xml1
l---------.b/etc/libvirt/storage/autostart/default.xml1
-rw-r--r--.b/etc/libvirt/storage/default.xml19
4 files changed, 40 insertions, 0 deletions
diff --git a/.b/etc/libvirt/storage/KVM-Images.xml b/.b/etc/libvirt/storage/KVM-Images.xml
new file mode 100644
index 0000000..14a177e
--- /dev/null
+++ b/.b/etc/libvirt/storage/KVM-Images.xml
@@ -0,0 +1,19 @@
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+ virsh pool-edit KVM-Images
+or other application using the libvirt API.
+-->
+
+<pool type='dir'>
+ <name>KVM-Images</name>
+ <uuid>a62e6ce3-9cc7-4413-86e5-eeebbadafdf0</uuid>
+ <capacity unit='bytes'>0</capacity>
+ <allocation unit='bytes'>0</allocation>
+ <available unit='bytes'>0</available>
+ <source>
+ </source>
+ <target>
+ <path>/mnt/Norilsk/KVM-Images</path>
+ </target>
+</pool>
diff --git a/.b/etc/libvirt/storage/autostart/KVM-Images.xml b/.b/etc/libvirt/storage/autostart/KVM-Images.xml
new file mode 120000
index 0000000..90a360d
--- /dev/null
+++ b/.b/etc/libvirt/storage/autostart/KVM-Images.xml
@@ -0,0 +1 @@
+/etc/libvirt/storage/KVM-Images.xml \ No newline at end of file
diff --git a/.b/etc/libvirt/storage/autostart/default.xml b/.b/etc/libvirt/storage/autostart/default.xml
new file mode 120000
index 0000000..c318388
--- /dev/null
+++ b/.b/etc/libvirt/storage/autostart/default.xml
@@ -0,0 +1 @@
+/etc/libvirt/storage/default.xml \ No newline at end of file
diff --git a/.b/etc/libvirt/storage/default.xml b/.b/etc/libvirt/storage/default.xml
new file mode 100644
index 0000000..361a4e6
--- /dev/null
+++ b/.b/etc/libvirt/storage/default.xml
@@ -0,0 +1,19 @@
+<!--
+WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
+OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
+ virsh pool-edit default
+or other application using the libvirt API.
+-->
+
+<pool type='dir'>
+ <name>default</name>
+ <uuid>1a74c822-3b34-475c-9880-6407d16cac06</uuid>
+ <capacity unit='bytes'>0</capacity>
+ <allocation unit='bytes'>0</allocation>
+ <available unit='bytes'>0</available>
+ <source>
+ </source>
+ <target>
+ <path>/var/lib/libvirt/images</path>
+ </target>
+</pool>