Recent content by fknorn

  1. F

    Changing NIC PCI Bus address

    @pieteras.meyer @Christian St. @vladislv - did you get anywhere with this? Did you manage to customise the bus address? Trying to achieve this too but am struggeling... thanks! I always get something along the lines of "addr" and "bus" property not being defined in schema... Thanks for any...
  2. F

    Freature request: Logging option for firewall rules

    Hi there, I'd like to make a feature request. Currently, in the pve-firewall, anything that explicitly gets dropped by a user rule doesn't show up in the (rather useful) firewall log tab, since it is dropped before it hits the "log anything that made it until here" statement at the end of the...
  3. F

    ip6tables-save error in syslog

    Similar issue here, syslog is FULL of Feb 23 12:06:32 trns-ve1 pve-firewall[675193]: status update error: iptables_restore_cmdlist: Try `ip6tables-restore -h' or 'ip6tables-restore --help' for more information. Version / debug info: root@trns-ve1:/etc/pve # pveversion -vproxmox-ve-2.6.32...
  4. F

    online migration KVM VM on proxmox 2.2 HA cluster

    Great, any updates on this? Or is there another convenient way of HA migrating all running KVMs away from a particular node?
  5. F

    [SOLVED] Some VM migrations fail, but only between certain nodes

    Yes, they are. But I solved the issue. It had to do with SSH authentication I believe. I manually tried to SSH from every node to every other node, and I noticed that in some cases I got the usual first-time-SSH-question (The authenticity of host ......... can't be established). Upon answering...
  6. F

    [SOLVED] Some VM migrations fail, but only between certain nodes

    Hi there, As intro: I've recently changed a bunch of node names / hostnames. Things mostly work, except for one particular oddity. In my 6-node cluster, using Ceph as shared storage, with HA configured, fencing working, etc. I can live-migrate my VMs from anywhere to anywhere else, EXCEPT...
  7. F

    GlusterFS Mount Options

    Same question here! Where can I specify additional mount options?
  8. F

    GlusterFS with multiple Gluster Servers

    Ok, answering my own question here: "It just works." That is, if you have a storage pool (a bunch of gluster servers peered together with replicated volumes, etc.) you just need to add one of them through the proxmox storage GUI. The client, under the hood, will know about the other servers and...
  9. F

    Redundant GlusterFS servers as Storage - WHY NOT!?

    Sweet, thanks, indeed, I just tried it out!
  10. F

    Redundant GlusterFS servers as Storage - WHY NOT!?

    Hi there, sorry for digging this out - but how did you manage to get the redundancy working? If you can add but one IP through the proxmox GUI?
  11. F

    GlusterFS with multiple Gluster Servers

    Hi there, I successfully added shared gluster storage (from a single server) to my proxmox cluster (aim: HA). I can migrate CTs from failed nodes, all good. Except that the GlusterFS server is now a single point of failure... So, I've replicated that storage across two gluster servers. How do...
  12. F

    HA + GlusterFS for shared storage of containers

    Gentlemen, thank you for your interesting suggestions. I'm really grateful for those and will look into both of them later today. However, and I guess that's a more general question --- why doesn't the cluster just "carry on" (i.e. migrate nodes) even if the fencing returns an error? Or is...
  13. F

    HA + GlusterFS for shared storage of containers

    Hi cesarpk, Thanks for those pointers. However, I'm just building a proof of concept testbed... I did some more testing. I've narrowed the problem down somewhat. Two scenarios: A) I remove the network cable (on the interface proxmox communication takes place). In that case, the node gets...
  14. F

    HA + GlusterFS for shared storage of containers

    Is it possible that I'll have to look into failover domains for things to work?