Search results

  1. M

    Proxmox Backup Server 1.0 (stable)

    Thanks! I was expecting this post would be the same as the e-mail I received (which didn't include the upgrade part).
  2. M

    Proxmox Backup Server 1.0 (stable)

    Congrats on the 1.0 release! Is it supported to upgrade from 0.9.x to 1.0? I did a quick look but didn't see any information about is.
  3. M

    Passthrough problems from a clueless Windows guy

    You're probably using x-vga=on in your config, this will redirect the video output to your M6000, plugging in a monitor to your card should give you the console of your vm. To get console in proxmox however you will have to disable the x-vga=on, this should give you two screens (one from console...
  4. M

    Disable ZFS ARC or limiting it

    You can limit the arc live without reboot (not persistent) or persistent: Set arc min and max persistent on reboots: $ vim /etc/modprobe.d/zfs.conf >>> options zfs zfs_arc_max=34359738368 options zfs zfs_arc_min=17179869184 <<< update-initramfs -u Set arc min max realtime (non-persistent) $...
  5. M

    [SOLVED] Backup fails with "exceeded allowed number of file entries"

    Thank you, I did dive into the manpages but didn't find the .pxarexclude solution. This issue is fixed for me as I can simply exclude this folder. I created a enhancement request in case someone ever runs into this issue with a more valuable folder. https://bugzilla.proxmox.com/show_bug.cgi?id=3069
  6. M

    [SOLVED] Backup fails with "exceeded allowed number of file entries"

    The folder appeared to have over 2 million files, since these were old session files they could be deleted. Is there any way to exclude a single folder or increase the file limit in case something like this happens again?
  7. M

    [SOLVED] Backup fails with "exceeded allowed number of file entries"

    Hi, I've been testing pbs for a while now and I'm backing up production vm's and lxc containers to really test pbs in our environment. One container has been giving errors regarding a file entries limit. This seems to be limited to pbs. I just upgraded to pbs 9.0 (client and server) but had...
  8. M

    [SOLVED] Corrupted file halts restore

    Thank you! That's what I wanted to know, glad to hear this is already a known issue. I already restored the backup using our other backup strategy, I try to use pbs as much as possible for testing but it's not our only solution. I was able to browse through the filesystem using the GUI, the...
  9. M

    [SOLVED] Corrupted file halts restore

    Hi, I've been using pbs as a test for a while now. I tried to restore a lxc container using pbs but it keeps failing with this error: Error: error extracting archive - error at entry "cpdavd_error_log": failed to restore mtime attribute on "cpdavd_error_log": Operation not permitted (os error...
  10. M

    Proxmox cloud provider for kubernetes

    I've been using this cloud provider for a while now: https://github.com/lnxbil/docker-machine-driver-proxmox-ve Tested and working with RancherOS iso and debian 10 prepared image + cloudinit. Because of the massive amount of docker images being pulled by customers on their dev/test...
  11. M

    How fast is your backup datastore? Benchmark tool

    vm 2 cores xeon E2236 (cpu=host) Uploaded 1136 chunks in 5 seconds. Time per request: 4418 microseconds. TLS speed: 949.27 MB/s SHA256 speed: 606.75 MB/s Compression speed: 1797.42 MB/s Decompress speed: 8328.39 MB/s AES256/GCM speed: 4592.29 MB/s...
  12. M

    Proxmox as host for main pfSense router

    If you know your way around the linux commandline you'll be able to set an ip-address on an interface, bring up that interface and reach proxmox that way.
  13. M

    HA live migration with zfs replication on pve 6.2

    Nice! Can't wait for the proxmox devs to release this into the repo so I can upgrade production systems, this fix has been working like a charm on my dev machines for a while now.
  14. M

    HA live migration with zfs replication on pve 6.2

    I applied the patch this way: vim /usr/share/perl5/PVE/HA/Resources/PVEVM.pm Enter ":108" to get to the correct line Press "i" to insert and paste the new line in. Make it look like this: my $params = { node => $nodename, vmid => $id, # bug #2241 forces is for...
  15. M

    Proxmox as host for main pfSense router

    I missed your requirement that vm's shouldn't be able to talk to eachother, I thought you just wanted them behind pfsense as firewall/gateway. You could solve this by creating a new vswitch for each vm or using vlans. I suggest only using vlans in the proxmox gui and not proxmox gui + pfsense...
  16. M

    Proxmox as host for main pfSense router

    @chrisdc Apart from the dhcp problem which shouldn't be a problem if you're using a static ip on proxmox you won't be able to reach the proxmox webinterface when the pfsense vm doesn't route because of whatever issue might pop up. I've had a few pfsense updates fail which required me to log into...
  17. M

    Proxmox as host for main pfSense router

    I've had pretty good experiences with pfsense running as a vm in proxmox, have a few dozen running at the moment. The only thing I've noticed (on pve5 though) is openvpn doesn't perform as wel as bare metal (even with cpu: host and aes-ni enabled in pfsense). Recent testing showed on pve6 with...
  18. M

    Proxmox Backup Server (beta)

    I already did some testing with different datastores, I apparently copied the wrong command. Everything works like a charm after updating to 0.8.6 client. Testing every possible configuration as we speak, I'm very impressed with the possibilities so far. No issues regarding the backup software...
  19. M

    Proxmox Backup Server (beta)

    I'll install the proxmox-backup-client from the no-subscribtion repo using some pinning rules as. Thanks for the tip!
  20. M

    Proxmox Backup Server (beta)

    root@pve2:~# proxmox-backup-client version Error: no such command 'version I'm using 0.3.0-1: root@pve2:~# dpkg -l | grep proxmox-backup-client ii proxmox-backup-client 0.3.0-1 amd64 Proxmox Backup Client tools I downloaded this version using...