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

[release-4.13] OCPBUGS-14357: Disable iscsi.service & re-enable iscsid.socket #1302

Merged

Conversation

travier
Copy link
Member

@travier travier commented Jun 1, 2023

Cherry-picked from:

Needs:


overlay: disable iscsi.service by default

iscsi.service has Before=remote-fs-pre.target and
After=network-online.target. This forces remote-fs-pre.target
to block on network-online.target and hence in OCP, on
ovs-configuration.service (which has Before=network-online.target).

So this transitively makes systemd-user-sessions.service block on
network-online.target.

This was an issue in Fedora as well and was discussed in a devel
thread[1]. iscsi.service was subsequently reworked[2][3] so that
it was only activated if iSCSI was actually used by the system.

On RHEL 8, iscsi.service and co. were directly enabled by RPM
scriptlets rather than using presets. In RHCOS, we explicitly make
presets canonical[4] so we shipped with iscsi.service disabled by
default. On RHEL 9, the units were fixed to use presets[5]. This is
why we started seeing this issue after moving to RHEL 9.

So all we need in theory is to have the Fedora patch backported to RHEL
9. However, since we don't really need the functionality from
iscsi.service by default in RHCOS, we can fast-track its
(re-)disablement and not wait for the iscsi-starter.service workaround.

Note that iscsi.service is only used to bring up iSCSI sessions
marked for autostart in /var/lib/iscsi/nodes and is separate from
iscsid.service, which is what actually manages the iSCSI connections.
In OpenShift, we rely on the latter only (e.g. configured iSCSI PVCs
are done by the kubelet directly calling out to iscsiadm). It's
also separate from iSCSI devices that use host bus adapters, which are
transparent to RHCOS/OCP.

Fixes: https://issues.redhat.com/browse/OCPBUGS-11124

(cherry picked from commit b5c5a05)


overlay: stop disabling iscsid.socket

The iSCSI daemon is now socket-activated so that it's only running when
needed rather than always enabled. We're breaking that by disabling
iscsid.socket.

This effectively reverts 929ac48 ("c9s: Disable iscsid.socket"). It's
not certain why this was done, but it was likely to workaround failing
tests. These tests should be fixed now[1] so we should be able to stop
doing this.

(cherry picked from commit 8c94270)


tests/kola: delete ext.config.systemd.network-online test

This was moved to FCOS[1].

(cherry picked from commit 096f0ae)


Bump fedora-coreos-config submodule

See: coreos/fedora-coreos-config#2448

$ git -C fedora-coreos-config shortlog --no-merges \
    9fae403ff93a090ef4f7436eda8a0d5387b9c862..ed7f4f22c6db1fbcabad678267a747cc70cbc53a
Dusty Mabe (1):
      tests/kola: wait longer in commonlib.sh is_service_active

Jonathan Lebon (1):
      tests/kola: upstream network-online login test from RHCOS

@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Jun 1, 2023
@openshift-ci-robot
Copy link

@travier: This pull request references Jira Issue OCPBUGS-14357, which is invalid:

  • expected dependent Jira Issue OCPBUGS-11124 to be in one of the following states: VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), but it is ON_QA instead

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

Cherry-picked from #1294 & #1298

Needs:


overlay: disable iscsi.service by default

iscsi.service has Before=remote-fs-pre.target and
After=network-online.target. This forces remote-fs-pre.target
to block on network-online.target and hence in OCP, on
ovs-configuration.service (which has Before=network-online.target).

So this transitively makes systemd-user-sessions.service block on
network-online.target.

This was an issue in Fedora as well and was discussed in a devel
thread[1]. iscsi.service was subsequently reworked[2][3] so that
it was only activated if iSCSI was actually used by the system.

On RHEL 8, iscsi.service and co. were directly enabled by RPM
scriptlets rather than using presets. In RHCOS, we explicitly make
presets canonical[4] so we shipped with iscsi.service disabled by
default. On RHEL 9, the units were fixed to use presets[5]. This is
why we started seeing this issue after moving to RHEL 9.

So all we need in theory is to have the Fedora patch backported to RHEL
9. However, since we don't really need the functionality from
iscsi.service by default in RHCOS, we can fast-track its
(re-)disablement and not wait for the iscsi-starter.service workaround.

Note that iscsi.service is only used to bring up iSCSI sessions
marked for autostart in /var/lib/iscsi/nodes and is separate from
iscsid.service, which is what actually manages the iSCSI connections.
In OpenShift, we rely on the latter only (e.g. configured iSCSI PVCs
are done by the kubelet directly calling out to iscsiadm). It's
also separate from iSCSI devices that use host bus adapters, which are
transparent to RHCOS/OCP.

Fixes: https://issues.redhat.com/browse/OCPBUGS-11124

(cherry picked from commit b5c5a05)


overlay: stop disabling iscsid.socket

The iSCSI daemon is now socket-activated so that it's only running when
needed rather than always enabled. We're breaking that by disabling
iscsid.socket.

This effectively reverts 929ac48 ("c9s: Disable iscsid.socket"). It's
not certain why this was done, but it was likely to workaround failing
tests. These tests should be fixed now[1] so we should be able to stop
doing this.

(cherry picked from commit 8c94270)

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci openshift-ci bot requested review from bgilbert and cverna June 1, 2023 10:59
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 1, 2023
@openshift-ci-robot
Copy link

@travier: This pull request references Jira Issue OCPBUGS-14357, which is invalid:

  • expected dependent Jira Issue OCPBUGS-11124 to be in one of the following states: VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), but it is ON_QA instead

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

Cherry-picked from #1294 & #1298

Needs:


overlay: disable iscsi.service by default

iscsi.service has Before=remote-fs-pre.target and
After=network-online.target. This forces remote-fs-pre.target
to block on network-online.target and hence in OCP, on
ovs-configuration.service (which has Before=network-online.target).

So this transitively makes systemd-user-sessions.service block on
network-online.target.

This was an issue in Fedora as well and was discussed in a devel
thread[1]. iscsi.service was subsequently reworked[2][3] so that
it was only activated if iSCSI was actually used by the system.

On RHEL 8, iscsi.service and co. were directly enabled by RPM
scriptlets rather than using presets. In RHCOS, we explicitly make
presets canonical[4] so we shipped with iscsi.service disabled by
default. On RHEL 9, the units were fixed to use presets[5]. This is
why we started seeing this issue after moving to RHEL 9.

So all we need in theory is to have the Fedora patch backported to RHEL
9. However, since we don't really need the functionality from
iscsi.service by default in RHCOS, we can fast-track its
(re-)disablement and not wait for the iscsi-starter.service workaround.

Note that iscsi.service is only used to bring up iSCSI sessions
marked for autostart in /var/lib/iscsi/nodes and is separate from
iscsid.service, which is what actually manages the iSCSI connections.
In OpenShift, we rely on the latter only (e.g. configured iSCSI PVCs
are done by the kubelet directly calling out to iscsiadm). It's
also separate from iSCSI devices that use host bus adapters, which are
transparent to RHCOS/OCP.

Fixes: https://issues.redhat.com/browse/OCPBUGS-11124

(cherry picked from commit b5c5a05)


overlay: stop disabling iscsid.socket

The iSCSI daemon is now socket-activated so that it's only running when
needed rather than always enabled. We're breaking that by disabling
iscsid.socket.

This effectively reverts 929ac48 ("c9s: Disable iscsid.socket"). It's
not certain why this was done, but it was likely to workaround failing
tests. These tests should be fixed now[1] so we should be able to stop
doing this.

(cherry picked from commit 8c94270)

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Copy link
Member

@cgwalters cgwalters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@cgwalters
Copy link
Member

/label backport-risk-assessed

@cgwalters
Copy link
Member

Hm interesting, the newly added test is failing.

@openshift-ci openshift-ci bot added the backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. label Jun 2, 2023
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 2, 2023
@travier
Copy link
Member Author

travier commented Jun 2, 2023

Yes, this needs the backports listed at the top.

@travier
Copy link
Member Author

travier commented Jun 2, 2023

/label cherry-pick-approved

@openshift-ci openshift-ci bot added the cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. label Jun 2, 2023
@travier
Copy link
Member Author

travier commented Jun 2, 2023

/hold
(waiting on f-c-c backports to land and be added to this RP)

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 2, 2023
`iscsi.service` has `Before=remote-fs-pre.target` *and*
`After=network-online.target`. This forces `remote-fs-pre.target`
to block on `network-online.target` and hence in OCP, on
`ovs-configuration.service` (which has `Before=network-online.target`).

So this transitively makes `systemd-user-sessions.service` block on
`network-online.target`.

This was an issue in Fedora as well and was discussed in a devel
thread[[1]]. `iscsi.service` was subsequently reworked[[2]][[3]] so that
it was only activated if iSCSI was actually used by the system.

On RHEL 8, `iscsi.service` and co. were directly enabled by RPM
scriptlets rather than using presets. In RHCOS, we explicitly make
presets canonical[[4]] so we shipped with `iscsi.service` disabled by
default. On RHEL 9, the units were fixed to use presets[[5]]. This is
why we started seeing this issue after moving to RHEL 9.

So all we need in theory is to have the Fedora patch backported to RHEL
9. However, since we don't really need the functionality from
`iscsi.service` by default in RHCOS, we can fast-track its
(re-)disablement and not wait for the `iscsi-starter.service` workaround.

Note that `iscsi.service` is only used to bring up iSCSI sessions
marked for autostart in `/var/lib/iscsi/nodes` and is separate from
`iscsid.service`, which is what actually manages the iSCSI connections.
In OpenShift, we rely on the latter only (e.g. configured iSCSI PVCs
are done by the kubelet directly calling out to `iscsiadm`). It's
also separate from iSCSI devices that use host bus adapters, which are
transparent to RHCOS/OCP.

Fixes: https://issues.redhat.com/browse/OCPBUGS-11124

[1]: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/HACVEJ3FMOIM2TOENOVH5CPOUNR7NCMS
[2]: https://src.fedoraproject.org/rpms/iscsi-initiator-utils/c/1e689cd0c6667eca838c85975a1b7a070209e5ad
[3]: https://src.fedoraproject.org/rpms/fedora-release/pull-request/246
[4]: https://github.com/coreos/fedora-coreos-config/blob/1553518214088a89d6a2360a6fcdddbd3915628a/manifests/ignition-and-ostree.yaml#L35-L44
[5]: https://bugzilla.redhat.com/show_bug.cgi?id=1930458

(cherry picked from commit b5c5a05)
The iSCSI daemon is now socket-activated so that it's only running when
needed rather than always enabled. We're breaking that by disabling
`iscsid.socket`.

This effectively reverts 929ac48 ("c9s: Disable iscsid.socket"). It's
not certain why this was done, but it was likely to workaround failing
tests. These tests should be fixed now[[1]] so we should be able to stop
doing this.

[1]: coreos/coreos-assembler#3275

(cherry picked from commit 8c94270)
@openshift-ci-robot openshift-ci-robot added the jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. label Jun 8, 2023
@openshift-ci-robot
Copy link

@travier: This pull request references Jira Issue OCPBUGS-14357, which is valid. The bug has been moved to the POST state.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.13.z) matches configured target version for branch (4.13.z)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)
  • dependent bug Jira Issue OCPBUGS-11124 is in the state Verified, which is one of the valid states (VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE))
  • dependent Jira Issue OCPBUGS-11124 targets the "4.14.0" version, which is one of the valid target versions: 4.14.0
  • bug has dependents

Requesting review from QA contact:
/cc @mike-nguyen

In response to this:

Cherry-picked from:

Needs:


overlay: disable iscsi.service by default

iscsi.service has Before=remote-fs-pre.target and
After=network-online.target. This forces remote-fs-pre.target
to block on network-online.target and hence in OCP, on
ovs-configuration.service (which has Before=network-online.target).

So this transitively makes systemd-user-sessions.service block on
network-online.target.

This was an issue in Fedora as well and was discussed in a devel
thread[1]. iscsi.service was subsequently reworked[2][3] so that
it was only activated if iSCSI was actually used by the system.

On RHEL 8, iscsi.service and co. were directly enabled by RPM
scriptlets rather than using presets. In RHCOS, we explicitly make
presets canonical[4] so we shipped with iscsi.service disabled by
default. On RHEL 9, the units were fixed to use presets[5]. This is
why we started seeing this issue after moving to RHEL 9.

So all we need in theory is to have the Fedora patch backported to RHEL
9. However, since we don't really need the functionality from
iscsi.service by default in RHCOS, we can fast-track its
(re-)disablement and not wait for the iscsi-starter.service workaround.

Note that iscsi.service is only used to bring up iSCSI sessions
marked for autostart in /var/lib/iscsi/nodes and is separate from
iscsid.service, which is what actually manages the iSCSI connections.
In OpenShift, we rely on the latter only (e.g. configured iSCSI PVCs
are done by the kubelet directly calling out to iscsiadm). It's
also separate from iSCSI devices that use host bus adapters, which are
transparent to RHCOS/OCP.

Fixes: https://issues.redhat.com/browse/OCPBUGS-11124

(cherry picked from commit b5c5a05)


overlay: stop disabling iscsid.socket

The iSCSI daemon is now socket-activated so that it's only running when
needed rather than always enabled. We're breaking that by disabling
iscsid.socket.

This effectively reverts 929ac48 ("c9s: Disable iscsid.socket"). It's
not certain why this was done, but it was likely to workaround failing
tests. These tests should be fixed now[1] so we should be able to stop
doing this.

(cherry picked from commit 8c94270)

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot openshift-ci-robot removed the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label Jun 8, 2023
@openshift-ci openshift-ci bot requested a review from mike-nguyen June 8, 2023 12:09
See: coreos/fedora-coreos-config#2448

```
$ git -C fedora-coreos-config shortlog --no-merges \
    9fae403ff93a090ef4f7436eda8a0d5387b9c862..ed7f4f22c6db1fbcabad678267a747cc70cbc53a
Dusty Mabe (1):
      tests/kola: wait longer in commonlib.sh is_service_active

Jonathan Lebon (1):
      tests/kola: upstream network-online login test from RHCOS
```
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Jun 8, 2023
@openshift-ci-robot
Copy link

@travier: This pull request references Jira Issue OCPBUGS-14357, which is valid.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.13.z) matches configured target version for branch (4.13.z)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
  • dependent bug Jira Issue OCPBUGS-11124 is in the state Verified, which is one of the valid states (VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE))
  • dependent Jira Issue OCPBUGS-11124 targets the "4.14.0" version, which is one of the valid target versions: 4.14.0
  • bug has dependents

Requesting review from QA contact:
/cc @mike-nguyen

In response to this:

Cherry-picked from:

Needs:


overlay: disable iscsi.service by default

iscsi.service has Before=remote-fs-pre.target and
After=network-online.target. This forces remote-fs-pre.target
to block on network-online.target and hence in OCP, on
ovs-configuration.service (which has Before=network-online.target).

So this transitively makes systemd-user-sessions.service block on
network-online.target.

This was an issue in Fedora as well and was discussed in a devel
thread[1]. iscsi.service was subsequently reworked[2][3] so that
it was only activated if iSCSI was actually used by the system.

On RHEL 8, iscsi.service and co. were directly enabled by RPM
scriptlets rather than using presets. In RHCOS, we explicitly make
presets canonical[4] so we shipped with iscsi.service disabled by
default. On RHEL 9, the units were fixed to use presets[5]. This is
why we started seeing this issue after moving to RHEL 9.

So all we need in theory is to have the Fedora patch backported to RHEL
9. However, since we don't really need the functionality from
iscsi.service by default in RHCOS, we can fast-track its
(re-)disablement and not wait for the iscsi-starter.service workaround.

Note that iscsi.service is only used to bring up iSCSI sessions
marked for autostart in /var/lib/iscsi/nodes and is separate from
iscsid.service, which is what actually manages the iSCSI connections.
In OpenShift, we rely on the latter only (e.g. configured iSCSI PVCs
are done by the kubelet directly calling out to iscsiadm). It's
also separate from iSCSI devices that use host bus adapters, which are
transparent to RHCOS/OCP.

Fixes: https://issues.redhat.com/browse/OCPBUGS-11124

(cherry picked from commit b5c5a05)


overlay: stop disabling iscsid.socket

The iSCSI daemon is now socket-activated so that it's only running when
needed rather than always enabled. We're breaking that by disabling
iscsid.socket.

This effectively reverts 929ac48 ("c9s: Disable iscsid.socket"). It's
not certain why this was done, but it was likely to workaround failing
tests. These tests should be fixed now[1] so we should be able to stop
doing this.

(cherry picked from commit 8c94270)


tests/kola: delete ext.config.systemd.network-online test

This was moved to FCOS[1].

(cherry picked from commit 096f0ae)


Bump fedora-coreos-config submodule

See: coreos/fedora-coreos-config#2448

$ git -C fedora-coreos-config shortlog --no-merges \
   9fae403ff93a090ef4f7436eda8a0d5387b9c862..ed7f4f22c6db1fbcabad678267a747cc70cbc53a
Dusty Mabe (1):
     tests/kola: wait longer in commonlib.sh is_service_active

Jonathan Lebon (1):
     tests/kola: upstream network-online login test from RHCOS

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@travier
Copy link
Member Author

travier commented Jun 8, 2023

/unhold

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 8, 2023
Copy link
Member

@dustymabe dustymabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trivial LGTM

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 8, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 8, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cgwalters, dustymabe, travier

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [cgwalters,dustymabe,travier]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD cd5dd0a and 2 for PR HEAD 5bb4a77 in total

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 8, 2023

@travier: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit 3ac2aff into openshift:release-4.13 Jun 8, 2023
5 checks passed
@openshift-ci-robot
Copy link

@travier: Jira Issue OCPBUGS-14357: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-14357 has been moved to the MODIFIED state.

In response to this:

Cherry-picked from:

Needs:


overlay: disable iscsi.service by default

iscsi.service has Before=remote-fs-pre.target and
After=network-online.target. This forces remote-fs-pre.target
to block on network-online.target and hence in OCP, on
ovs-configuration.service (which has Before=network-online.target).

So this transitively makes systemd-user-sessions.service block on
network-online.target.

This was an issue in Fedora as well and was discussed in a devel
thread[1]. iscsi.service was subsequently reworked[2][3] so that
it was only activated if iSCSI was actually used by the system.

On RHEL 8, iscsi.service and co. were directly enabled by RPM
scriptlets rather than using presets. In RHCOS, we explicitly make
presets canonical[4] so we shipped with iscsi.service disabled by
default. On RHEL 9, the units were fixed to use presets[5]. This is
why we started seeing this issue after moving to RHEL 9.

So all we need in theory is to have the Fedora patch backported to RHEL
9. However, since we don't really need the functionality from
iscsi.service by default in RHCOS, we can fast-track its
(re-)disablement and not wait for the iscsi-starter.service workaround.

Note that iscsi.service is only used to bring up iSCSI sessions
marked for autostart in /var/lib/iscsi/nodes and is separate from
iscsid.service, which is what actually manages the iSCSI connections.
In OpenShift, we rely on the latter only (e.g. configured iSCSI PVCs
are done by the kubelet directly calling out to iscsiadm). It's
also separate from iSCSI devices that use host bus adapters, which are
transparent to RHCOS/OCP.

Fixes: https://issues.redhat.com/browse/OCPBUGS-11124

(cherry picked from commit b5c5a05)


overlay: stop disabling iscsid.socket

The iSCSI daemon is now socket-activated so that it's only running when
needed rather than always enabled. We're breaking that by disabling
iscsid.socket.

This effectively reverts 929ac48 ("c9s: Disable iscsid.socket"). It's
not certain why this was done, but it was likely to workaround failing
tests. These tests should be fixed now[1] so we should be able to stop
doing this.

(cherry picked from commit 8c94270)


tests/kola: delete ext.config.systemd.network-online test

This was moved to FCOS[1].

(cherry picked from commit 096f0ae)


Bump fedora-coreos-config submodule

See: coreos/fedora-coreos-config#2448

$ git -C fedora-coreos-config shortlog --no-merges \
   9fae403ff93a090ef4f7436eda8a0d5387b9c862..ed7f4f22c6db1fbcabad678267a747cc70cbc53a
Dusty Mabe (1):
     tests/kola: wait longer in commonlib.sh is_service_active

Jonathan Lebon (1):
     tests/kola: upstream network-online login test from RHCOS

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@travier travier deleted the release-4.13-iscsi branch June 9, 2023 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants