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

add a feature to balance write to load lowest rw disk #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yogoloth
Copy link

@yogoloth yogoloth commented May 27, 2016

I add a feature to balance write to load lowest rw disk.
I use this to bind a 20T disk over several Huawei cloud server‘s disks for backup. and write 100G perday , I think it's stability and hope it will be helpful for somebody .

to enable this feather by supply -o lbwrite when mount.
and do a little modify in mount.unionfs ,now it can work for me.
I add this fstab example in project, too.

@yogoloth yogoloth changed the title please merge add a feature to balance write to load lowest rw disk May 27, 2016
@rpodgorny
Copy link
Owner

hi. thanks for the patch! unfortunately, i can't merge it as-is because:

  1. we don't do tests in bash anymore, please migrate to python tests
  2. try to add a proper test (in python)
  3. clean up the commits a bit (ammend? rebase?)

ideally, i would like to see just two commits:

  1. add the functionality
  2. add the tests

don't worry about the english and terminology, i can fix that later.

@yogoloth yogoloth force-pushed the master branch 4 times, most recently from e16914e to dca6d76 Compare May 30, 2016 11:34
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.

2 participants