Search results

  1. mir

    Shared Storage for a PVE Cluster

    I would suggest Omnios which is now OmniosCE.
  2. mir

    proxmox HA on shared SAN storage

    If you do not require your storage to be HA as well ZFS over iSCSI is a very stable solution.
  3. mir

    proxmox HA on shared SAN storage

    Most enterprise SAN's has the ability to make snapshots of LUN's so instead of making snapshots in proxmox you make the snapshots on the SAN.
  4. mir

    How can you maintain the cluster to continue to works after some nodes/datacenter down

    In generel clusters with an even node numbers is a disaster waiting to happen. Always use odd numbers for nodes in a cluster or in Ceph terms odd numbers for monitors.
  5. mir

    qdevice for a scaleable cluster

    nodes for quorum must be physical. Using a VM for quorum is dangerous and plain stupid.
  6. mir

    In the meantime take a look at this...

    In the meantime take a look at this: https://forum.proxmox.com/threads/freenas-backend-for-zfs-over-iscsi.27008/#post-210633
  7. mir

    I have been very busy with my paid job so I have not had the time to finish the work. I hope...

    I have been very busy with my paid job so I have not had the time to finish the work. I hope sometime in the future I will get the needed time but since my current solution is no longer a burning platform (omnios has transcended to omnioce) the requirement is not imminent.
  8. mir

    Stratis: New storage management solution for Linux

    Hi all, Maybe Stratis could be a future storage solution for Proxmox. The solution combines the best parts from ZFS and BTRFS but doing it using existing kernel tools. DM and XFS. Article series: 1) overview: https://opensource.com/article/18/4/stratis-easy-use-local-storage-management-linux...
  9. mir

    No Disk IO graphs

    Ask the devs. I have mentioned it a couple of times.
  10. mir

    No Disk IO graphs

    In the file /usr/share/perl5/PVE/QemuServer.pm find this: if($path =~ m/^iscsi\:\/\//){ $devicetype = 'generic'; } and change it to this if($path =~ m/^iscsi\:\/\//){ $devicetype = 'block'; } After this change...
  11. mir

    sshd: PermitRootLogin no ?

    This is not an option since almost all proxmox operations requires root privileges. You can, however, disable login using password to the proxmox nodes since proxmox's access is certificate based.
  12. mir

    Fibre Channel SAN with Live Snapshot

    If you don't need live migration between nodes and HA you could create a local ZFS pool on LUN's presented to the node from the SAN. An experimental live migration method including local disks exists but is only available from command line.
  13. mir

    [PROXMOX 5.1] [lpfc] HBA Emulex LPe12000 error

    I was referring to the drivers pciid database;-)
  14. mir

    [PROXMOX 5.1] [lpfc] HBA Emulex LPe12000 error

    My guess is a missing update of the pciid database.
  15. mir

    [PROXMOX 5.1] [lpfc] HBA Emulex LPe12000 error

    Have you tried consulting your hardware supplier?
  16. mir

    Meltdown and Spectre, special concerns for the virtualization industry

    Apparently Intel has no intention to change there CPU architecture to create a CPU without the Spectre vulnerability so they still intend to produce and ship CPU's which are broken by design: https://lkml.org/lkml/2018/1/21/192 Let us hope every review of Intel CPU's in the future are made with...
  17. mir

    FOSS ZFS over iSCSI options for use with PM (2018)

    That mail never hit my mailbox. As well as all the other messages from the same day! Odd. I will start reading ;-)
  18. mir

    FOSS ZFS over iSCSI options for use with PM (2018)

    Content of last email from you dated 2017-07-26:
  19. mir

    FOSS ZFS over iSCSI options for use with PM (2018)

    I am still waiting for a code review from proxmox.