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

Bedup crashes on ubuntu 18 after raid 1 rebalance #99

Open
leijurv opened this issue Aug 15, 2018 · 0 comments
Open

Bedup crashes on ubuntu 18 after raid 1 rebalance #99

leijurv opened this issue Aug 15, 2018 · 0 comments

Comments

@leijurv
Copy link

leijurv commented Aug 15, 2018

mount: /tmp/tmpc851ykn1.privmnt: mount(2) system call failed: Cannot allocate memory.
Traceback (most recent call last):
  File "/home/leijurv/.local/bin/bedup", line 11, in <module>
    sys.exit(script_main())
  File "/home/leijurv/.local/lib/python3.6/site-packages/bedup/__main__.py", line 497, in script_main
    sys.exit(main(sys.argv))
  File "/home/leijurv/.local/lib/python3.6/site-packages/bedup/__main__.py", line 486, in main
    return args.action(args)
  File "/home/leijurv/.local/lib/python3.6/site-packages/bedup/__main__.py", line 127, in vol_cmd
    vols = whole_fs.load_all_writable_vols(tt)
  File "/home/leijurv/.local/lib/python3.6/site-packages/bedup/filesystem.py", line 567, in load_all_writable_vols
    loaded.extend(self.load_vols_for_fs(fs, tt))
  File "/home/leijurv/.local/lib/python3.6/site-packages/bedup/filesystem.py", line 537, in load_vols_for_fs
    fs.ensure_private_mpoint()
  File "/home/leijurv/.local/lib/python3.6/site-packages/bedup/filesystem.py", line 176, in ensure_private_mpoint
    + [str(self.uuid), pm])
  File "/usr/lib/python3.6/subprocess.py", line 291, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['mount', '-t', 'btrfs', '-o', 'subvol=/,noatime,noexec,nodev', '-nU', '7f6fa4a0-1892-4ac7-a232-18a9fadf355f', '/tmp/tmpc851ykn1.privmnt']' returned non-zero exit status 32.
Command exited with non-zero status 1
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

No branches or pull requests

1 participant