Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5452,6 +5452,7 @@ public static class DeletePoolCmd extends AgentCommand {
public String poolUuid;
public String mountPoint;
public boolean force;
public List<String> devices;
}

public static class CheckPoolCmd extends AgentCommand {
Expand Down