Search results

  1. V

    Moving Disk to local from local-lvm in proxmox

    Hey! If i'm not mistaking - not really. These are different storage types. The lvm one is LVM-Thin. This allows ot store the raw data for VMs and over-provision storage for VMs. Local is Directory. It's great for storing images and backups, but not VMs. My advice would be to opt for ZFS. When...
  2. V

    [SOLVED] mount parameter (USB stick) ignored

    My pleasure! If my understanding is correct, that flag is used during boot. As soon as the device is mounted, there is no point in having nofail, since no actual fail occurred :)
  3. V

    [SOLVED] mount parameter (USB stick) ignored

    Try including UUID="479c7c08-c841-45b7-8679-cbf67258be45" /media/Backup ext4 nosuid,nodev,nofail 0 0 into fstab and reboot with the USB removed. See if it blocks the boot.
  4. V

    Proxmox VE will hang.

    Can you please specify what drivers you use for the VM controller, disk? Is your physical server using any cache-capable RAID controller? What file system are you using?
  5. V

    Proxmox 5.4 Installation on Dell FC630 Raid ?

    Can you explain how the "no boot" looks like? Is it stuck before the kernel is loaded?
  6. V

    [SOLVED] mount parameter (USB stick) ignored

    Try these flags: nosuid,nodev,nofail E.g. UUID="479c7c08-c841-45b7-8679-cbf67258be45" /media/Backup ext4 nosuid,nodev,nofail 0 0 Btw, have you created the Backup folder?
  7. V

    [SOLVED] can not shutdown with apc ups

    It may sound stupid, but are the shutdown commands executed with root privileges? Can it be the case that the system simply rejects it since the apcupsd does not have the right privileges?
  8. V

    ZFS in Dell PowerEdge R610

    Interesting! It's very good to know. We've used this setup since we haven't managed to migrate all the machines to controllers allowing the pass-through (we still have a mix of H310 and H710 for DELLs) and in order to have the compatibility for all the hardware we've opted for RAID0 per drive...
  9. V

    [SOLVED] can not shutdown with apc ups

    This is weird. Have you tried doing the command line shutdown manually? It may be the case that some VMs don't have the QEMU agent running. It also happened that the shutdown of VM was stuck due to Windows update.
  10. V

    [SOLVED] Grub boot ZFS problem

    Ok, leaving this for posterity. No, the issue was not related to an error with BIOS, hardware, firmware, etc. Turns out - the external HDD connected via USB to the server was causing the issue. It still leaves a couple of questions unresolved: why was it booting normally in the past? why even...
  11. V

    HELL with hp DL20 gen 9

    Can you clarify please: - does it reach the ProxMox Installer GUI or it fails before? - if it does reach the installer, what file system do you try to make? - does it fail during installation routine, or after the first reboot?
  12. V

    ZFS in Dell PowerEdge R610

    Hey! Instead of trying to achieve drives pass-through, you can create a RAID0 virtual disk for each separate drive. This is how i have it atm.
  13. V

    [SOLVED] can not shutdown with apc ups

    I am using a Smart UPS and their PowerChute instead of apcupsd. I cannot tell much about apcupsd, but it seems that the UPS sends the correct messages, while apcupsd does not process them. I.e. the UPS tells that the UPS is lacking power, but when the shutdown sequence is initiated, no actual...
  14. V

    [SOLVED] Grub boot ZFS problem

    Thank you @udo To be honest, i'm not sure where to start digging. I have 4 Dell R620s. All have identical setup. All have identical hardware (give-or-take). The drives are from the same batch. The RAID controllers are of the same type. BIOS settings are identical and so are the iDRAC settings...
  15. V

    Dell Openmanage on Proxmox?

    Hey! Since i figured this out, decided to share for posterity: echo 'deb http://linux.dell.com/repo/community/openmanage/iSM/340/stretch stretch main' | tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list && \ apt install dirmngr && \ gpg --keyserver pool.sks-keyservers.net --recv-key...
  16. V

    [SOLVED] Grub boot ZFS problem

    Hey guys! Inquiring about the Grub boot ZFS problem issue: https://pve.proxmox.com/wiki/ZFS:_Tips_and_Tricks#Grub_boot_ZFS_problem I have a couple of Dell R620 and some boot normally and some don't. The setup is identical. Has anybody managed to get to the root of this issue? Details: The...
  17. V

    Sandisk SX350-1600 for Ceph any good?

    @silbro I use it for VMs. Work like a charm. Haven't tried Ceph yet, though. But i'm sure they can manage.
  18. V

    Sandisk SX350-1600 for Ceph any good?

    If i'm not mistaking, you're talking about Sandisk IoMemory. They should be crazy fast. I use the previous generation of Fusion-Io and i get 1-1.5GBps RW and around 200k IOPS. So it should be very good.
  19. V

    PVE subdirectory reverse proxy with NGINX

    Here's my sample of NGINX conf. Maybe it can help you: server { listen 443; server_name <proxmox_domain> root "/var/www/html/htdocs/"; #or another folder ssl_certificate <proxmox_fullchain>...
  20. V

    Only 1 backup(s) allowed?

    Valid point, but it makes sense only if you are the cluster manager. If you have a multi-user setup and the user has access to manage the VM, this will bring more confusion. You end up with different alert messages based on the user role and this complicates the overall Proxmox UI logic. I guess...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!