Ekaterina Lebedeva elebedeva
  • Joined on 2023-07-04
elebedeva commented on pull request TrueCloudLab/frostfs-node#810 2023-12-12 12:56:19 +00:00
systemd notify protocol

added constants

elebedeva pushed to sd-notify at elebedeva/frostfs-node 2023-12-12 12:54:40 +00:00
2f3a5534ec [#XXX] gofumpt changes
a9bfba0712 [#552] Remove switch from sdnotify.Status()
Compare 2 commits »
elebedeva commented on pull request TrueCloudLab/frostfs-node#810 2023-12-12 12:45:50 +00:00
systemd notify protocol

no, removed

elebedeva commented on pull request TrueCloudLab/frostfs-node#810 2023-12-12 12:44:47 +00:00
systemd notify protocol

fixed

elebedeva pushed to sd-notify at elebedeva/frostfs-node 2023-12-12 12:42:39 +00:00
5ff4dfec76 [#XXX] gofumpt changes
9f3415f228 [#552] Remove switch from sdnotify.Status()
a51de81fb4 [#552] Add systemd notifications to ir service
592c644453 [#552] Add systemdnotify parameter to node config
df828d1ec6 [#552] Add sdnotify package
Compare 9 commits »
elebedeva commented on pull request TrueCloudLab/frostfs-node#810 2023-12-11 16:15:51 +00:00
systemd notify protocol

systemd can only pass socket to service through an environmental variable

elebedeva commented on pull request TrueCloudLab/frostfs-node#810 2023-12-11 16:12:06 +00:00
systemd notify protocol

it is not needed, replaced with just bool

elebedeva commented on pull request TrueCloudLab/frostfs-node#810 2023-12-11 16:11:54 +00:00
systemd notify protocol

it is not needed, replaced with just bool

elebedeva commented on pull request TrueCloudLab/frostfs-node#810 2023-12-11 16:10:50 +00:00
systemd notify protocol

Messages like "STATUS=%s" allow us to see them in systemctl status output, while messages like "READY=1" are actual notifications to systemd. If we don't need to see status through…

elebedeva commented on pull request TrueCloudLab/frostfs-node#810 2023-12-11 16:05:23 +00:00
systemd notify protocol

moved this switch to the frostfs-node control.go and to frostfs-ir state.go, where this error may be logged

elebedeva commented on pull request TrueCloudLab/frostfs-node#810 2023-12-11 16:03:28 +00:00
systemd notify protocol

fixed

elebedeva commented on pull request TrueCloudLab/frostfs-node#810 2023-12-11 16:02:30 +00:00
systemd notify protocol

it was done for testing purposes only replaced with an error

elebedeva pushed to sd-notify at elebedeva/frostfs-node 2023-12-11 16:01:03 +00:00
8d3811f7cf [#552] Remove switch from sdnotify.Status()
2464bc324d [#552] Add systemd notifications to ir service
146968b373 [#552] Add systemdnotify parameter to node config
ca15a84cf6 [#552] Add sdnotify package
dc57608b47 [#552] Add status notification to systemd
Compare 35 commits »
elebedeva commented on pull request TrueCloudLab/frostfs-node#810 2023-12-11 15:53:08 +00:00
systemd notify protocol

fixed

elebedeva pushed to sd-notify at elebedeva/frostfs-node 2023-12-11 15:48:52 +00:00
b113b206c2 [#552] Remove switch from sdnotify.Status()
c75170a035 [#552] Add systemd notifications to ir service
524b417338 [#552] Add systemdnotify parameter to node config
6cc588ccbd [#552] Add sdnotify package
Compare 4 commits »
elebedeva pushed to sd-notify at elebedeva/frostfs-node 2023-12-05 14:08:13 +00:00
8b1925c195 [#552] Add systemd notifications to ir service
elebedeva pushed to sd-notify at elebedeva/frostfs-node 2023-12-05 10:44:28 +00:00
1f14ca473e [#552] Add systemdnotify parameter to node config
elebedeva commented on pull request TrueCloudLab/frostfs-node#810 2023-12-04 16:15:32 +00:00
systemd notify protocol

removed