Skip to content

Commit

Permalink
Added availablePaths to LogicalUnit model
Browse files Browse the repository at this point in the history
This is necessary for the iSCI multipath status oVirt/ovirt-engine#934

Signed-off-by: Brooklyn Dewolf <contact@brooklyn.gent>
  • Loading branch information
BrooklynDewolf committed Apr 11, 2024
1 parent 507a52c commit 3f9a4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/types/LogicalUnit.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public interface LogicalUnit {
Integer lunMapping();
Integer size();
Integer paths();
Integer availablePaths();
LunStatus status();
String volumeGroupId();
String storageDomainId();
Expand Down

0 comments on commit 3f9a4ae

Please sign in to comment.