Rechtsdienstleistungen, Datenschutz, sichere EDV-Systeme

ich war hier: ProxMox

Revision history for ProxMox


Revision [4714]

Last edited on 2025-01-18 20:07:47 by WojciechLisiewicz
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)
Deletions:
((2))


Revision [4713]

Edited on 2025-01-18 20:02:38 by WojciechLisiewicz
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))
Deletions:


Revision [4712]

Edited on 2025-01-18 19:55:02 by WojciechLisiewicz
Additions:


Revision [4711]

Edited on 2025-01-18 19:49:02 by WojciechLisiewicz
Additions:
((1)) PCI Passthrough (z. B. für TrueNAS)


Revision [4687]

Edited on 2024-12-11 12:01:55 by ErdaxoAdmin
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


Revision [4498]

Edited on 2023-05-27 21:27:12 by ErdaxoAdmin
Additions:

((2)) Mehr informationen zu LXC unter proxmox
//to be continued//
((1)) Upgrade without subscription
----


Revision [4423]

Edited on 2023-03-12 17:56:41 by ErdaxoAdmin
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)]].


Revision [4422]

Edited on 2023-03-12 17:55:46 by ErdaxoAdmin
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


Revision [4421]

Edited on 2023-03-12 17:33:01 by ErdaxoAdmin
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


Revision [4420]

Edited on 2023-03-12 17:29:47 by ErdaxoAdmin
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
%%


Revision [4413]

The oldest known version of this page was created on 2023-03-12 14:55:48 by ErdaxoAdmin
Valid XHTML  |  Valid CSS:  |  Powered by WikkaWiki