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

Introducing Storage Access Groups for better management for host and storage connections #10381

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Fix duplicate storage access groups

a3dd0b7
Select commit
Loading
Failed to load commit list.
Draft

Introducing Storage Access Groups for better management for host and storage connections #10381

Fix duplicate storage access groups
a3dd0b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 14, 2025 in 0s

25.93% of diff hit (target 16.07%)

View this Pull Request on Codecov

25.93% of diff hit (target 16.07%)

Annotations

Check warning on line 203 in api/src/main/java/org/apache/cloudstack/api/command/admin/cluster/AddClusterCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/cluster/AddClusterCmd.java#L201-L203

Added lines #L201 - L203 were not covered by tests

Check warning on line 120 in api/src/main/java/org/apache/cloudstack/api/command/admin/cluster/ListClustersCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/cluster/ListClustersCmd.java#L118-L120

Added lines #L118 - L120 were not covered by tests

Check warning on line 122 in api/src/main/java/org/apache/cloudstack/api/command/admin/cluster/ListClustersCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/cluster/ListClustersCmd.java#L122

Added line #L122 was not covered by tests

Check warning on line 124 in api/src/main/java/org/apache/cloudstack/api/command/admin/cluster/ListClustersCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/cluster/ListClustersCmd.java#L124

Added line #L124 was not covered by tests

Check warning on line 128 in api/src/main/java/org/apache/cloudstack/api/command/admin/cluster/ListClustersCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/cluster/ListClustersCmd.java#L126-L128

Added lines #L126 - L128 were not covered by tests

Check warning on line 133 in api/src/main/java/org/apache/cloudstack/api/command/admin/cluster/UpdateClusterCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/cluster/UpdateClusterCmd.java#L133

Added line #L133 was not covered by tests

Check warning on line 126 in api/src/main/java/org/apache/cloudstack/api/command/admin/host/AddHostCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/host/AddHostCmd.java#L124-L126

Added lines #L124 - L126 were not covered by tests

Check warning on line 205 in api/src/main/java/org/apache/cloudstack/api/command/admin/host/ListHostsCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/host/ListHostsCmd.java#L203-L205

Added lines #L203 - L205 were not covered by tests

Check warning on line 207 in api/src/main/java/org/apache/cloudstack/api/command/admin/host/ListHostsCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/host/ListHostsCmd.java#L207

Added line #L207 was not covered by tests

Check warning on line 209 in api/src/main/java/org/apache/cloudstack/api/command/admin/host/ListHostsCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/host/ListHostsCmd.java#L209

Added line #L209 was not covered by tests

Check warning on line 213 in api/src/main/java/org/apache/cloudstack/api/command/admin/host/ListHostsCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/host/ListHostsCmd.java#L211-L213

Added lines #L211 - L213 were not covered by tests

Check warning on line 108 in api/src/main/java/org/apache/cloudstack/api/command/admin/pod/CreatePodCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/pod/CreatePodCmd.java#L106-L108

Added lines #L106 - L108 were not covered by tests

Check warning on line 126 in api/src/main/java/org/apache/cloudstack/api/command/admin/pod/CreatePodCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/pod/CreatePodCmd.java#L126

Added line #L126 was not covered by tests

Check warning on line 87 in api/src/main/java/org/apache/cloudstack/api/command/admin/pod/ListPodsByCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/pod/ListPodsByCmd.java#L85-L87

Added lines #L85 - L87 were not covered by tests

Check warning on line 89 in api/src/main/java/org/apache/cloudstack/api/command/admin/pod/ListPodsByCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/pod/ListPodsByCmd.java#L89

Added line #L89 was not covered by tests

Check warning on line 91 in api/src/main/java/org/apache/cloudstack/api/command/admin/pod/ListPodsByCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/pod/ListPodsByCmd.java#L91

Added line #L91 was not covered by tests

Check warning on line 95 in api/src/main/java/org/apache/cloudstack/api/command/admin/pod/ListPodsByCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/pod/ListPodsByCmd.java#L93-L95

Added lines #L93 - L95 were not covered by tests

Check warning on line 73 in api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java#L71-L73

Added lines #L71 - L73 were not covered by tests

Check warning on line 77 in api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java#L75-L77

Added lines #L75 - L77 were not covered by tests

Check warning on line 81 in api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java#L79-L81

Added lines #L79 - L81 were not covered by tests

Check warning on line 85 in api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java#L83-L85

Added lines #L83 - L85 were not covered by tests

Check warning on line 89 in api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java#L87-L89

Added lines #L87 - L89 were not covered by tests

Check warning on line 93 in api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java#L91-L93

Added lines #L91 - L93 were not covered by tests

Check warning on line 102 in api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java#L100-L102

Added lines #L100 - L102 were not covered by tests

Check warning on line 107 in api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ConfigureStorageAccessCmd.java#L105-L107

Added lines #L105 - L107 were not covered by tests