-
nbjoerg
bahamat, sjorge: did anything ever come out for
TritonDataCenter/smartos-live #930 ?
-
bahamat
I haven't had a chance to look into it
-
toasterson
has anybody ever made a version of the json utility installable on OSX or Linux?
-
nbjoerg
toasterson: you mean "npm install -g json"?
-
toasterson
ah, I definetly did not want to try that just in case json in npm is not that json
-
toasterson
it works thanks
-
nbjoerg
well, the github page referenced in the help text suggested that :)
-
nbjoerg
hm. something funny is going on with networking. zone in subnet A <-> router <-> zone in subnet B is much slower than zone in subnet A <-> router <-> host in subnet B
-
gotwf
gremlins. day light savings run amok, ooh, la, la!! ;P
-
gotwf
Actually...
-
gotwf
... all appears to be remarkably well.
-
rzezeski
nbjoerg: are zone(sub A) and zone(sub B) on same physical host with VNICs sitting atop same physical link?
-
nbjoerg
rzezeski: yes
-
rzezeski
nbjoerg: and what is the physical NIC?
-
nbjoerg
ixgbe
-
rzezeski
okay, so more than likely this is mac performing hardware-offload emulation because the packets are traveling across the implicit switch aka "mac loopback"
-
nbjoerg
huh? they should be going out to the real router
-
rzezeski
you could verify this by something like: `dtrace -qn 'mac_hw_emul:entry { print(args[3]); }`
-
nbjoerg
if it prints nothing, it is not hit, right?
-
rzezeski
correct
-
nbjoerg
right, not hit
-
nbjoerg
to name some numbers: my workstation can fetch gige line speed via HTTP from zone A; the file server zone B in the same subnet as my workstation only gets ~30MB/s
-
toasterson
-
jperkin
yes but it's unmaintained for years, we'll likely do something completely different for new images
-
Smithx10
native hashicorp packer would be <3
-
Smithx10
-
toasterson
jperkin: well I am making a tool for me and want imgapi support. So I want to test the current builds a bit to reverse engineer things I don't quite understand from docs
-
toasterson
Smithx10: packer is for vm images. we have image builder for such cases which we should push more.
-
Smithx10
Doesn't image builder require docker?
-
toasterson
-
Smithx10
ahh, I'm thinking about the lx branded zones image builde
-
Smithx10
think its in a omnios repo somewhere
-
toasterson
wiedi_: I can't pm you somehow on matrix if you wanted to support me getting your images built :)
-
Smithx10
I thought mibe was for building VMs and Zone images?
-
toasterson
Smithx10: it is but limited to smartos imgapi images.
-
Smithx10
-
Smithx10
Think Packer would be able to replace mibe, does image-builder already do that?
-
wiedi_
toasterson hm strange, but yes I can explain a bit how I build the images if you want to chat - just did not want to bore the channel :)
-
Smithx10
wiedi_: lol
-
Smithx10
:( I am boring? :(
-
wiedi_
nooo :D
-
toasterson
wiedi_: considering that it seems to be the last image building setup around I doubt it's boring :)
-
wiedi_
just did not want to spam my pet project links in here all the itme ,)
-
andyf
That's just my fork, the canonical one is
github.com/omniosorg/lx-images
-
andyf
and the one under illumos/ is great for building general images for cloud stuff or AWS or whatever
-
toasterson
Smithx10:
github.com/openflowlabs/aurora-opencloud is based on upstream illumos and openindiana for now but also could generate smartos images later if mibe is to be phased out
-
Smithx10
Does Aurora OpenCloud have a site?
-
wiedi_
so instead of mibe, which requires changes to the global zone you can also parse the mibe-repository, create a prepare-shell-script from all that and pass that to "imgadm create" which does the hard work. That can be triggerd via ssh
-
toasterson
Smithx10: not yet. I have no clue what to put on it exactly.
-
toasterson
wiedi_: sounds good. Are instructions anywhere?
-
wiedi_
-
toasterson
thanks will have a look after food :)