do you mean this:
What would be a use case you have in mind? Because there are ways to import disk images in a storage-agnostic way.
Integrating special features for a very specific storage would need to have a good use case to warrant the...
One more follow up. By having the host part in there as well, it is very clear which subnet is used, when you are not using a /24, but for example a /26.
For example with 10.10.20.81/26 as host IP:
The result would be that the network ID address...
Yeah, since the CIDR (/24) marks which part of the IP address defines the network, and which the host, it is easy for Ceph to calculate the network part from the configuration.
If you allow me some comment here ;)
That classification regarding type1/2 hypervisors is a very strict approach that does not do justice to the nuances that have come up since it was coined back in the 1970s.
See this quote from that same wiki...
move the file (delete the vm config on source node) to be sure to not restart it again on old01 by mistake, when it's running on NEW01, or you'll break your vm filesystem
That is generally not a great idea as each Proxmox VE cluster will assume it is the sole user of a storage. If you would remove a VM and check the "Destroy unreferenced disks owned by guest" checkbox for example, and have a VM with the same VMID...
I assume this is a Linux guest right?
If you run ps -auxwf for example, you have the STAT column. If a process is in D state, it is waiting for IO to finish. See man 1 ps in the PROCESS STATE CODES section.
If a process is in that state you...
If you see 4GiB less of memory in the node summary, then they are used for something else. But Proxmox VE won't be able to use them.
So overall, another ~2 GiB of memory used doesn't surprise me too much.
Regarding the mismatch of seeing 60GiB of...
Can you share a few more details? For example, which summary shows 46 GiB? The one in the node summary?
Keep in mind that other services on the host also need memory. For example the whole management stack that handles the guests, provides the...
Is the Balloon Device checkbox active in the VMs Memory configuration (Advanced section)?
Is the Balloon Service installed and running in the Windows VM?
The Balloon Device is needed to communicate with the VM regarding its memory usage (and...
schau mal obs in /etc/pve/nodes noch Ordner von den alten Nodes gibt. die kannst du sicherheitshalber mal wo anders hin verschieben bevor du sie ganz löscht.
The main issue that happens here is if the backup target (storage, network, ...) is not fast enough to ACK a write. As the backup will halt the write operation of the VM until it got the ACK that this part of the VM disk in question has been...
well, that is setup that is not officially supported, so there might be some edge cases and we don't have a lot of experience with it.
regarding the /run/pve directory: is there a chance that the permissions are not as expected on some level...
The problem is that this node is part of a cluster, but cannot connect on any of the both networks to the remaining cluster:
The result is that the service/protocol for the cluster communication is not working and as a result of this, the...
Can you show the contents of your storage.cfg? cat /etc/pve/storage.cfg.
Paste the output within CODE tags for readability, or use the format buttons at the top of the editor.
well, that looks like a local DNS resolver/forwarder (10.1.1.7). Where does it get its results? Take a look there to figure out why it won't respond with v4 results.
seems to be working fine here:
dig +short de3.cdn.proxmox.com @1.1.1.1
45.84.67.184
dig +short fr.cdn.proxmox.com @8.8.8.8
51.91.38.34
Is your DNS setup maybe the cause?