From my point of view it is not best practice to connect a PVE cluster directly to the outer internet. There should always exist a router with filtering capabilities. In that picture the router would do Geo blocking, beside other things. My...
My snippet is safer (no rounding issues) and does the tasks (-r for filesystem) in one step with verification. In your case if resize2fs couldn't shrink that much (probably the case here) you cut data off which will likely bite you at some point.
As I wrote in this thread a few times and Robert did as well (and this is described in the doc which I linked to for you):
most likely GC deleted the chunks because you moved them back when GC was running.
So the atime was old (not updated by...
Your manual mount use a kind of nfs version (4.0/4.1/4.2) while in storage.cfg you define version 3 which depends on rpcbind which your zerofs doesn't have as you wrote.
Btw. why use a uncommon nfs server if any linux has a functional kernel nfs...
Ich denke du hast meine Frage korrekt beantwortet, und mein Lösungsansatz hat im Nachgang nicht funktioniert. :)
Mit lxc-usernsexec werden die Berechtigungen im Container auf Berechtigungen außerhalb des Containers gemappt.
Fehlende...
Bit late to the party, but stumbled on this while exploring the same.
Just do this:
Credit: https://askubuntu.com/questions/1230494/how-do-i-enable-console-blanking-and-display-power-save-on-a-laptop-server-insta
No I haven't set up backups and snapshots yet because I am playing around and learning. I was going to set up backups today actually, haha.
But I can try to reverse the steps from the tutorial. Basically the only difference between what you...
The GUI has a Startup delay that can be set in Options > Start/Shutdown order for the CT; it was tried previously (either 30 or 60 seconds ?), but the startup error was not fixed. Not sure why that didn't work and First Guest Boot Delay did. In...
For reference on lvm in general: https://kb.blockbridge.com/technote/proxmox-lvm-shared-storage/
And the snapshot chains and their caveats:
https://kb.blockbridge.com/technote/proxmox-qcow-snapshots-on-lvm/index.html
I understand that the premise here is to continue using the existing SAN storage.
As I understand it, there has been no public statement so far that snapshot-as-volume-chain will become fully supported in future releases.
Personally, given the...
for most reliable information, you should ask the vendor for recent ubuntu 24 / hwe 6.17 and/or debian 13 support state.
proxmox 9.1 is basically debian 13 userspace with ubuntu kernel
i would not perfectly trust what AI is telling on this...
This will still break at some later point (happened at several updates before) aka the next time something changes in one of the used subsystems (cgroups, lxc-container, kernel namespaces). Now if you are willing to troubleshoot such things and...
Create /etc/init.d/cgroups-reparent (inside the container) with these contents:
#!/sbin/openrc-run
depend() {
need cgroups
}
start() {
# https://github.com/moby/moby/blob/38805f20f9bcc5e87869d6c79d432b166e1c88b4/hack/dind#L30-L34
#...
Awesome! This is the solution I (and probably the thread author) was looking for! Thank you very much for ignoring the drama and RTFM comments and providing a straight out solution.
Please calm down. Some things seem to have come across more offensive to you, than they read to me. Just to be clear: When we say “is not recommended” problems like the ones you ran into are to be expected. We “don't recommend” things, when we...
Your manual mount use a kind of nfs version (4.0/4.1/4.2) while in storage.cfg you define version 3 which depends on rpcbind which your zerofs doesn't have as you wrote.
Btw. why use a uncommon nfs server if any linux has a functional kernel nfs...
Welcome, @dtreth
I don't know why it hangs. I'm just thinking out loudly how to bypass the issue...
I would log in to the VM by other means (e.g., ssh) and inspect the situation when the console is hung.
Then maybe restart getty (or whatever is...