-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🧹protobuf interface cleanup #397
Comments
Agreed to do 1,2,4,5. |
@baum there is no type uint16 in protobuf. |
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jan 29, 2024
… and only allow IP addr family Fixes ceph#397 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jan 29, 2024
… and only allow IP addr family Fixes ceph#397 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jan 29, 2024
… and only allow IP addr family Fixes ceph#397 Signed-off-by: Gil Bregman <[email protected]>
@baum as there is no 16 bit integers in protobuf I added a test in the CLI to give an error in case the port is 65536 or bigger. |
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jan 29, 2024
… and only allow IP addr family Fixes ceph#397 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jan 29, 2024
… and only allow IP addr family Fixes ceph#397 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jan 29, 2024
… and only allow IP addr family Fixes ceph#397 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jan 29, 2024
… and only allow IP addr family Fixes ceph#397 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jan 30, 2024
… and only allow IP addr family Fixes ceph#397 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jan 30, 2024
… and only allow IP addr family Fixes ceph#397 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jan 30, 2024
… and only allow IP addr family Fixes ceph#397 Signed-off-by: Gil Bregman <[email protected]>
gbregman
added a commit
to gbregman/ceph-nvmeof
that referenced
this issue
Jan 30, 2024
… and only allow IP addr family Fixes ceph#397 Signed-off-by: Gil Bregman <[email protected]>
Merged
baum
pushed a commit
to baum/ceph-nvmeof
that referenced
this issue
Feb 2, 2024
Fixes: ceph#397, sub-issue 3 Remove `ana_reporting` & `auto_ha_state`. Use exclusively the subsystem enable HA flag - pass to spdk as `ana_reporting` enable HA subsystem flag - listeners checks the subsystem enable HA flag Signed-off-by: Alexander Indenbaum <[email protected]>
baum
pushed a commit
to baum/ceph-nvmeof
that referenced
this issue
Feb 2, 2024
Fixes: ceph#397, sub-issue 3 Remove `ana_reporting` & `auto_ha_state`. Use exclusively the subsystem enable HA flag - pass the enable HA subsystem flag to spdk as ana_reporting - listeners checks the subsystem enable HA flag Signed-off-by: Alexander Indenbaum <[email protected]>
baum
pushed a commit
that referenced
this issue
Feb 5, 2024
Fixes: #397, sub-issue 3 Remove `ana_reporting` & `auto_ha_state`. Use exclusively the subsystem enable HA flag - pass the enable HA subsystem flag to spdk as ana_reporting - listeners checks the subsystem enable HA flag Signed-off-by: Alexander Indenbaum <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gateway.proto suggested cleanups:
TCP
IPv4
andIPv6
, preferably using SPDK styling, the rest of the options, IB and FC, should be removed.trsvcid
, representing TCP port, should be defined uint16 instead of uint32The text was updated successfully, but these errors were encountered: