The file/location is not checked at the time of setting the option. It is possible that the config does not exist at the time of VM creation. One could dynamically generate the config on VM start. You will be notified at the time of VM start or...
root@pbs:/# chattr +i /mnt/nfs/
root@pbs:/# lsattr /mnt/
----i----------------- /mnt/nfs
Before mounted:
root@pbs:/# ls -l /mnt/
total 0
drwxrwx--- 2 backup backup 6 Mar 20 12:33 nfs
After mounted:
root@pbs:/# mount -a
root@pbs:/# ls -l...
In general network storage isn't a good fit for PBS see https://forum.proxmox.com/threads/datastore-performance-tester-for-pbs.148694/ and https://pbs.proxmox.com/docs/system-requirements.html#recommended-server-system-requirements
Is your NAS...
Hey @AntonJ , I never replied to your post, but I wanted to say thank you for taking the time. You pushed me to read more and more on this and I've been trying to tinker into networking a lot more. While I've finally grasped the networking side...
The storage graph on the datastore summary page shows the cache utilization, not the s3 bucket. Is there a way to change that to the actual bucket status?
I assume this means no?
EDIT: I just found out that I don't actually have a traditional router, just a modem and a wifi pod... Could that be why this isn't working? I bought a switch a while ago so I would have more ethernet ports to plug in...
The router is 192.168.40.1 and the subnet is /24. The IP address of my phone does start with 192.168.40.x, I tried it on my computer (it still didn't work) but its connected through ethernet and for some reason my ISP app won't let me see info...
Hi,
I would like to share a small project I built for Proxmox called GuestPilot.
The goal was simple: have a small, fast, root-local tool to monitor and control VMs / CTs without exposing the full Proxmox API surface to end users.
For my use...
I assure you, I've been doing https:// every time. That's something I've seen about a million times in looking for a solution to my problem lol
Here is lsof -i | grep 8006:
Hello, I am very very new to this, and I am at my wit's end already.
I have looked through many forums with similar problems, tried many different things all still resulting in "This site can't be reached" when I try to connect to the IP. I've...
Before mounting the NFS share inside your PBS VM you may want to set a immutable flag to the mount directory with chattr +i <directory>
If you don't do that and your NFS share is not mounted for whatever reason PBS may write data to this...
Hi Folk!
I’ve been experimenting with AI coding and built a lightweight cloud management platform on top of Proxmox VE — inspired by VMware vCloud Director.
The goal is to add a simple “cloud layer” for Proxmox to support multi-tenancy and...
Boah, das ist ja eine böse Falle, dass sich der SATA-Controller des Chipsatzes nur aktiviert, wenn man eine SATA-SSD einsteckt... Wieder was gelernt.
Ich möchte meine Aussage revidieren. Anscheinend funktioniert es bei mehreren Intel-Chipsätzen...
Hallo zusammen,
es wird in Proxmox VE schon seit längerem neben den Linux Bridges auch OVS unterstüzt. Letztlich ist OVS viel flexibler, wenn es um die Abbildung von Enterprise Features wie das isolieren von VM-Port zu VM-Port Komunikation auf...
Ich sage es jetzt nur ungern, aber als gelernter Technikjournalist halte ich die hier verlinkte Anleitung für eine der schlechteren ihrer Art.
Ich verstehe ja vieles nicht, aber hier verstehe ich vor allem nicht, an wen sich diese Anleitung...
Hello,
with proxmox-boot-tool I got the following output.
Can I now execute?
sgdisk <healthy bootable device> -R <new device>
sgdisk -G <new device>
What happend than to the zfs pool?