Revision history for ProxMox
Additions:
Das erfolgt im Web-GUI:
- Finde das Gerät (z. B. SAS-Controller)
- Gebe ihm einen Namen (keine Leerzeichen!)
((2)) Device in der VM integrieren
Auch im GUI:
- Gehe zur betroffenen VM
- Klicke auf "Hardware" und dann "Add"
- "PCI-Device"
- zwei Wege möglich: "Mappen Device" (vorhanden, wenn Schritt oben erledigt) oder "RAW" (auch wenn Mapping nicht vorhanden)
- Finde das Gerät (z. B. SAS-Controller)
- Gebe ihm einen Namen (keine Leerzeichen!)
((2)) Device in der VM integrieren
Auch im GUI:
- Gehe zur betroffenen VM
- Klicke auf "Hardware" und dann "Add"
- "PCI-Device"
- zwei Wege möglich: "Mappen Device" (vorhanden, wenn Schritt oben erledigt) oder "RAW" (auch wenn Mapping nicht vorhanden)
Deletions:
Additions:
Folgende Schritte sind vorzunehmen:
((2)) Ressource Mapping
- Gehe zu Datacenter => Ressource Mappings (erst ab PVE 8 zu sehen!)
- Klicke auf "Add" bei "PCI Devices"
((2))
((2)) Ressource Mapping
- Gehe zu Datacenter => Ressource Mappings (erst ab PVE 8 zu sehen!)
- Klicke auf "Add" bei "PCI Devices"
((2))
Deletions:
Additions:
Additions:
((1)) PCI Passthrough (z. B. für TrueNAS)
Additions:
((1)) Router im Proxmox-Cluster
Siehe hier: https://www.reddit.com/r/homelab/comments/xrarg7/virtualizing_your_router_in_a_proxmox_cluster/?tl=de
Siehe hier: https://www.reddit.com/r/homelab/comments/xrarg7/virtualizing_your_router_in_a_proxmox_cluster/?tl=de
Additions:
((2)) Mehr informationen zu LXC unter proxmox
//to be continued//
((1)) Upgrade without subscription
----
Additions:
Siehe auch [[https://forum.proxmox.com/threads/unable-to-change-uid-gid-mapping-of-bind-mounted-nfs-folder.122138/#post-531379 folgende Erläuterung (wichtig)]].
Additions:
# im Übrigen setzt die o. g. Lösung voraus, dass
# 1) auf dem Host
user:x:1001:1001::/home/user:/bin/sh
# existiert - und im Container
user:x:1000:1000::/home/user:/bin/sh
# 1) auf dem Host
user:x:1001:1001::/home/user:/bin/sh
# existiert - und im Container
user:x:1000:1000::/home/user:/bin/sh
Additions:
# wenn
/path/to/dataset-mountpoint
# ein ZFS-dataset ist, dann binden wir es im Container <lxcID> so ein:
pct set <lxcID> -mp0 /path/to/dataset-mountpoint,mp=/mountpoint/in/container
# im proxmox-host müssen beide Dateien:
=> /etc/subuid und /etc/subgid
# noch folgenden Eintrag bekommen:
root:1001:1
/path/to/dataset-mountpoint
# ein ZFS-dataset ist, dann binden wir es im Container <lxcID> so ein:
pct set <lxcID> -mp0 /path/to/dataset-mountpoint,mp=/mountpoint/in/container
# im proxmox-host müssen beide Dateien:
=> /etc/subuid und /etc/subgid
# noch folgenden Eintrag bekommen:
root:1001:1
Additions:
((1)) LXC Container in ProxMox
Einige Besonderheiten:
((2)) Problem: Einbindung eines ZFS-Dataset im Container
Einbindung führt zu Berechtigungsproblemen...
%%(perl)
# containerID.conf sollte wie folgt aussehen:
[...]
unprivileged: 1
lxc.idmap: u 0 100000 1000
lxc.idmap: g 0 100000 1000
lxc.idmap: u 1000 1001 1
lxc.idmap: g 1000 1001 1
lxc.idmap: u 1001 101001 64535
lxc.idmap: g 1001 101001 64535
%%
Einige Besonderheiten:
((2)) Problem: Einbindung eines ZFS-Dataset im Container
Einbindung führt zu Berechtigungsproblemen...
%%(perl)
# containerID.conf sollte wie folgt aussehen:
[...]
unprivileged: 1
lxc.idmap: u 0 100000 1000
lxc.idmap: g 0 100000 1000
lxc.idmap: u 1000 1001 1
lxc.idmap: g 1000 1001 1
lxc.idmap: u 1001 101001 64535
lxc.idmap: g 1001 101001 64535
%%