It's not supported and most writes come from the logging of the metrics for the dashboards and the need to update the configuration database of the proxmox cluster file system ram disk mounted to /etc/pve. These writes also occur with disabling...
Moin,
vielen Dank dafür ! Ich habe das Netzwerk manuell hinzugefügt, um mit SSH wieder drauf zugreifen zu können.
0) Netzwerk & SSH herstellen
ip a a 192.168.0.5/24 dev eno1
ip link set up eno1
ip r a default via 192.168.0.1
echo "nameserver...
Das können nur die Entwickler ("staff-member") beantworten.
Bisher findet man auf der Seite https://pve.proxmox.com/wiki/Linux_Container nur folgende Empfehlung: "If you want to run application containers, for example, Docker images, itis...
i got a great result after tuning journal into Truenas VM (that is zfs....on zfs host....)
what i did
nano /etc/systemd/journald.conf
MaxLevelStore=warning
MaxLevelSyslog=warning
Storage=volatile
ForwardToSyslog=no
systemctl restart...
Something has changed...
Try to follow these steps: https://forum.proxmox.com/threads/fabu-no-network-connectivity-after-installation-or-after-switching-the-router-can-not-load-the-web-gui-in-a-browser.160091/
This is a working method.
I mounted the disk to another virtual machine and was able to access the files. For tasks where you rarely need to restore individual files, this is a viable option.
The sequence is as follows (in case anyone needs it)...
Yes because in some cases this might led to problems if the swap is on zfs see https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#zfs_swap
Using a dedicated swap partition would work though or zramswap: https://pve.proxmox.com/wiki/Zram
And...
This is working as expected: Storage replication inside a cluster is for continueing a VM in case of an network error together with high-availability (see https://pve.proxmox.com/wiki/High_Availability ) or to reduce the migration time. Thus you...
Beide Zugriffswege sind ja (meist absichtlich, das ist der Sinn eines Proxies) komplett unabhängig voneinander; will sagen: wenn du über die IP-Adresse zugreifen willst, wird versucht, IP-Pakete von deinem momentanen Client aus nach 10.10.1.2 zu...
Great! I'm happy you get it going. You might click "Like" on my post if it helped...
Please tag this thread "Solved", there is an "Edit thread" button above the first post; left of the text is a drop-down menu :)
With your advice I unplugged my server and client PC from the network switch and connected them directly with ethernet cable, I can see ping pockets coming in but server never replies back, same for ssh or https. Connected client PC back to the...
Yes, in fact it's the maximum the insaller will use see https://pve.proxmox.com/wiki/Installation. if you install to ZFS noswap will be used at all since swap on a zfs volume is known for a possibility to cause trouble...
Are you sure the answer of "ping" came from this server? Or does it come from the machine using that IP address in that moment? (Hint: you can not know that without examining the MAC address.)
The first suspicion is an IP address conflict. I...
Yes, if you loose 4 out of 8 nodes you have an issue. You need to have an odd number of nodes.
If you have your cluster split in two rooms, you need the deciding vote (could be a q-device) located in a 3rd room/location. It should be equally...
Solid advice - I'll look into this option as well, thanks.
Yup, that scenario has not escaped my thought process - plan on doing the Q-Device for as long as I have an even number of nodes but might try and experiment with the "maintenance-mode"...
@UdoB is correct for a one-time procedure. It may be a good time to think about what would happen in a non-orderly shutdown (loss of the room), and to implement good practices.
Cheers
Blockbridge : Ultra low latency all-NVME shared storage for...
Integrating an independent Quorum Device is the correct solution for "normal use".
You go for maintenance and I expect you to have an eye on the remaining cluster during that time. In this case you can circumvent the Quorum problem by telling...