diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-01-13 13:16:06 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-01-13 13:16:06 +0100 |
commit | 9232b8d817d4cd4122947375156fa2fa1e9fba14 (patch) | |
tree | e4feb77f2e508f008b78f722e91488bb9a3f3806 /3 resources/openstack | |
parent | ed0753ad224f0c65133bd7a63180257eecd9f5e3 (diff) |
vault backup: 2025-01-13 13:16:06
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. |