-
Notifications
You must be signed in to change notification settings - Fork 49
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
.github/workflows: Bump actions/stale from 5 to 9 #111
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9acf16a - Browse repository at this point
Copy the full SHA 9acf16aView commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 696debb - Browse repository at this point
Copy the full SHA 696debbView commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c8abde1 - Browse repository at this point
Copy the full SHA c8abde1View commit details -
NvmeOf GW Map message Signed-off-by: Alexander Indenbaum <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b4a9bb - Browse repository at this point
Copy the full SHA 1b4a9bbView commit details -
- fix global_init, run as CODE_ENVIRONMENT_UTILITY - increase llog verbosity for now Test: - ceph cluster ../src/vstart.sh --new --without-dashboard --memstore - nvmeof gw monitor client ./bin/ceph-nvmeof -i a -c /home/baum/ceph-ci/build/ceph.conf -n client.admin \ -k /home/baum/ceph-ci/build/keyring 2>&1 | tee ceph-nvmeof.log Output: - init ``` 2023-10-25T17:10:25.786+0000 7fae15611580 0 nvmeofgw int NVMeofGw::init() 2023-10-25T17:10:25.787+0000 7fae15611580 0 nvmeofgw int NVMeofGw::init() nvmeof Registered monc callback 2023-10-25T17:10:25.791+0000 7fae15611580 0 nvmeofgw int NVMeofGw::init() monc.authentication done 2023-10-25T17:10:25.792+0000 7fae15611580 0 nvmeofgw void NVMeofGw::tick() 2023-10-25T17:10:25.792+0000 7fae15611580 0 nvmeofgw void NVMeofGw::send_beacon() sending beacon as gid 4258 2023-10-25T17:10:25.792+0000 7fae15611580 0 nvmeofgw int NVMeofGw::init() Complete. ``` - map dispatch ``` 2023-10-25T17:10:25.792+0000 7fae10017640 0 nvmeofgw virtual bool NVMeofGw::ms_dispatch2(ceph::ref_t<Message>&) got map type 4 2023-10-25T17:10:25.792+0000 7fae10017640 0 ms_deliver_dispatch: unhandled message 0x56170d357600 mon_map magic: 0 v1 from mon.1 v2:10.243.64.4:40910/0 202 ``` - beacon send ``` 2023-10-25T17:10:29.794+0000 7fae0c00f640 0 nvmeofgw void NVMeofGw::tick() 2023-10-25T17:10:29.794+0000 7fae0c00f640 0 nvmeofgw void NVMeofGw::send_beacon() sending beacon as gid 4258 ``` Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedOct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 1285fc6 - Browse repository at this point
Copy the full SHA 1285fc6View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90a311b - Browse repository at this point
Copy the full SHA 90a311bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00231a2 - Browse repository at this point
Copy the full SHA 00231a2View commit details -
Add dispatch for MSG_MNVMEOF_GW_BEACON + traces
Signed-off-by: Leonid Chernin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4e2234 - Browse repository at this point
Copy the full SHA f4e2234View commit details -
add MSG_MNVMEOF_GW_BEACON decode
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedOct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for f600f97 - Browse repository at this point
Copy the full SHA f600f97View commit details
Commits on Oct 29, 2023
-
MNVMeofGwBeacon:decode_payload() fix
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedOct 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 1902ef0 - Browse repository at this point
Copy the full SHA 1902ef0View commit details -
Signed-off-by: Leonid Chernin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96bac54 - Browse repository at this point
Copy the full SHA 96bac54View commit details -
Configuration menu - View commit details
-
Copy full SHA for e65f392 - Browse repository at this point
Copy the full SHA e65f392View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf4cc4 - Browse repository at this point
Copy the full SHA 5bf4cc4View commit details -
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedOct 29, 2023 Configuration menu - View commit details
-
Copy full SHA for f97c654 - Browse repository at this point
Copy the full SHA f97c654View commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a1245a3 - Browse repository at this point
Copy the full SHA a1245a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 095ed0f - Browse repository at this point
Copy the full SHA 095ed0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for db8841c - Browse repository at this point
Copy the full SHA db8841cView commit details
Commits on Oct 31, 2023
-
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedOct 31, 2023 Configuration menu - View commit details
-
Copy full SHA for f9be897 - Browse repository at this point
Copy the full SHA f9be897View commit details
Commits on Nov 5, 2023
-
GW FSM called when GW state is modified
Leonid Chernin committedNov 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 2320252 - Browse repository at this point
Copy the full SHA 2320252View commit details
Commits on Nov 7, 2023
-
Fixed beacon encode/decode ,added beacon processing in NVMeofGwMon
Signed-off-by: Leonid Chernin <[email protected]>
Leonid Chernin committedNov 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 03e59dc - Browse repository at this point
Copy the full SHA 03e59dcView commit details
Commits on Nov 8, 2023
-
grpc integration + proto compiling
new build dependecies yum install -y protobuf-devel grpc-devel Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedNov 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 5f3d4f3 - Browse repository at this point
Copy the full SHA 5f3d4f3View commit details -
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedNov 8, 2023 Configuration menu - View commit details
-
Copy full SHA for edf3e2a - Browse repository at this point
Copy the full SHA edf3e2aView commit details
Commits on Nov 9, 2023
-
fix map distribution to clients, fix in beacon payload
Leonid Chernin committedNov 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 763c77a - Browse repository at this point
Copy the full SHA 763c77aView commit details
Commits on Nov 12, 2023
-
prepare delete GW, simulate 2 GW clients
Signed-off-by: Leonid Chernin <[email protected]>
Leonid Chernin committedNov 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 6013ba2 - Browse repository at this point
Copy the full SHA 6013ba2View commit details
Commits on Nov 13, 2023
-
gateway monitor client: command line parameters
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedNov 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 5e0dd9f - Browse repository at this point
Copy the full SHA 5e0dd9fView commit details
Commits on Nov 19, 2023
-
some exception handling in mon, changes in map
Leonid Chernin committedNov 19, 2023 Configuration menu - View commit details
-
Copy full SHA for ad9a3c4 - Browse repository at this point
Copy the full SHA ad9a3c4View commit details -
Add array of failover peers to the map
Signed-off-by: Leonid Chernin <[email protected]>
Leonid Chernin committedNov 19, 2023 Configuration menu - View commit details
-
Copy full SHA for b696a84 - Browse repository at this point
Copy the full SHA b696a84View commit details
Commits on Nov 20, 2023
-
Initial beacon logic, still requires map handling
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedNov 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 7cd0c92 - Browse repository at this point
Copy the full SHA 7cd0c92View commit details -
Monitor allocates ANA group for GW
Leonid Chernin committedNov 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 2002ab2 - Browse repository at this point
Copy the full SHA 2002ab2View commit details -
gateway container and start up integration
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedNov 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 5670a1e - Browse repository at this point
Copy the full SHA 5670a1eView commit details
Commits on Nov 21, 2023
-
Utilize distinct command line arguments.
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedNov 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 84af814 - Browse repository at this point
Copy the full SHA 84af814View commit details -
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedNov 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 297ba89 - Browse repository at this point
Copy the full SHA 297ba89View commit details
Commits on Nov 22, 2023
-
Signed-off-by: Leonid Chernin <[email protected]>
Leonid Chernin committedNov 22, 2023 Configuration menu - View commit details
-
Copy full SHA for cd05fcb - Browse repository at this point
Copy the full SHA cd05fcbView commit details -
Signed-off-by: Leonid Chernin <[email protected]>
Leonid Chernin committedNov 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 6390dae - Browse repository at this point
Copy the full SHA 6390daeView commit details
Commits on Nov 23, 2023
-
Process ceph commands gw-create gw delete in NVMeofGwMon
Signed-off-by: Leonid Chernin <[email protected]>
Leonid Chernin committedNov 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 0eaa84b - Browse repository at this point
Copy the full SHA 0eaa84bView commit details
Commits on Nov 26, 2023
-
Fix response to cli configuration messages Please enter the commit message for your changes
Leonid Chernin committedNov 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 6a61b8f - Browse repository at this point
Copy the full SHA 6a61b8fView commit details -
NVMeofGw::handle_nvmeof_gw_map(): calculate gateway GRPC set_ana_info…
… request Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedNov 26, 2023 Configuration menu - View commit details
-
Copy full SHA for b18052c - Browse repository at this point
Copy the full SHA b18052cView commit details
Commits on Nov 27, 2023
-
Added created_gws vector and usage, add it to encode/decode, dump it
removed nqn from the definition of nvme create/delete cli commands completed internal integration of new gw_create database per map TODO - the full NVMeofGwMap object is distributed to all GW clients, instead of just GMap part of it. To fix by applying full decode/encode methods and partial decode/encode in the NVMeofGwMap
Leonid Chernin committedNov 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 72c1b84 - Browse repository at this point
Copy the full SHA 72c1b84View commit details -
fix receiving MonCommands by GW monitor
Signed-off-by: Leonid Chernin <[email protected]>
Leonid Chernin committedNov 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 7ff5dee - Browse repository at this point
Copy the full SHA 7ff5deeView commit details -
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedNov 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 16653b0 - Browse repository at this point
Copy the full SHA 16653b0View commit details
Commits on Nov 28, 2023
-
Don't compile by default NVMEOF GATEWAY MONITOR CLIENT
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedNov 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 756d64f - Browse repository at this point
Copy the full SHA 756d64fView commit details
Commits on Nov 29, 2023
-
send to the GW client just GMap and map epoch - previously the full
NVMeofGwMap object was encoded Signed-off-by: Leonid Chernin <[email protected]>
Leonid Chernin committedNov 29, 2023 Configuration menu - View commit details
-
Copy full SHA for e1927e9 - Browse repository at this point
Copy the full SHA e1927e9View commit details -
nvmeof keyring: mon use 'allow *'
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedNov 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 0397f2f - Browse repository at this point
Copy the full SHA 0397f2fView commit details
Commits on Nov 30, 2023
-
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedNov 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 2a5f612 - Browse repository at this point
Copy the full SHA 2a5f612View commit details -
GWMap class ana-grp index is zero based , later in gw each ana-grp-id…
… is incremented by 1 for set in listener
Leonid Chernin committedNov 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 55bb96d - Browse repository at this point
Copy the full SHA 55bb96dView commit details
Commits on Dec 2, 2023
-
fix issue with extra distributions of map
Leonid Chernin committedDec 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 433c4f7 - Browse repository at this point
Copy the full SHA 433c4f7View commit details
Commits on Dec 4, 2023
-
Send map with vector of created-gws when received beacon shows GW ava…
…ilability::Created state
Leonid Chernin committedDec 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 5188f91 - Browse repository at this point
Copy the full SHA 5188f91View commit details
Commits on Dec 5, 2023
-
Add grpc service client to set monitor provided group id
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedDec 5, 2023 Configuration menu - View commit details
-
Copy full SHA for f393003 - Browse repository at this point
Copy the full SHA f393003View commit details -
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedDec 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 9eef580 - Browse repository at this point
Copy the full SHA 9eef580View commit details
Commits on Dec 6, 2023
-
Add NVMeofGwMonitorGroupClient.cc/h files to git
Leonid Chernin committedDec 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 64c8ba1 - Browse repository at this point
Copy the full SHA 64c8ba1View commit details
Commits on Dec 7, 2023
-
monitor : handle removal of subsystems, limit max ana groups to 16
Add flag to bypass the GW create cli, applied the flag Signed-off-by: Leonid Chernin <[email protected]>
Leonid Chernin committedDec 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 65fa483 - Browse repository at this point
Copy the full SHA 65fa483View commit details
Commits on Dec 13, 2023
-
nvmeof gateway, tracking monitor-client-rebase-20231213 branch
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedDec 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 75a857a - Browse repository at this point
Copy the full SHA 75a857aView commit details -
handle gRPC call failures by retrying
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedDec 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 355d3cb - Browse repository at this point
Copy the full SHA 355d3cbView commit details
Commits on Dec 17, 2023
-
Fix ceph command nvme-gw delete
Leonid Chernin committedDec 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 563ba07 - Browse repository at this point
Copy the full SHA 563ba07View commit details -
disable bypassing of cli nvme-gw create
Leonid Chernin committedDec 17, 2023 Configuration menu - View commit details
-
Copy full SHA for ef9493e - Browse repository at this point
Copy the full SHA ef9493eView commit details
Commits on Dec 18, 2023
-
Use 0x800 as a bit mask for nvmeofgw messages.
- per ceph/ceph#54671 (comment) - update nvmeof gateway revision Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedDec 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 696893d - Browse repository at this point
Copy the full SHA 696893dView commit details
Commits on Dec 20, 2023
-
gw_created is an std-map, added nonce-vector to it
Signed-off-by: Leonid Chernin <[email protected]>
Leonid Chernin committedDec 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 353d8bd - Browse repository at this point
Copy the full SHA 353d8bdView commit details
Commits on Dec 24, 2023
-
refactor nvme-gw mon command, per gw and includes id, pool, group
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedDec 24, 2023 Configuration menu - View commit details
-
Copy full SHA for f65dad6 - Browse repository at this point
Copy the full SHA f65dad6View commit details
Commits on Dec 25, 2023
-
Added nonce-map under Created_gw map, modified encode/decode, dump . …
…tested
Leonid Chernin committedDec 25, 2023 Configuration menu - View commit details
-
Copy full SHA for c5cf8dd - Browse repository at this point
Copy the full SHA c5cf8ddView commit details -
nvmeof gw beacon: add pool and group
Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedDec 25, 2023 Configuration menu - View commit details
-
Copy full SHA for fd252f9 - Browse repository at this point
Copy the full SHA fd252f9View commit details -
process ceph config commands dump and set-log-level - first commit
Leonid Chernin committedDec 25, 2023 Configuration menu - View commit details
-
Copy full SHA for afca4c0 - Browse repository at this point
Copy the full SHA afca4c0View commit details -
Support in maps gw-name key = concatenation of id pool group
Leonid Chernin committedDec 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 61ad449 - Browse repository at this point
Copy the full SHA 61ad449View commit details
Commits on Dec 29, 2023
-
Multi gateway group refactoring
Cleanup, extract - src/mon/NVMeofGwSerialize.h - src/mon/NVMeofGwTypes.h Signed-off-by: Alexander Indenbaum <[email protected]>
Alexander Indenbaum committedDec 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 753e6d3 - Browse repository at this point
Copy the full SHA 753e6d3View commit details
Commits on Dec 31, 2023
-
Leonid Chernin committed
Dec 31, 2023 Configuration menu - View commit details
-
Copy full SHA for b2e2dd0 - Browse repository at this point
Copy the full SHA b2e2dd0View commit details -
.github/workflows: Bump actions/stale from 5 to 9
Bumps [actions/stale](https://github.com/actions/stale) from 5 to 9. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v5...v9) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecaa4a0 - Browse repository at this point
Copy the full SHA ecaa4a0View commit details