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

util: use k8s.io/mount-utils/NewWithoutSystemd() to prevent logging #3281

Merged
merged 4 commits into from
Aug 4, 2022

Conversation

nixpanic
Copy link
Member

@nixpanic nixpanic commented Aug 2, 2022

NewWithoutSystemd() has been introduced in the k8s.io/mount-utils
package so that systemd is not called while executing functions. This
offers consumers the ability to prevent confusing and scary messages
from getting logged.

See-also: kubernetes/kubernetes#111218
Fixes: #3246


Show available bot commands

These commands are normally not required, but in case of issues, leave any of
the following bot commands in an otherwise empty comment in this PR:

  • /retest ci/centos/<job-name>: retest the <job-name> after unrelated
    failure (please report the failure too!)
  • /retest all: run this in case the CentOS CI failed to start/report any test
    progress or results

@nixpanic
Copy link
Member Author

nixpanic commented Aug 2, 2022

CephFS was addressed with #3225, and with this PR the fixes are addressed for RBD.

Here the log of the csi-rbdplugin container where a PV was mounted and volume statistics gathered (no systemd messages):

I0802 09:06:01.158986  123674 cephcsi.go:192] Driver version: canary and Git version: eeac252a80ff832d1eba8aad0fa19f0eb3e17304
I0802 09:06:01.159352  123674 cephcsi.go:210] Initial PID limit is set to 411406
I0802 09:06:01.159459  123674 cephcsi.go:216] Reconfigured PID limit to -1 (max)
I0802 09:06:01.159681  123674 cephcsi.go:241] Starting driver type: rbd with name: openshift-storage.rbd.csi.ceph.com
I0802 09:06:01.160089  123674 server.go:114] listening for CSI-Addons requests on address: &net.UnixAddr{Name:"/csi/csi-addons.sock", Net:"unix"}
I0802 09:06:01.166565  123674 mount_linux.go:283] Detected umount with safe 'not mounted' behavior
I0802 09:06:01.166711  123674 rbd_attach.go:231] nbd module loaded
I0802 09:06:01.166753  123674 rbd_attach.go:245] kernel version "4.18.0-372.16.1.el8_6.x86_64" supports cookie feature
I0802 09:06:01.193511  123674 rbd_attach.go:261] rbd-nbd tool supports cookie feature
I0802 09:06:01.193809  123674 server.go:126] Listening for connections on address: &net.UnixAddr{Name:"//csi/csi.sock", Net:"unix"}
I0802 09:06:01.283651  123674 utils.go:195] ID: 1 GRPC call: /identity.Identity/Probe
I0802 09:06:01.284640  123674 utils.go:199] ID: 1 GRPC request: {}
I0802 09:06:01.284766  123674 utils.go:206] ID: 1 GRPC response: {"ready":{"value":true}}
I0802 09:06:01.288442  123674 utils.go:195] ID: 2 GRPC call: /identity.Identity/GetIdentity
I0802 09:06:01.288481  123674 utils.go:199] ID: 2 GRPC request: {}
I0802 09:06:01.288551  123674 utils.go:206] ID: 2 GRPC response: {"name":"openshift-storage.rbd.csi.ceph.com","vendor_version":"canary"}
I0802 09:06:01.311439  123674 utils.go:195] ID: 3 GRPC call: /identity.Identity/GetCapabilities
I0802 09:06:01.311478  123674 utils.go:199] ID: 3 GRPC request: {}
I0802 09:06:01.311622  123674 utils.go:206] ID: 3 GRPC response: {"capabilities":[{"Type":{"Service":{"type":2}}},{"Type":{"ReclaimSpace":{"type":2}}}]}
I0802 09:06:02.128360  123674 utils.go:195] ID: 4 GRPC call: /csi.v1.Identity/GetPluginInfo
I0802 09:06:02.129054  123674 utils.go:199] ID: 4 GRPC request: {}
I0802 09:06:02.129077  123674 identityserver-default.go:39] ID: 4 Using default GetPluginInfo
I0802 09:06:02.129165  123674 utils.go:206] ID: 4 GRPC response: {"name":"openshift-storage.rbd.csi.ceph.com","vendor_version":"canary"}
I0802 09:06:02.903150  123674 utils.go:195] ID: 5 GRPC call: /csi.v1.Node/NodeGetInfo
I0802 09:06:02.903239  123674 utils.go:199] ID: 5 GRPC request: {}
I0802 09:06:02.903259  123674 nodeserver-default.go:50] ID: 5 Using default NodeGetInfo
I0802 09:06:02.903382  123674 utils.go:206] ID: 5 GRPC response: {"accessible_topology":{},"node_id":"ip-10-0-175-130.ec2.internal"}
I0802 09:07:01.468289  123674 utils.go:195] ID: 6 GRPC call: /csi.v1.Identity/Probe
I0802 09:07:01.468348  123674 utils.go:199] ID: 6 GRPC request: {}
I0802 09:07:01.468384  123674 utils.go:206] ID: 6 GRPC response: {}
I0802 09:07:15.340340  123674 utils.go:195] ID: 7 GRPC call: /csi.v1.Node/NodeGetCapabilities
I0802 09:07:15.340407  123674 utils.go:199] ID: 7 GRPC request: {}
I0802 09:07:15.340572  123674 utils.go:206] ID: 7 GRPC response: {"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":5}}}]}
I0802 09:07:15.349262  123674 utils.go:195] ID: 8 GRPC call: /csi.v1.Node/NodeGetCapabilities
I0802 09:07:15.349319  123674 utils.go:199] ID: 8 GRPC request: {}
I0802 09:07:15.349438  123674 utils.go:206] ID: 8 GRPC response: {"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":5}}}]}
I0802 09:07:15.350259  123674 utils.go:195] ID: 9 GRPC call: /csi.v1.Node/NodeGetCapabilities
I0802 09:07:15.350297  123674 utils.go:199] ID: 9 GRPC request: {}
I0802 09:07:15.350365  123674 utils.go:206] ID: 9 GRPC response: {"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":5}}}]}
I0802 09:07:15.351600  123674 utils.go:195] ID: 10 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 GRPC call: /csi.v1.Node/NodeStageVolume
I0802 09:07:15.351810  123674 utils.go:199] ID: 10 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 GRPC request: {"secrets":"***stripped***","staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/openshift-storage.rbd.csi.ceph.com/2a0da96efcf1485acf5a887a737b4807c34c127ded7ed6895af6008d93d3145b/globalmount","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":7}},"volume_context":{"clusterID":"openshift-storage","csi.storage.k8s.io/pv/name":"pvc-d5ad2ce3-2ba1-4bd4-b99b-4f7122e1846c","csi.storage.k8s.io/pvc/name":"rbd-pvc","csi.storage.k8s.io/pvc/namespace":"default","imageFeatures":"layering","imageFormat":"2","imageName":"csi-vol-78381f3f-1242-11ed-a944-0a580a810212","journalPool":"ocs-storagecluster-cephblockpool","pool":"ocs-storagecluster-cephblockpool","storage.kubernetes.io/csiProvisionerIdentity":"1659430735317-8081-openshift-storage.rbd.csi.ceph.com"},"volume_id":"0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212"}
I0802 09:07:15.352094  123674 rbd_util.go:1272] ID: 10 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 setting disableInUseChecks: false image features: [layering] mounter: rbd
I0802 09:07:15.369272  123674 omap.go:88] ID: 10 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 got omap values: (pool="ocs-storagecluster-cephblockpool", namespace="", name="csi.volume.78381f3f-1242-11ed-a944-0a580a810212"): map[csi.imageid:375710aacc1b csi.imagename:csi-vol-78381f3f-1242-11ed-a944-0a580a810212 csi.volname:pvc-d5ad2ce3-2ba1-4bd4-b99b-4f7122e1846c csi.volume.owner:default]
I0802 09:07:15.399894  123674 rbd_util.go:348] ID: 10 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 checking for ImageFeatures: [layering]
I0802 09:07:15.436888  123674 cephcmds.go:105] ID: 10 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 command succeeded: rbd [device list --format=json --device-type krbd]
I0802 09:07:15.458225  123674 rbd_attach.go:420] ID: 10 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 rbd: map mon 172.30.175.163:6789,172.30.80.181:6789,172.30.10.211:6789
I0802 09:07:15.549356  123674 cephcmds.go:105] ID: 10 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 command succeeded: rbd [--id csi-rbd-node -m 172.30.175.163:6789,172.30.80.181:6789,172.30.10.211:6789 --keyfile=***stripped*** map ocs-storagecluster-cephblockpool/csi-vol-78381f3f-1242-11ed-a944-0a580a810212 --device-type krbd --options noudev]
I0802 09:07:15.549406  123674 nodeserver.go:414] ID: 10 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 rbd image: ocs-storagecluster-cephblockpool/csi-vol-78381f3f-1242-11ed-a944-0a580a810212 was successfully mapped at /dev/rbd0
I0802 09:07:15.549482  123674 mount_linux.go:563] Attempting to determine if disk "/dev/rbd0" is formatted using blkid with args: ([-p -s TYPE -s PTTYPE -o export /dev/rbd0])
I0802 09:07:15.571445  123674 mount_linux.go:566] Output: ""
I0802 09:07:15.610500  123674 mount_linux.go:563] Attempting to determine if disk "/dev/rbd0" is formatted using blkid with args: ([-p -s TYPE -s PTTYPE -o export /dev/rbd0])
I0802 09:07:15.639093  123674 mount_linux.go:566] Output: "DEVNAME=/dev/rbd0\nTYPE=ext4\n"
I0802 09:07:15.639120  123674 mount_linux.go:452] Checking for issues with fsck on disk: /dev/rbd0
I0802 09:07:15.678685  123674 mount_linux.go:553] Attempting to mount disk /dev/rbd0 in ext4 format at /var/lib/kubelet/plugins/kubernetes.io/csi/openshift-storage.rbd.csi.ceph.com/2a0da96efcf1485acf5a887a737b4807c34c127ded7ed6895af6008d93d3145b/globalmount/0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212
I0802 09:07:15.678718  123674 mount_linux.go:219] Mounting cmd (mount) with arguments (-t ext4 -o _netdev,defaults /dev/rbd0 /var/lib/kubelet/plugins/kubernetes.io/csi/openshift-storage.rbd.csi.ceph.com/2a0da96efcf1485acf5a887a737b4807c34c127ded7ed6895af6008d93d3145b/globalmount/0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212)
I0802 09:07:15.694127  123674 mount_linux.go:563] Attempting to determine if disk "/dev/rbd0" is formatted using blkid with args: ([-p -s TYPE -s PTTYPE -o export /dev/rbd0])
I0802 09:07:15.714665  123674 mount_linux.go:566] Output: "DEVNAME=/dev/rbd0\nTYPE=ext4\n"
I0802 09:07:15.714688  123674 resizefs_linux.go:124] ResizeFs.needResize - checking mounted volume /dev/rbd0
I0802 09:07:15.716700  123674 resizefs_linux.go:128] Ext size: filesystem size=1073741824, block size=4096
I0802 09:07:15.716720  123674 resizefs_linux.go:143] Volume /dev/rbd0: device size=1073741824, filesystem size=1073741824, block size=4096
I0802 09:07:15.716740  123674 nodeserver.go:374] ID: 10 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 rbd: successfully mounted volume 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 to stagingTargetPath /var/lib/kubelet/plugins/kubernetes.io/csi/openshift-storage.rbd.csi.ceph.com/2a0da96efcf1485acf5a887a737b4807c34c127ded7ed6895af6008d93d3145b/globalmount/0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212
I0802 09:07:15.716827  123674 utils.go:206] ID: 10 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 GRPC response: {}
I0802 09:07:15.717803  123674 utils.go:195] ID: 11 GRPC call: /csi.v1.Node/NodeGetCapabilities
I0802 09:07:15.717848  123674 utils.go:199] ID: 11 GRPC request: {}
I0802 09:07:15.717929  123674 utils.go:206] ID: 11 GRPC response: {"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":5}}}]}
I0802 09:07:15.723410  123674 utils.go:195] ID: 12 GRPC call: /csi.v1.Node/NodeGetCapabilities
I0802 09:07:15.723452  123674 utils.go:199] ID: 12 GRPC request: {}
I0802 09:07:15.723524  123674 utils.go:206] ID: 12 GRPC response: {"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":5}}}]}
I0802 09:07:15.726342  123674 utils.go:195] ID: 13 GRPC call: /csi.v1.Node/NodeGetCapabilities
I0802 09:07:15.726386  123674 utils.go:199] ID: 13 GRPC request: {}
I0802 09:07:15.726454  123674 utils.go:206] ID: 13 GRPC response: {"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":5}}}]}
I0802 09:07:15.727314  123674 utils.go:195] ID: 14 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 GRPC call: /csi.v1.Node/NodePublishVolume
I0802 09:07:15.727443  123674 utils.go:199] ID: 14 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 GRPC request: {"staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/openshift-storage.rbd.csi.ceph.com/2a0da96efcf1485acf5a887a737b4807c34c127ded7ed6895af6008d93d3145b/globalmount","target_path":"/var/lib/kubelet/pods/6e98e765-be3d-4914-ba9c-bbc028189499/volumes/kubernetes.io~csi/pvc-d5ad2ce3-2ba1-4bd4-b99b-4f7122e1846c/mount","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":7}},"volume_context":{"clusterID":"openshift-storage","csi.storage.k8s.io/pv/name":"pvc-d5ad2ce3-2ba1-4bd4-b99b-4f7122e1846c","csi.storage.k8s.io/pvc/name":"rbd-pvc","csi.storage.k8s.io/pvc/namespace":"default","imageFeatures":"layering","imageFormat":"2","imageName":"csi-vol-78381f3f-1242-11ed-a944-0a580a810212","journalPool":"ocs-storagecluster-cephblockpool","pool":"ocs-storagecluster-cephblockpool","storage.kubernetes.io/csiProvisionerIdentity":"1659430735317-8081-openshift-storage.rbd.csi.ceph.com"},"volume_id":"0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212"}
I0802 09:07:15.727551  123674 nodeserver.go:802] ID: 14 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 target /var/lib/kubelet/pods/6e98e765-be3d-4914-ba9c-bbc028189499/volumes/kubernetes.io~csi/pvc-d5ad2ce3-2ba1-4bd4-b99b-4f7122e1846c/mount
isBlock false
fstype ext4
stagingPath /var/lib/kubelet/plugins/kubernetes.io/csi/openshift-storage.rbd.csi.ceph.com/2a0da96efcf1485acf5a887a737b4807c34c127ded7ed6895af6008d93d3145b/globalmount/0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212
readonly false
mountflags [bind _netdev]
I0802 09:07:15.727582  123674 mount_linux.go:219] Mounting cmd (mount) with arguments (-t ext4 -o bind,_netdev /var/lib/kubelet/plugins/kubernetes.io/csi/openshift-storage.rbd.csi.ceph.com/2a0da96efcf1485acf5a887a737b4807c34c127ded7ed6895af6008d93d3145b/globalmount/0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 /var/lib/kubelet/pods/6e98e765-be3d-4914-ba9c-bbc028189499/volumes/kubernetes.io~csi/pvc-d5ad2ce3-2ba1-4bd4-b99b-4f7122e1846c/mount)
I0802 09:07:15.730669  123674 mount_linux.go:219] Mounting cmd (mount) with arguments (-t ext4 -o bind,remount,_netdev /var/lib/kubelet/plugins/kubernetes.io/csi/openshift-storage.rbd.csi.ceph.com/2a0da96efcf1485acf5a887a737b4807c34c127ded7ed6895af6008d93d3145b/globalmount/0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 /var/lib/kubelet/pods/6e98e765-be3d-4914-ba9c-bbc028189499/volumes/kubernetes.io~csi/pvc-d5ad2ce3-2ba1-4bd4-b99b-4f7122e1846c/mount)
I0802 09:07:15.732455  123674 nodeserver.go:700] ID: 14 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 rbd: successfully mounted stagingPath /var/lib/kubelet/plugins/kubernetes.io/csi/openshift-storage.rbd.csi.ceph.com/2a0da96efcf1485acf5a887a737b4807c34c127ded7ed6895af6008d93d3145b/globalmount/0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 to targetPath /var/lib/kubelet/pods/6e98e765-be3d-4914-ba9c-bbc028189499/volumes/kubernetes.io~csi/pvc-d5ad2ce3-2ba1-4bd4-b99b-4f7122e1846c/mount
I0802 09:07:15.732541  123674 utils.go:206] ID: 14 Req-ID: 0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212 GRPC response: {}
I0802 09:07:40.326448  123674 utils.go:195] ID: 15 GRPC call: /csi.v1.Node/NodeGetCapabilities
I0802 09:07:40.326544  123674 utils.go:199] ID: 15 GRPC request: {}
I0802 09:07:40.326692  123674 utils.go:206] ID: 15 GRPC response: {"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":3}}},{"Type":{"Rpc":{"type":5}}}]}
I0802 09:07:40.327644  123674 utils.go:195] ID: 16 GRPC call: /csi.v1.Node/NodeGetVolumeStats
I0802 09:07:40.327739  123674 utils.go:199] ID: 16 GRPC request: {"volume_id":"0001-0011-openshift-storage-0000000000000001-78381f3f-1242-11ed-a944-0a580a810212","volume_path":"/var/lib/kubelet/pods/6e98e765-be3d-4914-ba9c-bbc028189499/volumes/kubernetes.io~csi/pvc-d5ad2ce3-2ba1-4bd4-b99b-4f7122e1846c/mount"}
I0802 09:07:40.328049  123674 utils.go:206] ID: 16 GRPC response: {"usage":[{"available":1003900928,"total":1023303680,"unit":1,"used":2625536},{"available":65525,"total":65536,"unit":2,"used":11}]}
I0802 09:08:01.469439  123674 utils.go:195] ID: 17 GRPC call: /csi.v1.Identity/Probe
I0802 09:08:01.469503  123674 utils.go:199] ID: 17 GRPC request: {}
I0802 09:08:01.469522  123674 utils.go:206] ID: 17 GRPC response: {}

@nixpanic nixpanic requested a review from a team August 2, 2022 09:16
@nixpanic nixpanic added component/rbd Issues related to RBD rebase update the version of an external component logging The Change is only in logging labels Aug 2, 2022
@nixpanic
Copy link
Member Author

nixpanic commented Aug 4, 2022

@Mergifyio rebase

kubernetes/kubernetes#111083 has been merged and synced into
k8s.io/mount-utils. This should remove any systemd log messages while
calling NodeStageVolume and NodeGetVolumeStats.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
Signed-off-by: Niels de Vos <ndevos@redhat.com>
NewWithoutSystemd() has been introduced in the k8s.io/mount-utils
package so that systemd is not called while executing functions. This
offers consumers the ability to prevent confusing and scary messages
from getting logged.

See-also: kubernetes/kubernetes#111218
Signed-off-by: Niels de Vos <ndevos@redhat.com>
IsNotMountPoint() is deprecated and Mounter.IsMountPoint() is
recommended to be used instead.

Reported-by: golangci/staticcheck
Signed-off-by: Niels de Vos <ndevos@redhat.com>
@mergify
Copy link
Contributor

mergify bot commented Aug 4, 2022

rebase

✅ Branch has been successfully rebased

@nixpanic nixpanic added the ci/retry/e2e Label to retry e2e retesting on approved PR's label Aug 4, 2022
@ceph-csi-bot
Copy link
Collaborator

/retest ci/centos/k8s-e2e-external-storage/1.23

@ceph-csi-bot
Copy link
Collaborator

@nixpanic "ci/centos/k8s-e2e-external-storage/1.23" test failed. Logs are available at location for debugging

@ceph-csi-bot
Copy link
Collaborator

/retest ci/centos/k8s-e2e-external-storage/1.22

@ceph-csi-bot
Copy link
Collaborator

@nixpanic "ci/centos/k8s-e2e-external-storage/1.22" test failed. Logs are available at location for debugging

@ceph-csi-bot
Copy link
Collaborator

@Mergifyio requeue

@mergify
Copy link
Contributor

mergify bot commented Aug 4, 2022

requeue

❌ This pull request head commit has not been previously disembarked from queue.

@mergify mergify bot merged commit 83df1ea into ceph:devel Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/retry/e2e Label to retry e2e retesting on approved PR's component/rbd Issues related to RBD logging The Change is only in logging rebase update the version of an external component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce messages related to systemd in the logs
4 participants