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

✨ multiple block devices support #4892

Merged
merged 4 commits into from
Nov 20, 2024
Merged

✨ multiple block devices support #4892

merged 4 commits into from
Nov 20, 2024

Conversation

slntopp
Copy link
Member

@slntopp slntopp commented Nov 19, 2024

No description provided.

Copy link
Contributor

Test Results

3 146 tests  +1   3 145 ✅ +1   1m 31s ⏱️ +5s
  371 suites ±0       1 💤 ±0 
   28 files   ±0       0 ❌ ±0 

Results for commit 924a671. ± Comparison against base commit a20e12c.

@@ -169,6 +169,9 @@ func (device BlockDevice) GetMountablePartitions(includeAll bool) ([]*PartitionI
blockDevices := &BlockDevices{
BlockDevices: device.Children,
}
if len(blockDevices.BlockDevices) == 0 && device.FsType != "" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice one

@slntopp slntopp merged commit 5ad0984 into main Nov 20, 2024
15 checks passed
@slntopp slntopp deleted the mik/multi-volume-suport branch November 20, 2024 12:20
@github-actions github-actions bot locked and limited conversation to collaborators Nov 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants