Search results

  1. R

    Space used in ZFS

    Hello We have installed ZFS enabled in proxmox 5. We left image and container in storage "ZFS" and backup, iso and template in storage "Directory >> ZFS", ok? these two storage units share the same space, but monitoring the use of this space is not centralized, correct? For example, a zpool...
  2. R

    installation and boot via NVMe

    Hi @wolfgang! If we install proxmox on NVMe and /boot on another device. will we have trouble installing a cluster? In the initial tests that we are doing here with older machines it seems that we will not have problem to mount the cluster (we installed the proxmox via debian 9) Best regards
  3. R

    installation and boot via NVMe

    Hello Carlos! thanks for the answer (1) Our idea is not to have a complex environment, but to seek to make the best possible use of the components we have (old and new) (2) You said "advantage you would have a faster boot time and responsiveness from the system partition on a virtualization...
  4. R

    installation and boot via NVMe

    Hi Carlos! The manufacturer (Lenovo) has indicated to us that one of our servers has support for boot and the other one does not (see excerpt below). "In x3500M4, Lenovo supports the PCIe SSD to be a boot device. You need to confirm if there is any bootable device in the system because of the...
  5. R

    installation and boot via NVMe

    Hello Carlos! I believe you are right if it is not possible to install by the iso of proxmox or via debian without many changes and customizations that may affect the proper functioning of proxmox and require many adjustments in the version updates. But would not it be possible to do what...
  6. R

    installation and boot via NVMe

    Hi, We have made several installation attempts. The installation on the SSD has run smoothly but the server does not start/booting, the SSD NVMe (via PCIe) is not recognized as a valid option in the list of bootable devices. The screen that we have attached is displayed. Any suggestions on...
  7. R

    installation and boot via NVMe

    Hi, Please look at the three images from the link below. NVMe appears as a target but we are not able to continue the installation. Any idea of what is happening and how to solve it? https://drive.google.com/drive/folders/0BwquYFt95odqM1NxaUVBWGNyWE0 Best Regards
  8. R

    installation and boot via NVMe

    Hi Wolfgang, thanks for the reply! I know this is not a capability OS (PVE installer have the necessary drivers). Maybe my doubt and difficulty should be put in another forum, because it is not a doubt about proxmox, but on how to enable installation and boot via NVMe on an old server that...
  9. R

    installation and boot via NVMe

    In the two links below it is shown how to enable installation and boot via NVMe PCIe: http://forums.debian.net/viewtopic.php?f=17&t=131613 http://www.poweredbyjeff.com/2015/10/29/Intel-750-SSD-in-Debian-Jessie/ Is it possible to do something similar using the proxmox live cd through advanced...
  10. R

    NVMe Boot Drive

    Hello, IBM X3100M4 does not come with standard BIOS support to boot into PCIe NVMe. If drive-sata is placed on the /boot partition, will it be possible to install proxmox 4.x on this server? Any tips on how to do this? thank you
  11. R

    Disable root login

    Disabling root login (sshd_config) can cause some problem in some proxmox activity (backup, migrate, snapshot ...)?
  12. R

    Reduce partition

    The virtual disk is in a storage directory (real HD added to proxmox). How should I proceed?
  13. R

    Reduce partition

    I reduced a partition of a virtual machine by the liveCD using Gparted -540GB (apparently OK) How do I reduce these -540GB on proxmox? Just edit the "/etc/pve/qem-server/10X.conf"? I tried using the command below, but it did not work: https://pve.proxmox.com/wiki/Resize_disks qm resize...
  14. R

    Let’s Encrypt with Proxmox VE

    Proxmox could use a certbot (https://certbot.eff.org/);)
  15. R

    virtual machine hd size

    Hello Ashley, thanks for the help!
  16. R

    virtual machine hd size

    How do I leave default by linux: When deleting files or directories to zero out your disk for any user? If multiple users put and delete files in different places it will be difficult to use dd and rm Thanks!
  17. R

    virtual machine hd size

    Hi, When I delete HD data from the virtual machine, the raw/qcow2 file does not reduce, correct? Is there any way you can do this? For example, (1) I created the virtual machine and put a HD 500 GB, the qcow2 file appeared with 50 MB - OK (2) then I put 100 GB (data) and the qcow2 file...
  18. R

    dd command or clonezilla for Proxmox VE 4

    I read that there is a recommendation manually install debian install and pve on top of it, if you want to clone the Proxmox (https://forum.proxmox.com/threads/reinstall-proxmox-without-format.26221/#post-131672). But the clonezilla or dd command could not be used for this in a direct...