Thank you,
i followed your guides,very useful although not complete, Had to research to be able to do parts of it. Very good sart though.
Please keep updating them. :)
Update 2 — deeper investigation, the rabbit hole goes further
More testing today revealed something unexpected that significantly refines the diagnosis.
Root cause: two independent but chained bugs.
After extensive testing across multiple kernels...
Right, das Script läuft auch so auf meinem ZFS Desktoprechner und "sudo" hatte ich ich übersehen.
Für Proxmox ist bei der Ausführung als root, sudo, nicht notwendig und "sudo" ist nicht auf allen Promox VE nachträglich installiert worden.
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...