Skip to content
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

listener add fails #403

Closed
caroav opened this issue Jan 30, 2024 · 0 comments · Fixed by #406
Closed

listener add fails #403

caroav opened this issue Jan 30, 2024 · 0 comments · Fixed by #406
Assignees

Comments

@caroav
Copy link
Collaborator

caroav commented Jan 30, 2024

scenario:

  1. 2 GWs.
  2. Create subsystem, and add 2 listeners (1 per each GW).
  3. Delete subsystem.
  4. Repeat step 2 (same subsystem name).
  5. Add listener on GW1 (works).
  6. Add listener on GW2 (fails).

Note that I did the steps without waiting more then 1 sec between.

The error I see is:

INFO:control.grpc:Received request to create client.nvmeof.mypool.cephnvme04.umehwu TCP ipv4 listener for nqn.2016-06.>
Jan 30 13:01:35 cephnvme04 ceph-2c0b5c86-beb4-11ee-bb70-98be94f75098-nvmeof-mypool-cephnvme04-umehwu[35252]: WARNING:control.state:Local version 57 differs from OMAP file version 65. The file is not current, will reload it and >
Jan 30 13:01:35 cephnvme04 ceph-2c0b5c86-beb4-11ee-bb70-98be94f75098-nvmeof-mypool-cephnvme04-umehwu[35252]: **ERROR:grpc._server:Exception calling application: Message type "delete_listener_req"** has no field named "auto_ha_state>
Jan 30 13:01:35 cephnvme04 ceph-2c0b5c86-beb4-11ee-bb70-98be94f75098-nvmeof-mypool-cephnvme04-umehwu[35252]:  Available Fields(except extensions): "['nqn', 'gatewayName', 'traddr', 'trtype', 'adrfam', 'trsvcid']"
gbregman added a commit to gbregman/ceph-nvmeof that referenced this issue Jan 30, 2024
…teners re-creation

Fixes ceph#403

Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
gbregman added a commit to gbregman/ceph-nvmeof that referenced this issue Jan 30, 2024
…teners re-creation

Fixes ceph#403

Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
gbregman added a commit to gbregman/ceph-nvmeof that referenced this issue Jan 30, 2024
…teners re-creation

Fixes ceph#403

Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment