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

.github/workflows: Bump actions/stale from 5 to 9 #111

Closed
wants to merge 65 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
9acf16a
Add sceleton object NVMeofGwMon/Map, added it to the array of monitors
leonidc Oct 17, 2023
696debb
Commit GWMap
leonidc Oct 18, 2023
c8abde1
Add GWMap
leonidc Oct 22, 2023
1b4a9bb
initial skeletone
Oct 19, 2023
1285fc6
Initial integration
Oct 25, 2023
90a311b
debug MAP api
leonidc Oct 25, 2023
00231a2
new SM timer concept
leonidc Oct 26, 2023
f4e2234
Add dispatch for MSG_MNVMEOF_GW_BEACON + traces
leonidc Oct 26, 2023
f600f97
add MSG_MNVMEOF_GW_BEACON decode
Oct 26, 2023
1902ef0
MNVMeofGwBeacon:decode_payload() fix
Oct 29, 2023
96bac54
NVME monitor map logic
leonidc Oct 29, 2023
e65f392
NVME monitor map logic, simulated exceptions
leonidc Oct 29, 2023
5bf4cc4
Changes for receive beacon and sending the map
leonidc Oct 29, 2023
f97c654
MSG_MNVMEOF_GW_MAP decode
Oct 29, 2023
a1245a3
encode decode to Map message
leonidc Oct 30, 2023
095ed0f
fix prepare_beacon return
leonidc Oct 30, 2023
db8841c
Dump of GWMAp on the GW side
leonidc Oct 30, 2023
f9be897
rework beacon
Oct 31, 2023
2320252
GW FSM called when GW state is modified
Nov 5, 2023
03e59dc
Fixed beacon encode/decode ,added beacon processing in NVMeofGwMon
Nov 7, 2023
5f3d4f3
grpc integration + proto compiling
Nov 3, 2023
edf3e2a
Initial gateway GRPC client
Nov 8, 2023
763c77a
fix map distribution to clients, fix in beacon payload
Nov 9, 2023
6013ba2
prepare delete GW, simulate 2 GW clients
Nov 10, 2023
5e0dd9f
gateway monitor client: command line parameters
Nov 13, 2023
ad9a3c4
some exception handling in mon, changes in map
Nov 14, 2023
b696a84
Add array of failover peers to the map
Nov 19, 2023
7cd0c92
Initial beacon logic, still requires map handling
Nov 20, 2023
2002ab2
Monitor allocates ANA group for GW
Nov 20, 2023
5670a1e
gateway container and start up integration
Nov 20, 2023
84af814
Utilize distinct command line arguments.
Nov 21, 2023
297ba89
pass ceph configuration
Nov 21, 2023
cd05fcb
Beacon logic
Nov 22, 2023
6390dae
null pointer fix
Nov 22, 2023
0eaa84b
Process ceph commands gw-create gw delete in NVMeofGwMon
Nov 23, 2023
6a61b8f
fix gw delete in NVMeofGwMap
Nov 23, 2023
b18052c
NVMeofGw::handle_nvmeof_gw_map(): calculate gateway GRPC set_ana_info…
Nov 26, 2023
72c1b84
Added created_gws vector and usage, add it to encode/decode, dump it
Nov 26, 2023
7ff5dee
fix receiving MonCommands by GW monitor
Nov 27, 2023
16653b0
grpc gateway set_ana_state()
Nov 27, 2023
756d64f
Don't compile by default NVMEOF GATEWAY MONITOR CLIENT
Nov 28, 2023
e1927e9
send to the GW client just GMap and map epoch - previously the full
Nov 29, 2023
0397f2f
nvmeof keyring: mon use 'allow *'
Nov 29, 2023
2a5f612
nvmeof gw version update
Nov 30, 2023
55bb96d
GWMap class ana-grp index is zero based , later in gw each ana-grp-id…
Nov 30, 2023
433c4f7
fix issue with extra distributions of map
Dec 2, 2023
5188f91
Send map with vector of created-gws when received beacon shows GW av…
Dec 4, 2023
f393003
Add grpc service client to set monitor provided group id
Dec 5, 2023
9eef580
update gateway version
Dec 5, 2023
64c8ba1
Add NVMeofGwMonitorGroupClient.cc/h files to git
Dec 6, 2023
65fa483
monitor : handle removal of subsystems, limit max ana groups to 16
Dec 7, 2023
75a857a
nvmeof gateway, tracking monitor-client-rebase-20231213 branch
Dec 13, 2023
355d3cb
handle gRPC call failures by retrying
Dec 13, 2023
563ba07
Fix ceph command nvme-gw delete
Dec 17, 2023
ef9493e
disable bypassing of cli nvme-gw create
Dec 17, 2023
696893d
Use 0x800 as a bit mask for nvmeofgw messages.
Dec 18, 2023
353d8bd
gw_created is an std-map, added nonce-vector to it
Dec 20, 2023
f65dad6
refactor nvme-gw mon command, per gw and includes id, pool, group
Dec 24, 2023
c5cf8dd
Added nonce-map under Created_gw map, modified encode/decode, dump . …
Dec 25, 2023
fd252f9
nvmeof gw beacon: add pool and group
Dec 25, 2023
afca4c0
process ceph config commands dump and set-log-level - first commit
Dec 25, 2023
61ad449
Support in maps gw-name key = concatenation of id pool group
Dec 25, 2023
753e6d3
Multi gateway group refactoring
Dec 26, 2023
b2e2dd0
my additions
Dec 31, 2023
ecaa4a0
.github/workflows: Bump actions/stale from 5 to 9
dependabot[bot] Dec 31, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/msg/Message.cc
Original file line number Diff line number Diff line change
@@ -218,6 +218,7 @@
#include "messages/MOSDPGUpdateLogMissingReply.h"

#include "messages/MNVMeofGwBeacon.h"
#include "messages/MNVMeofGwMap.h"

#ifdef WITH_BLKIN
#include "Messenger.h"
@@ -940,6 +941,9 @@ Message *decode_message(CephContext *cct,
m = make_message<MMonHealthChecks>();
break;

case MSG_MNVMEOF_GW_MAP:
m = make_message<MNVMeofGwMap>();
break;
// -- simple messages without payload --

case CEPH_MSG_SHUTDOWN: