> Proxmox wouldn't boot anymore
> ALERT! /dev/mapper/pve-root does not exist. Dropping to shell!
> I want to add a failed ssd (is in read only mode) with a proxmox installation on it to a proxmox test machine to recover some config files
For...
Hello all,
This afternoon I have tried to upgrade the Proxmox Virtual Environnement from 8.14.0 to 9.0 so I launched the pve8to9 script to check the compatibility with my system. I had one failure from the script which are the following :
FAIL...
Okay I did some research and the list is wild interms of response. I saw rsync but that is not good for something that is running. Would it be better if I put the files in ta container directly instead of mapping the mount point or use zfs...
Probier mal bash -x scripthier.sh um zu sehen was passiert. Ansonsten lass das set -euo pipefail weg.
Ich habe das Script oben etwas angepasst. Könnte nun funktionieren.
Vielen Dank an bluesite und Impact für die schnelle Hilfe.
@Impact: Führe ich Dein Script aus, passiert nichts, habe das mal testweise so eingesetzt:
#!/usr/bin/env bash
set -eou pipefail
count=$(/usr/sbin/proxmox-backup-manager task list |...
Hi,
"Unused" disk are still referenced in the config, so it will be deleted even if you don't tick the box.
It's not a bug; it's how it's supposed to work.
From the CLI manual (which is the same as using the GUI) :
Cf ...
Korrekt. Eben.
Das ist ein behelfsmäßiger Mechanismus. Ohne dass PVE dann anerkennt, dass diese Daten nun (wie bei der ZFS-Replikation) "shared" sind, ist das nicht einmal ein guter Workaround...
Hi,
"Unused" disk are still referenced in the config, so it will be deleted even if you don't tick the box.
It's not a bug; it's how it's supposed to work.
From the CLI manual (which is the same as using the GUI) :
Cf ...
It doesn't. You need two ZFS pools on each node with the same ID in the storage.cfg in /etc/pve but this name doesn't need to be rpool or data.
Let's say you have a vm image storaed on node pve-node1 local zfs pool "zfs-vm", then you can...
Hallo,
Vielen Dank für deine Antwort.
Es sind an den Server leider nur eine Netzwerkkarte pro Server verbaut.
Habe mal die Konfigurationen der Server kopiert. Vielleicht kannst du mir daran Zeigen was du geenau meinst.
Die Server sollen in...
@gctwnl I wouldn't like to increase the state of vagueness here, so I'm not directly recommending any new changes without advice from more experienced users. Use at your risk.
But if you read man qm in the PVE and make additional research, you...
So just like my other guide, this is more for my own records so I can come back and refer to it.
I know there are scripts for these things, but I prefer doing them manually so I can learn along the way.
Maybe it can help someone else in the...
Yep I have a three node ceph pool and a 4th node that is just using local storage. I have tested this on both the ceph pool and local storage. When I create the VM and add the second hard disk it shows up in the VM Disks section. After Detaching...