Skip to content

Conversation

@muhamadazmy
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Nov 12, 2019

Codecov Report

Merging #375 into master will decrease coverage by 0.02%.
The diff coverage is 64.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #375      +/-   ##
==========================================
- Coverage   40.94%   40.91%   -0.03%     
==========================================
  Files          62       62              
  Lines        3842     3847       +5     
==========================================
+ Hits         1573     1574       +1     
- Misses       2058     2062       +4     
  Partials      211      211
Impacted Files Coverage Δ
pkg/upgrade/upgrade.go 0% <0%> (ø) ⬆️
pkg/provision/zdb.go 35.71% <100%> (ø) ⬆️
pkg/provision/container.go 53.9% <100%> (ø) ⬆️
pkg/flist/flist.go 55.49% <63.63%> (+0.12%) ⬆️
pkg/versioned/data.go 80.39% <0%> (-3.93%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d370e9f...8b7d6ff. Read the comment docs.

return "", errors.Wrap(err, "failed to create read-write subvolume for 0-fs")
var args []string
if !opts.ReadOnly {
path, err := f.storage.CreateFilesystem(rnd, 256*mib, pkg.SSDDevice)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
path, err := f.storage.CreateFilesystem(rnd, 256*mib, pkg.SSDDevice)
path, err := f.storage.CreateFilesystem(rnd, opt.Limit, pkg.SSDDevice)

@zaibon zaibon merged commit b67034f into master Nov 12, 2019
@zaibon zaibon deleted the master-flister-mount-options branch November 12, 2019 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants