-
papertigersjperkin: did you ever find time to poke at that samba issue?
-
jperkinsorry, I got distracted by dtrace not working (illumos.org/issues/16345) and then other things came up, but at least now I can trace userland args. I started narrowing it down, will get back to it.
-
jperkinI noted solaris-userland reverted their update, presumably due to hitting the same issue, of course nothing useful from their commit message.
-
tozhuhello all, is there any software can be used to do loadbalance in smartos? like AutoPilot in Triton, any docs to descripte how it works and how to use, thanks in advance
-
papertigersjperkin: appreciate the update
-
papertigersinteresting find on the dtrace side too
-
bahamattozhu: You can use nginx or haproxy, both of those work well. vmadm does also have native vrrp support that can be combined with vrrpadm (or something like keepalived) in the guest, but the native vrrp is almost never used. I've heard people say they had issues with it, but I haven't had the time to go investigate it myself.
-
tozhubahamat: Thank you,
-
bahamattozhu: Triton itself also have CNS, which provides DNS names for all instances that can be used for doing things like round-robin load balancing or auto-discovery of back end IPs with nginx or haproxy.
-
tozhuokay, I’ll find some guide from google, thanks for the information