Skip to content

Commit

Permalink
Merge b26bbb2 into 741cfd0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed May 19, 2023
2 parents 741cfd0 + b26bbb2 commit 26f2c75
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-storage-ng.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 19 15:36:55 UTC 2023 - José Iván López González <jlopez@suse.com>

- Add bus_id for DASD.
- 4.6.10

-------------------------------------------------------------------
Wed May 17 11:45:26 UTC 2023 - Ancor Gonzalez Sosa <ancor@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-storage-ng.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-storage-ng
Version: 4.6.9
Version: 4.6.10
Release: 0
Summary: YaST2 - Storage Configuration
License: GPL-2.0-only OR GPL-3.0-only
Expand Down
6 changes: 5 additions & 1 deletion src/lib/y2storage/dasd.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) [2017] SUSE LLC
# Copyright (c) [2017-2023] SUSE LLC
#
# All Rights Reserved.
#
Expand Down Expand Up @@ -33,6 +33,10 @@ class Dasd < Partitionable
# @return [Boolean] whether this is a rotational device
storage_forward :rotational?

# @!method bus_id
# @return [String] The bus ID of the DASD (e.g., "0.0.0150")
storage_forward :bus_id

# @!method type
# @return [DasdType]
storage_forward :type, as: "DasdType"
Expand Down

0 comments on commit 26f2c75

Please sign in to comment.