Mach vor dem Upgrade ein Backup und einen Snapshot, dann kannst du, falls etwas schiefgehen sollte, einfach zurück.
apt-get install -y rename gpgv
# Eintrage in /etc/apt/sources.list(.d) updaten
sed -i 's/httpredir/deb/g' /etc/apt/sources.list
sed -i 's/httpredir/deb/g'...
Hast du LVM auf dem Raid? Bitte Ausgaben von pvs, vgs und lvs posten, sowie von lsblk.
Wie waltar schon schreibt, in md126 fehlt eine Platte.
Ansonsten kannst du mal versuchen die Raid Devices zu mounten
mkdir mnt1; mount /dev/md126 mnt1; ls -l mnt1
mkdir mnt2; mount /dev/md127 mnt2; ls -l mnt2
try adding the MAC of your enp5s0 to the bridge, like
auto vmbr0
iface vmbr0 inet static
address 192.168.86.204/20
gateway 192.168.86.1
bridge-ports enp5s0
bridge-stp off
bridge-fd 0
hwaddress 0c:c4:7a:2a:44:bf <--- your MAC
You can use rsync with
rsync -av /mnt/src/ /mnt/target/
to delete files on target that are not on src add --delete, to use numeric ids use --numeric-ids,
use -X for extended attributes and -A for acls.
You can do a test run without writing anything with --dry-run
You can use ceph, so all your proxmox nodes are also storage nodes. you need at lease 3 nodes, 2 have to be online for your storage to be accessible. More nodes are better. You need fast network for your ceph storage (10gbit minimum, 25gbit, 40gbit or 100gbit recommended.)
How much storage space do you need?
How fast (latency / throughput) storage do you need?
How much availability / redundancy do you need?
How much are you able / willing to pay? ;)
How do you backup? /!\ HAVE BACKUP /!\
For my homeserver i have a single 4 TB SSD for my proxmox, if it dies, i...
1. Clone the Disk (with dd or clonezilla)
2. Bios Boot and EFI can stay the way they are, you have to grow sdX3 (might be another letter than b on the new disk).
You can use parted (i dont know the syntax for that) or fdisk
fdisk /dev/sdb
Use (p) to print partition layout
Use (d) to...
If you have a proxmox backup it includes the disk image(s) as well as the configuration files.
You seem to have created a new config file, and you have added the disk twice, as sata0 and as scsi0, or are these two different disk images?
You seem to be booting from network, try a bootdisk: sata0...
Nein, die Zeitstempel kannst du nicht umstellen (afaik)
Du kannst natürlich deine Zeitzone auf UTC setzen, du kannst auch nach GB auswandern, die Sommerzeit kommt dir dann aber immer noch in die Queere, die ISS nutzt UTC ohne Sommerzeit ;)
If you have only two node which for whatever reason do not see each other you have a potential split brain situation, the same VMs are running on both sides. (think 2 shops selling the same article to different customers)
To avoid that the running side in an HA Environment must have a majority...
The only possibility i see is to restore the backup, delete the files from the restored backup , delete the backup and recreate the backup without the files ...
The same problem applies to a backup Tape in a safe, etc
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.