Search results

  1. A

    Provisioned VM disk size vs. what VM shows df -h

    OK ... solved this in the following manner for 'my situation'. I know that this may not be desirable for other deployments for particular reasons, but it suited my requirements just fine. I referenced the following post - https://forum.proxmox.com/threads/disk-size-mismatch.92725/ (Thanks Dunuin...
  2. A

    Provisioned VM disk size vs. what VM shows df -h

    I really don't understand what's happening here. I have deployed numerous flavors of Ubuntu, 22, 24 and 20 and see the same behavior when issuing a df -h. I can deploy a container and get the desired output of whatever disk size I have created.
  3. A

    Provisioned VM disk size vs. what VM shows df -h

    Thanks for the clarity ;) I can certainly be slow ... root@pve:[~]: vgs VG #PV #LV #SN Attr VSize VFree backup-drive 1 20 0 wz--n- <447.13g 120.00m pve 1 4 0 wz--n- <446.63g <16.00g root@pve:[~]: lvs LV VG...
  4. A

    Provisioned VM disk size vs. what VM shows df -h

    Interesting. I looked at the VM disk and this is what I see: So the actual disk is ~50G. How am I to interpret or understand what will happen when I get to the 24G that df represents? aredman@cloud:[/]: sudo vgs VG #PV #LV #SN Attr VSize VFree ubuntu-vg 1 1 0 wz--n-...
  5. A

    Provisioned VM disk size vs. what VM shows df -h

    I created an Ubuntu 24.x VM in PVE 8.3.1. Proxmox View: Hard Disk (scsi0): backup-drive:vm-106-disk-0,discard=on,iothread=1,size=50G,ssd=1 Bootdisk size: 50.00 GiB VM View: aredman@cloud:[/]: df -h Filesystem Size Used Avail Use% Mounted on tmpfs...
  6. A

    VM Dumping Stack Trace

    Many thanks for the reply/suggestion. I've moved to Nehalem and will report back ... Linux version 4.14.137 (jenkins@fb6847e20b50) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)) #1 SMP Wed Mar 22 05:13:04 UTC 2023 Command line: root=/dev/ram0 ide=nodma ro acpi=noirq initrd=initrd.gz...
  7. A

    VM Dumping Stack Trace

    Thanks much, Fiona! Bit of an update … CPU of host server: 32 x AMD EPYC 7313P 16-Core Processor (1 Socket) Kernel: Linux 6.2.6-1-pve #1 SMP PREEMPT_DYNAMIC PVE 6.2.6-1 (2023-03-14T17:08Z) PVE MGR V: pve-manager/7.4-3/9002ab8a Looking at the VM boot log I see the following … Linux version...
  8. A

    VM Dumping Stack Trace

    Hi Fiona: Yes, the stack trace happens within the VM itself. It's a hardened linux appliance so the kernel is custom as is the OS to some degree. CPU(s) 32 x AMD EPYC 7313P 16-Core Processor (1 Socket) Kernel Version Linux 5.15.83-1-pve #1 SMP PVE 5.15.83-1 (2022-12-15T00:00Z) PVE...
  9. A

    VM Dumping Stack Trace

    For added context, I have two OVS-based VM's converted to qcow2 format and a native KVM VM imported and all three exhibit the same behavior.
  10. A

    VM Dumping Stack Trace

    --- snipping --- Jan 30 23:52:54 192.168.2.43 FS: 0000000000000000(0000) GS:ffff88807c800000(0000) knlGS:0000000000000000 Jan 30 23:52:54 192.168.2.43 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Jan 30 23:52:54 192.168.2.43 CR2: ffffffff8103f182 CR3: 000000000220a000 CR4...
  11. A

    VM Dumping Stack Trace

    Greetings All: I have a VM that is dumping a stack trace and rebooting. Please see the following output from this VM: Jan 30 23:52:54 192.168.2.43 BUG: unable to handle kernel paging request at ffffffff8103f182 Jan 30 23:52:54 192.168.2.43 IP: kvm_kick_cpu+0x22/0x30 Jan 30 23:52:54...
  12. A

    SSD size vs. what I see allocated

    Really appreciate the reply. Is LV then always a percentage of the drive size, or how is it determined?
  13. A

    SSD size vs. what I see allocated

    Greetings Team: I'm confused. I have a ~1TB SSD and am struggling to see how I can use the entire SSD here. root@pve1:~# df -h Filesystem Size Used Avail Use% Mounted on udev 16G 0 16G 0% /dev tmpfs 3.2G 1.6M 3.2G 1% /run...
  14. A

    [SOLVED] Running three web server guests on private network, one public IP

    Quite welcome :) Let me address the question this way ... you can see below an image of my proxmox setup. What you'll note is that I'm running a LXC container with Ubuntu 20.04 as the OS and simply installed HAP in the container with very little resources. As previously noted, it's super duper...
  15. A

    [SOLVED] Running three web server guests on private network, one public IP

    As a quick update, perhaps some of the HAP config was slightly confusing, so here is an updated version that makes it a bit more clear: frontend ft_ssl_vip bind 192.168.1.2:443 mode tcp tcp-request inspect-delay 5s tcp-request content accept if { req_ssl_hello_type 1 }...
  16. A

    [SOLVED] Running three web server guests on private network, one public IP

    @adrian_vg Remember, the example that I provided is HAProxy. Regardles, whenever using a reverse proxy (a.k.a load balancer) to 'front-end' your client requests into back-end servers, you can configure the proxy for SSL numerous ways: 1. Terminate SSL at the proxy and have clear text (port 80...
  17. A

    [SOLVED] Running three web server guests on private network, one public IP

    Greetings @adrian_vg : A few thoughts for you ... Container: ubuntu 20.04 vCPU: 1 RAM: 256MB works, but you can scale up as in the increase in traffic demands NOTES 1. LXC container to keep it really light and have the flex to dynamically scale up vCPU/RAM as needed 2. Ubuntu 20.04 as it's...
  18. A

    Multiple containers with the same IP

    Are you trying to create another loopback and disable ARP replies on it on each respective CT so you can have direct server return?