Recent content by zBrain

  1. Z

    Proxmox cluster in limbo

    Hi all - I have a Proxmox 7 cluster in a state that has me concerned. Everything on them was running. Then I couldn't access the web interface. So I tried restarting pveproxy. The restart command hangs. Anything I do with qm hangs. pvecm status shows all nodes are up and I have quorum. I...
  2. Z

    Proxmox CT on zfs?

    Yep, that's likely my issue. hahaha thanks...I need more coffee.
  3. Z

    Proxmox CT on zfs?

    It appears to already be set. I can create VMs on it with no issues.
  4. Z

    Proxmox CT on zfs?

    I can't find a rootdir attribute. Here's the screenshot:
  5. Z

    Proxmox CT on zfs?

    When I go to create a CT it doesn't give me the option to use the zfs store, only the local dir. Is this expected behavior?
  6. Z

    Removing a stale virtual disk

    I have a detached disk I cant' get rid of. In my storage view for ceph I see vm-100-disk-0. I click remove and it refuses because vm 100 exists. I go to the hardware tab, and the only disk is local-zfs:vm-100-disk-0 (which is what I want, as I'm moving things off of ceph to reconfigure my...
  7. Z

    Moving a disk using wrong network device

    I've done some more digging and this is only more confusing and frustrating. The source disk is a LVM device on top of iSCSI. Trying from another node where enp6s0 is a 10GB link... # iscsiadm --mode node 10.0.1.108:3260,-1 iqn.2005-10.org.freenas.ctl:data-c-iscsitarget # ip r default via...
  8. Z

    Moving a disk using wrong network device

    I'm moving virtual disks from a FreeNAS box to local-zfs storage. The freeNAS machine I'm migrating from is on 10.0.1.108/24 (storage network) The machine I'm migrating to has: vmbr0: 10.0.0.111/24 (management network) vmbr1: (public ip + gateway) bond0: 10.0.1.111/24 (storage network) In my...
  9. Z

    Hyperconverged setup advice

    It seems odd to me as I've moved virtual disks between freenas boxes without issues before. I appreciate any ideas, because I feel like I must be missing some knowledge.
  10. Z

    Hyperconverged setup advice

    Ok, assuming I'm going to try to work out my ZFS setup for now and look into ceph later: I'm migrating from a FreeNAS server that only has 1GB NIC. Storage is on a dedicated subnet. As I said, things go fine while migrating the disk at first. RAM usage steadily climbs until it hits 50% usage...
  11. Z

    Hyperconverged setup advice

    I have a 2U rack server with 4 nodes. Each node has: 2 CPUs, 6 cores, hyperthreaded (24 total) 128GB RAM 2x 1GB + 1x 10GB NIC 3x 4TB WD Gold 2 NVMe slots I'm migrating from an old cluster involving multiple FreeNAS boxes and a big mess. Currently I have set up a couple nodes with a 3 way...
  12. Z

    Option to Show VM Bandwith in Kbps / Mbps

    Seriously, the solution is to download and pay for another control panel to run on top of Proxmox? Why am I paying a Proxmox subscription then? It's 8 months since this was posted how is it not fixed?
  13. Z

    Wrong disk size inside VM

    I had an issue growing a disk. It is on LVM. I tried increasing the disk from 300GB to 400 via GUI. I got permission denied. After trying a few things, I found I was missing quorum. Fixed that. Increased disk size via GUI. Now it reported 700GB. Ugh. Ok. It's because I ran the command to...
  14. Z

    Running postgres and reducing I/O overhead

    I'm wondering what the best way to virtualize database (specifically postgres) loads is. The use case in question requires as few I/O bottlenecks as possible. I'm using local ZFS storage on the host and understand if I tune it to 8k records as well as setting Postgres to 8k records you can...