First, thank you for your help! :)
Fortunately, this is not a boot pool. I ran the following command:
zpool replace -f two_tb_disk /dev/disk/by-id/scsi-2001b4d20c32c8d78-part1 /dev/disk/by-id/scsi-2001b4d2001387072
And it appears that...
Hello, I have a problem on creating a new encrypted pool with zfs
zpool create -f -o ashift=12 -O encryption=on -O keyformat=passphrase -O keylocation=prompt -O compression=lz4 encrypted-pool mirror nvme-WD_Blue_SN5000_4TB_25325M801530...
Was sagt das im frisch gestarteten CT?
cat /etc/network/interfaces
systemctl status networking.service
journalctl -ru networking.service
systemctl --failed
dpkg -l | grep -Ei "dhcp|ifup|network"
Please note that the need of ECC-RAM for ZFS is quite overblown:
https://jrs-s.net/2015/02/03/will-zfs-and-non-ecc-ram-kill-your-data/
This blog post is quite long (but still good and highly recommended!) reading, the most important point imho...
Danke für deine Rückfragen.
1) Die Interface werden weiter vom Proxmox VE Host verwaltet und auch verändert.
$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.0.0.15/24
gateway...
:) I think we have the same in mind. - I will try to explain my intention more detailed.
Backing up VMs and LXCs running Docker or LXCs created from OCI images,
have in common that the applications can be recreated with less effort from the...
Hallo,
Ich habe einen NUC mit proxmox, dort wollte ich Updates machen und siehe da er startet nicht mehr.
Folgendes wird über HDMI ausgegeben:
```
Helcome to GRUB
error: disk...
Hi Community,
I have two small servers in my homelab: one at 192.168.1.100, the other at 192.168.110. I had a network issue and decided to set a static DHCP address for the second at 192.168.1.120. Unfortunately, this broke the cluster: the UI...
In OPs case, many if not all the containers are accessing the same data, which would be passed as a mountpoint. It wouldnt really make sense to do that, since there's nothing to be gained backing up the container itself.
Hi all,
I built a small tool called doxmox to track changes in the Proxmox VE documentation.
The goal is simple: detect changes in https://pve.proxmox.com/pve-docs/ and review them quickly.
Why I built it:
Before important updates...
That is what can be done with different virtual disks on different mount points and marking the non relevant partition as not included in the backup. The value depends on how you setup the environment, by hand vs. (container) registries and git...
Hi,
the plugin uses a LVM thin Pool per VM disk(s) with an initial Pool size which gets autoextended (activation/thin_pool_autoextend_threshold & thin_pool_autoextend_percent) via dmeventd and it ensures also proper cluster locking
similiar...
Hallo Admins,
seit ein paar Tagen werden die Netzwerkinteface eth0 und eth1 einer Proxmox VE LXC nicht mehr gestartet.
Ausgangspunkt
Proxmox VE
Virtual Environment 9.1.7
Linux p15-pbs 6.17.13-2-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.13-2...
Das schon gefunden https://forum.proxmox.com/threads/comparison-table-of-relevant-pve-block-and-file-storage-options-performance-and-features.173285/ ?
NFS ist wohl beste Kompromiss.
This cannot be done from the GUI.
If this is a non-boot pool, using zpool replace -f is fine.
However, I would recommend specifying the new disk via /dev/disk/by-id/ as well.
If this is a boot pool, you will need to follow the additional steps...
As stated above, the best approach is unquestionably to provide two dedicated ports for Corosync.
In addition, using Bond + LACP Fast is also a valid option. In this particular case, making ring0 a bonded interface may help resolve the issue...