Thank you very much for this very good explanation.
Really makes sense.
I will try to replace the HD some time next week, after first rsyncing all content to another server.
I just had a look into 500.conf and scsi4 is shown with a max. size of...
As the replacement disk is empty, zfs doesn't know what you want it to do with it. You might trick the pool into resilvering scsi4 directly when you first create zfs partitions on the drive, but I wouldn't bet my data on it.
After the resilver...
Nachtrag zu
for f in $(dpkg -l | grep "rc " | cut -d " " -f 3); do echo $f; sudo apt purge -y $f; done
sudo kann raus und apt-get statt apt vermeidet Warnungen bei Nutzung in scripts. Also:
for f in $(dpkg -l | grep "rc " | cut -d " " -f 3); do...
Thank you very much for this very good explanation.
Really makes sense.
I will try to replace the HD some time next week, after first rsyncing all content to another server.
I just had a look into 500.conf and scsi4 is shown with a max. size of...
Since there is no built-in way to tell it "snapshot the real volumes and just skip the binds" (bug #1007 has tracked that since 2016),
I wrote a small open source overlay that does exactly that:
https://github.com/bitranox/pve-bindsnap...
Hallo zusammen,
wie viele hier hatte ich das "Problem", dass sich ein Container mit Bind-Mount über die GUI nicht snapshotten lässt: der Snapshot-Button ist ausgegraut, pct verweigert es.
Die üblichen Tipps sind, auf lxc.mount.entry...
Hi all,
Like a lot of people here, I ran into the wall where a container with a bind mount cannot be snapshotted: the Snapshot button greys out and pct refuses. The usual answers are to switch to lxc.mount.entry, or to remove the mounts...
I did not.
I'll have to look up a) what a shard volume is and b) how to set it up either in the context of an EC ceph pool and/or in the context of a replicated ceph pool.
re: 200GB testfiles size
I only set up my Win11 VM with 100 GB VM/OS...
SMART overall-health self-assessment test result: FAILED!
Drive failure expected in less than 24 hours. SAVE ALL DATA.
1 Raw_Read_Error_Rate 0x000f 042 031 044 Pre-fail Always FAILING_NOW 67378645
This disk is toast, no way to restore...
Done. This strikes me as a problem E: /etc/kernel/proxmox-boot-uuids does not exist, but the only post I saw on the forum was about booting from ZFS. I'm using ext with LVM, although I have a zpool I'm using as storage. I see an error whenever I...
I modified my first post by inserting 'CODE' sections. Thank you for the advise.
I checked the smartctl status of the HD and attached the output as text file. (svProx - smartctl - ZJV5JAHP.txt)
Is the HD completely damaged or is there a way to...
On a multi-node cluster with an EVPN SDN zone, the zone status is permanently shown as pending on a single node, while all other nodes show available.
It appears that the root cause is pvestatd failing to parse the output of ifquery -a -c -o...
Glad to hear you got the cluster going again. You can mark the thread as solved then. :)
Once you have a working cluster and corosync detects a config_version higher than the previous version it will try to distribute the new corosync.conf to...
Hello.
I have a Proxmox+Ceph cluster, 5 nodes (8 OSD per nodes).
This morning, I updated (to last 8.4) and rebooted each node (one at a time, moving the VM beforehand, etc).
I ended up with two "out" and "outdated" OSD (both "out" and...
Thank you for all your help! @daanw you have managed to help me fix my cluster and also the same time make me learn so much about clusters,
So i take it the corosync file needs to be th same on all nodes in /etc/pve and /etc/corosync also...
On pve01; did you copy the corosync config to /etc/pve/corosync.conf as well?
Looks like the corosync config is not yet updated on pve02. Did you restart the services or reboot after changing the config?
Do not try to fix two nodes at the same...
@hybridencounter Thanks for your data. Let's see if with data from both cases we can narrow down the issue so developers can finally fix it
Update — further investigation, more data for developers
After more testing today, I can refine the...