Search results

  1. A

    iscsi error?

    Probably not, but the presence of that message suggests there are optimizations available for you to take advantage of. My original suggestion stands ;)
  2. A

    HA Migration

    You must have missed this part.
  3. A

    raidz1-0 added disk

    As explained, thats not what you did. Its also not possible until zfs 2.3 gets rolled out. You're gonna need to destroy the pool and recreate.
  4. A

    iscsi error?

    alua is a feature on the target. The host will attempt to distribute traffic as allowed. Read the documentation of your storage for proper configuration of multipathd.
  5. A

    HA Migration

    Ensure that: 1. store iscsi_data is set up shared, and that the destination node is included in the allowed node list. 2. store iscsi_data ISNT SET TO LVM-THIN.
  6. A

    VE Cluster with 5 servers - issue

    ... I wont correct you, but you really should go back and read how networking works in a linux hypervisor environment. Suffice it to say it doesnt work like you think it does.
  7. A

    VE Cluster with 5 servers - issue

    I gather from this that you are using a single interface for all traffic, including corosync. This is bad practice and can lead to the exact behavior you are seeing. If you want to eliminate the possibility of corosync interruption, do not comingle other traffic with it on the same interface...
  8. A

    How lxc can access host's kernel parameters?

    Was responding to your quoted question. I dont have any idea how you would do it, as it wouldnt occur to me to try- and if it was possible I'd be reporting it as a bug.
  9. A

    Maintenance on a large part of cluster

    as long as you have enough resources in the "small" section, just move the workload over, then shut down all nodes in the "large" section. perform your required maintenance and boot them back up. edit there is another possibility; keep both the old switch and new switches connected...
  10. A

    How lxc can access host's kernel parameters?

    It effectively undoes the whole point of a container. may as well do whatever it is you're doing on the host since you don't have meaningful separation doing it in the way you are.
  11. A

    VE Cluster with 5 servers - issue

    Thats also in the logs. If I have to guess, its a networking issue. post the content of /etc/network/interfaces and /etc/pve/corosync.conf for validation and recommendations.
  12. A

    VE Cluster with 5 servers - issue

    All answers are in your logs. start there.
  13. A

    RDSH on Proxmox vs S2D for Retail SMB : Performance, Stability, and Cost?

    Yes. Wrong audience. HyperV can and does work well, but this is a Proxmox forum ;) No. whatever you do, make sure to architect the STORAGE first as so much of the rest of the deployment (HA, performance) is going to be tied to it. you're gonna have to get statistics from your current...
  14. A

    Feature request: Dedicated quorum node

    so, allow me to summarize your argument: You have customers who dont want three nodes. Those customers balk at having a quorum device that looks like a pve node, or a quorum witness appliance. for reasons. Is that about the gist? Let me ask you something else: what, exactly, are the services...
  15. A

    Multipath devices don't show up as disks; member disks do.

    OK, but that's a whole lot different than sweeping statements with respect to what the industry is doing. PVE lacks proper tooling to use shared block storage (be it iscsi, fc, NVOF, SBP, etc) to its full potential. Those are still the preferred way to handle shared storage for virtualization...
  16. A

    Virtual IP

    VRRP is a router protocol. If you run your routers on your cluster already, you already have a single IP that you can use for reverse proxy. the rest of the software doesnt serve any actual purpose.
  17. A

    VirGL hardware accelerated h264/h265

    Understand that H264/265 codecs are NOT FREE PRODUCTS, and they require a license. see https://accessadvance.com/ for more information.
  18. A

    PVE edge use case

    You can. its not ideal but it would work. THIS.
  19. A

    Multipath devices don't show up as disks; member disks do.

    While I can agree with your assessment for FC, what brings you to the conclusion that the "industry" moved away from iscsi? in favor of what? dont confuse the limitations of PVE with limitations of iscsi as a storage transport- which, incidentally, apply to fc as well. FC storage solutions are...
  20. A

    Virtual IP

    OK, so you have a router controlling NAT between your outside and inside traffic, right? start by looking at that documentation for a reverse proxy feature (might be called virtual server or similar) since, by definition, you can only reach your ROUTER from outside to begin with.