Recent content by proxmon

  1. P

    ZFS Raid 1 Auto Expand Not Working

    Proxmox installed on ZFS Mirror which ran out of space. I replaced the drives 1 at a time using this method: sgdisk -R /dev/sdnew /dev/sdold sgdisk -G /dev/sdnew zpool replace rpool sdold1 sdnew1 grub-install /dev/sdNew update-grub update-initramfs -u Old: 2x 240GB SSDs New: 2x 400GB SSDs...
  2. P

    Proxmox Attach ZFS Pool?

    Thanks, I ended up using bind-mount which worked very well. How it looks for anybody having the same issue: root@proxmox:/etc/pve/lxc# vi 208.conf lxc.mount.entry: /storage_main storage none bind,create=dir,optional 0 0 lxc.mount.entry: /storage_backup backup none bind,create=dir,optional 0 0...
  3. P

    Proxmox Attach ZFS Pool?

    ZFS Configuration ZFS RAID 1 Disk: 2x SSDs Zpool: rpool Content: Proxmox install, VMs ZFS RAID 5 Disk: 4x HDDs Zpool: storage_backup Content: Data storage ZFS RAID 6 Disk: 16x HDDs Zpool: storage_main Content: Data storage VM Configuration Media VM located on rpool attach storage_main...
  4. P

    Trouble with the baremetal usb install

    Thanks for reply, however, I was not able to get this to work. Proxmox is not for me, please close this thread.
  5. P

    Trouble with the baremetal usb install

    Update: mostly works! 1. Create proxmox install media on Patriot USB 2. Start install, choose /dev/sda Samsung SSD 3. On boot, choose Patriot USB 4. Type pveboot at prompt, proxmox successfully boots! So there is a grub issue. Within proxmox I used 'upgrade-from-grub-legacy'. Options are: -...
  6. P

    Trouble with the baremetal usb install

    I'm at home now with the server ready to go, any other suggestions?
  7. P

    Trouble with the baremetal usb install

    At the beginning of the install proxmox lists the Patriot drive as /dev/sda. Any way to force the Leaf drive to be sda instead? Is grub.cfg located on the installation media? None, after selecting proxmox monitor goes dark. The system reboots and the BIOS splash screen appears.
  8. P

    Trouble with the baremetal usb install

    Hello, Board/CPU: Supermicro x10SBA Mem: 8GB DDR3 SSD: Samsung 256GB Installation target: Leaf 16GB USB Proxmox installer: Patriot 16GB USB I am new to proxmox and I was not able to install it. I followed this guide. - made bootable Patriot USB with proxmox iso - install wizard launches, I...