Why not test the concrete behavior? Just create a test-Container, add some storage, run backup/restore, "zfs rename" the virtual disk, start the Container, and-so-on. This approach comes for free and teaches you the behavior of your actual...
Hi,
I would like to change the Sender Display Name when clients receive notifications from Proxmox Mail Gateway (PMG). For example, currently the sender is shown as "Proxmox Mail Gateway" <postmaster@hostname.mydomain.com>, and I would like to...
I reinstalled proxmox 8.3 and this time I made sure to NOT add the CEPH repo
# - name: Add No Subscription ceph repository
# apt_repository:
# repo: deb http://download.proxmox.com/debian/ceph-reef {{...
Here is the log when apt upgrade failed on a fresh 8.3 install
```
Proxmox update upgrade error leaves proxmox in a state where the VM can't boot.
```
```
root@msi:~# sudo apt update
107 packages can be upgraded. Run 'apt list --upgradable' to...
This is more then true IF you try to use a volume on multiple hosts SIMULTANEOUSLY, in which case its not "good practice" its downright forbidden. There are ways to accomplish this with central metadata management (eg, lustre) but not just...
Sure, that's one way to use it.
This sounds to me like a fringe opinion and is opposite to actual good practices and iSCSI intended purpose. However, you are welcome to use it as you want.
If I recall correctly, PVE explicitly filters out iSCSI...
i will keep looking, but so far it appears that similarly to 6.8 changes in vfio (and likely other files) have broken compatibility, so we need a patch for 16.9/17.X to restore it, so far on the PolloLoco - NVIDIA vGPU Guide page there is no...
I confirm that by making a backup of the named routes both in the wiki and in my post (which are the same), you can restore the metadata configuration of the PVE server without problems!
Worked it out.
Thanks
For anyone reading:
# The important part
cp /etc/pmg/templates/main.cf.in /etc/pmg/templates/
vim /etc/pmg/templates/main.cf.in
# The important part
#append these lines to the end (depending on smarthost requirements...
We have one VM which is used just for occasional testing. Accordingly, it is set to not start automatically and we can't set it to Requested State=started.
We would like it to be limited to a specific HA Group to limit it to certain physical...
You can find out which shell you are using by issuing the command echo $SHELL. If you are using a normal container as the root user, you can always set environment variables by modifying your "profile" file located at the path /etc/profile. Let's...