-
bahamat
Actually, I don't think they're stored in redis. I have no idea where they are stored. Trying to dig through adminui now to figure that out.
-
Smithx10
its no problem
-
Smithx10
i'll loop and stuff json into comments
-
bahamat
Ah, it's in moray.
-
bahamat
There's a bucket named sdcnotes, and it all goes in there.
-
Smithx10
No way for adminui currently to access notes right?
-
Smithx10
errrr
-
Smithx10
s/notes/comments
-
bahamat
Yeah, it doesn't display them currently.
-
Smithx10
I might try to add that... my manager has finally given up on Excel / Jira lol
-
Smithx10
We have moved into the Asset Mgmt stage of our relationship
-
bahamat
It shouldn't be hard, since it's already in the cnapi record. You just need to figure out a place to put it.
-
Smithx10
yea, probably put it next to traits
-
Smithx10
or maybe just a button lol
-
bahamat
Editing it shouldn't be too hard either, you can basically copy what traits/rack_id does
-
Smithx10
yea
-
bahamat
But then if it has json...should that be automatically parsed? I'm not entirely sure.
-
Smithx10
good point
-
Smithx10
bahamat: think I'd get in trouble if I changed comments to object instead of string? Traits is an object
-
Smithx10
I've never seen triton use it for anything so probably not
-
bahamat
Smithx10: It's a string field. I think you'll get a syntax error if you try to make it json.
-
bahamat
But, if you're planning to submit a patch for adminui, it'll only be accepted if it's treated as a string.
-
nikolam
so after triton headnode install, admin account can't include space (blank)? It seems i can't log in and also after destrucion of zones and reinstall using same config file
-
nikolam
e.g. would like to change admin password for sdc adminui and don't know how. Found manual only for root
-
neuroserve
nikolam : is the headnode up now?
-
neuroserve
nikolam_ : is the headnode up now?
-
neuroserve
if yes - you should first check, whether all services and zones have come up correctly
-
neuroserve
sdc-healtcheck or sdcadm health should help with that
-
neuroserve
if that works you should configure boot from disk with piadm
-
bahamat
nikolam_: admin password should work with a space, and you can use sdc-useradm to change passwords, but it's not as easy as it should be...I think I'll add a new command `sdc-passwd` for changing user passwords.