Sure: every backup method is better than zero backups :-)
I am lucky to have several PBS' running on separate hardware, so I haven't had to make that decision. Nevertheless I have one PBS installed in parallel on PVE. And while I will not...
Please post the complete file. (You don't use bridges???)
From that incomplete snippet there is not reason why it should not work.
On my systems "pveproxy:8006" listens on all interfaces which have an IP address - and it replies to requests...
I’m running three Dell PowerEdge R710s (not clustered), 128GB RAM each, dual Xeons, with Proxmox. Across the trio I host ~10-20 LXC containers and 8-15 VMs. Per box I see ~350W peak, ~250W average, and ~160W idle (single 570W PSU, mostly SSDs)...
Das ist nicht der Punkt, lies nochmal, was ich geschrieben habe.
Mit ZFS weiß ich sofort, wenn mit der Storage etwas nicht stimmt und lasse a. keinen weiteren Bit-Rot zu und b. renne ich nicht Scheinproblemen hinterher, von denen sich dann viel...
Hey UdoB, thanks for your contact.
Here it goes: Since the Palo Alto is the gateway, I shouldn't have the same IP assigned to an interface on Proxmox.
(that also explains why I was getting an error message when trying to assign the gateway IP to...
Rules of thumb: if you want to use Ceph or ZFS then direct access to the drives is highly recommended - I would say: required. Check the BIOS of the Controller if it has an "HBA"-mode; if not: check if you can flash it into "IT"-mode.
If both is...
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...