Recent content by alexskysilk

  1. A

    ZFS on rotative drives super bad performance

    ok, that make sense. the behavior you describe suggests you have problems with your hardware. you can keep an eye on dmesg to see what messages pop up during IO, which should give some indication. A smart test on your drives is probably in order as well.
  2. A

    ZFS on rotative drives super bad performance

    pveperf is not a useful benchmark in this way. try is with something that is either your application or simulates your application.
  3. A

    ZFS on rotative drives super bad performance

    How are you arriving at that measurement? do that on the host.
  4. A

    Advice for cluster/ceph

    zfs doesnt have to be a poor fit for database- the default settings are simply not tuned for it. see https://openzfs.github.io/openzfs-docs/Performance%20and%20Tuning/Workload%20Tuning.html#database-workloads, https://docs.oracle.com/cd/E26505_01/html/E37386/chapterzfs-db1.html
  5. A

    ZFS on rotative drives super bad performance

    Sounds like you have issues beyond the disk subsystem. guest type, virtual HW configuration, and drivers can all play a part. I'd begin troubleshooting on the host end. What kind of performance do you get with similar IO issues by the host itself directly to the store?
  6. A

    FYI: ZFS pool SUSPENDED not recognized / handled - even with HA VMs starving

    HAH! I never said or suggested open source; open source is great and many valid and valuable applications exist that are, but storage is special. Storage requires ENORMOUS engineering effort, post deployment support, and continuous improvement. As such, open source Storage solutions invariably...
  7. A

    FYI: ZFS pool SUSPENDED not recognized / handled - even with HA VMs starving

    google high availability storage. There are many options available. resouces arent relevant in and of themselves. Storage solutions can be very low to very high powered, with different class of disk, tiering and caching methods, and with varying features. Ceph doesnt have to be hyperconverged...
  8. A

    FYI: ZFS pool SUSPENDED not recognized / handled - even with HA VMs starving

    Not necessarily. dual (or multi) controller NAS is a thing. Repeat after me. Replication isnt High Availability. High availability necessarily requires REAL TIME availability, which replication cannot provide. "But in my use case, the data doesnt change that much and it would work perfectly...
  9. A

    FYI: ZFS pool SUSPENDED not recognized / handled - even with HA VMs starving

    Any form of shared storage. NFS, iSCSI, etc. see above. zfs is host specific. if it becomes unavailable, what would be the point of fencing the node in the first place?
  10. A

    CephFS disk usage for ISO storage?

    As you can see, your datastore and iso_data pools use the same disks. the total capacity consumed for BOTH is 4.5TB raw (~1.5TB used.) you ISOs only take 137GB as you expect.
  11. A

    CephFS disk usage for ISO storage?

    post the output of ceph df detail if you still have questions I'll chime in with explanation.
  12. A

    FYI: ZFS pool SUSPENDED not recognized / handled - even with HA VMs starving

    A couple of reasons this isnt actually so. 1. The store in question was limited to a single node, and would not have affected anything in a cluster- eg, no other cluster node has access to this store- a zfs store is NOT HA BY DEFINITION. 2. any node may have more than one datastore. fencing a...
  13. A

    Deploying a colo

    You shouldnt be. there are a lot more people (especially on these forums) that equate NAS with Synology and not Netapp. and fewer know why Netapp costs so much more. @dmca7919 if serious, NAS is an excellent option for HA virtualization storage. while I appreciate @bbgeek17 not wanting to...
  14. A

    How to move a VM from one cluster to another

    Having the datastore mounted on two separate clusters can be really dangerous, since the clusters dont share file locking information. That said, if you are able to make sure they dont try to consume the same resources at the same time, what you suggest is doable. Out of curiosity, why do you...