Gris Ge
Gris Ge
Joe@HP point out we might improve our debug output of `make check`. I would like to use this issue to trace debug/error message improvement ideas. One to start with: -...
``` [fge@megadeth ~]$ sudo lsmenv mega lsmcli ld Device alias: mega URI: megaraid:// lsmcli ld PLUGIN_BUG(2): cmd: '/opt/MegaRAID/storcli/storcli64 /c0/eall/sall show all J', errno: 255, stdout: '{ "Controllers":[ { "Command Status"...
``` [fge@redhat-vm1 ~]$ sudo lsmenv vmax lsmcli lv|grep lsm_v_c__EGAA 6426c8603b7d913d839bc31bd4675059 | lsm_v_c__EGAA | 60000970000194900393533030344145 | 537722880 | No | SYMMETRIX-+-000194900393-+-C-+-0001 | SYMMETRIX-+-000194900393 6426c8603b7d913d839bc31bd4675059 | lsm_v_c__EGAA | 60000970000194900393533030344145 | 537722880 |...
BY removing the `NLM_F_DUMP` and set the `AddressHeader.index`, we can do the filter at kernel space instead of current user space. I will do the work. Just need a link...
According to openshift team, they would like to see a profile been created with `autoconnect: false` for `state:down` interface in `gen_conf` mode. So that they could have a interface been...
Introducing support of nmpolicy syntax[1] including rust, python and C bindings. Implementation workflow: * `NetworkPolicy` could deserialize from existing nmpolicy file. * Each of capture line will produce a new...
I am maintaining several fedora rpms - `rust-netlink-xxx` where depending chain exists. So I hoping to support stuff like: V2 design: ```yaml - job: koji_build trigger: commit side_tag_suffix: rust_netlink allowed_pr_authors:...
We are hoping to get data on * What is the commonly used network topology? (e.g. VLAN over linux bridge over bond) * Version of nmstate been used This could...
The pypi nmstate is outdated, we should remove it or at least maintain it(better setup CI release autotask)
Current nmstate code is using UUID when referring the controller/parent in NM profile, this cause problem when the controller/parent is in-memory profile which change UUID after reboot. The OpenShift is...