summaryrefslogtreecommitdiff
path: root/3 resources/openstack
diff options
context:
space:
mode:
Diffstat (limited to '3 resources/openstack')
-rw-r--r--3 resources/openstack/Creating ports.md (renamed from 3 resources/openstack/create-port-fixed-ip.md)3
-rw-r--r--3 resources/openstack/Libvirt pmsuspended.md (renamed from 3 resources/openstack/guest-pmsuspended.md)3
-rw-r--r--3 resources/openstack/Nova live migration volume.md (renamed from 3 resources/openstack/nova-live-migration-volume.md)4
3 files changed, 10 insertions, 0 deletions
diff --git a/3 resources/openstack/create-port-fixed-ip.md b/3 resources/openstack/Creating ports.md
index 3b6ab46..90223bf 100644
--- a/3 resources/openstack/create-port-fixed-ip.md
+++ b/3 resources/openstack/Creating ports.md
@@ -1 +1,4 @@
+#openstack #port
+
+---
Creating a port with a fixed IP requires admin privileges. It is not sufficient to have an RBAC policy that shares the network with a tenant. \ No newline at end of file
diff --git a/3 resources/openstack/guest-pmsuspended.md b/3 resources/openstack/Libvirt pmsuspended.md
index 8995e6e..4749c76 100644
--- a/3 resources/openstack/guest-pmsuspended.md
+++ b/3 resources/openstack/Libvirt pmsuspended.md
@@ -1,3 +1,6 @@
+#openstack #libvirt
+
+---
Encountered a guest running some desktop image that sleeps and puts libvirt domain in state pmsuspend.
Openstack does not sync power states in this case so the nova instance is still ACTIVE. \ No newline at end of file
diff --git a/3 resources/openstack/nova-live-migration-volume.md b/3 resources/openstack/Nova live migration volume.md
index 50bb6d0..8b37f67 100644
--- a/3 resources/openstack/nova-live-migration-volume.md
+++ b/3 resources/openstack/Nova live migration volume.md
@@ -1,3 +1,7 @@
+#openstack #nova #live-migration #volume
+
+
+---
Table cinder.volume_attachment, contains which volume_driver. target_lun `(<n>)` here maps to `dm-<n>`.
Luns are not unique across pod, each node has a target_lun 2 and thus dm-2 connected.