Skip to content

Commit

Permalink
Merge 2bda90a into 07fbb8e
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Apr 3, 2024
2 parents 07fbb8e + 2bda90a commit eb15ab9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 3 13:39:37 UTC 2024 - Knut Anderssen <kanderssen@suse.com>

- Adapted call for connecting all discovered NVMe-over-Fabrics
subsystems (bsc#1222246).
- 4.6.12

-------------------------------------------------------------------
Wed Mar 13 14:30:17 UTC 2024 - Ladislav Slezák <lslezak@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-installation.spec
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-installation
Version: 4.6.11
Version: 4.6.12
Release: 0
Summary: YaST2 - Installation Parts
License: GPL-2.0-only
Expand Down
3 changes: 2 additions & 1 deletion src/include/installation/inst_inc_all.rb
Expand Up @@ -255,7 +255,8 @@ def SetDiskActivationModule
def connect_nbft
require "yast2/execute"

Yast::Execute.locally!("nvme", "connect-nbft")
# Replaced 'connect-nbft' by 'connect-all --nbft' (bsc#1222246).
Yast::Execute.locally!("nvme", "connect-all", "--nbft")
rescue Cheetah::ExecutionFailed
Builtins.y2error("Error connecting NBFT")
end
Expand Down

0 comments on commit eb15ab9

Please sign in to comment.