Search results

  1. K

    ASROCK J3455-ITX on Proxmox. Is it stable ?

    I've found a few topics where authors complain about issues with IOMMU groups, problems with passing PCI-e, and general system instabilities. I want to install Proxmox on that motherboard and use it as a primary Mikrotik router with a few small virtual machines. I would appreciate it if someone...
  2. K

    Can someone confirm that Packer -force does not delete existing template in Proxmox ?

    Can someone confirm that Packer with -force option does not delete existing template in Proxmox ? When I running packer build -force, the build consistently fails with Error creating VM: error creating VM: 500 unable to create VM 8001 - VM 8001 already exists on node 'pve', error status: From...
  3. K

    [SOLVED] Ubuntu template created with packer disables default user account

    This is my packer config for template creation in Proxmox ubuntu-server-focal-docker.pkr.hcl # Ubuntu Server Focal Docker # --- # Packer Template to create an Ubuntu Server (Focal) with Docker on Proxmox # Variable Definitions variable "proxmox_api_url" { type = string } variable...
  4. K

    Cloud-init network configuration with Ubuntu (--cicustom option)

    Hello, I am trying to configure network with cloud-init. I've prepared template with cloud-init with the following option: qm set 8000 --cicustom "user=local:snippets/userconfig.yaml,vendor=local:snippets/cloudinit-vendor.yml" cloudinit-vendor.yml: cat cloudinit-vendor.yml #cloud-config...
  5. K

    Is it possible backup to remote NAS ?

    Hello, Is it possible backup to remote NAS (NFS, SAMBA, iSCSI )? Do I need manual mount in terminal or there is some way in GUI ?
  6. K

    Grey button under local-lvm content section

    Hello, Proxmox 5.0-30 I started restore process from my NFS storage to local-lvm disk vm-212-disk-1 . Then I stopped it. Opened local-lvm content section and found that vm-212-disk-1 still exist. Also I found that all button on the top are grey. So I couldn't do anything with my disk. I use...
  7. K

    Proxmox corrupts file system on running VM's when recovery process starts

    Hello, My server Dell R 620 Server Proxmox 5-0.30 Raid 5 PERC H 310 Virtual machines on same server on LVM-Thin 8 VM's is running I decided to recover from backup one of my VM. After 3 % of done, I found that some of my services on running VM's stopped. I stopped process of recovering my VM...
  8. K

    Message on backup restore: Sum of all thin volume sizes (xxTiB) exceeds...

    Hello! I'm trying to restore my backup on Proxmox server. Size of virtual machine 70 GiB. I have 1,73 TiB free for VM's on local-lvm from 3,16 TiB . My log file told me that: "Sum of all thin volume sizes (3,58 TiB) exceeds the size of thin pools and the size of whole volume group...
  9. K

    How to inspect backup process in detail ?

    Hello! I have 7 virtual machines on my Proxmox server. I make a backup with snapshot mode and GZIP (good) compression. Total size of all gzip compressed images around 519 GB. Backup process continues for 14 hours. My question is how can I check on what stage backup process ? Archiving...