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 show fails after upgrade to 0.10 #69

Closed
rvandegrift opened this issue Dec 20, 2015 · 1 comment
Closed

bedup show fails after upgrade to 0.10 #69

rvandegrift opened this issue Dec 20, 2015 · 1 comment

Comments

@rvandegrift
Copy link
Contributor

After upgrading to 0.10:

$ sudo bedup show
Label: backup UUID: 766797ba-762c-41af-ae29-9d33e4c4c1e7
  Device: /dev/mapper/backup
Traceback (most recent call last):
  File "/usr/local/bin/bedup", line 9, in <module>
    load_entry_point('bedup==0.10.0', 'console_scripts', 'bedup')()
  File "/usr/local/lib/python3.4/dist-packages/bedup/__main__.py", line 495, in script_main
    sys.exit(main(sys.argv))
  File "/usr/local/lib/python3.4/dist-packages/bedup/__main__.py", line 484, in main
    return args.action(args)
  File "/usr/local/lib/python3.4/dist-packages/bedup/__main__.py", line 75, in cmd_show_vols
    show_vols(whole_fs, args.fsuuid_or_device, args.show_deleted)
  File "/usr/local/lib/python3.4/dist-packages/bedup/filesystem.py", line 707, in show_vols
    show_fs(fs, print_indented, show_deleted)
  File "/usr/local/lib/python3.4/dist-packages/bedup/filesystem.py", line 619, in show_fs
    root_ids.update(fs.root_info.keys())
  File "/usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py", line 725, in __get__
    obj.__dict__[self.__name__] = result = self.fget(obj)
  File "/usr/local/lib/python3.4/dist-packages/bedup/filesystem.py", line 193, in root_info
    return read_root_tree(fd)
  File "/usr/local/lib/python3.4/dist-packages/bedup/platform/btrfs.py", line 545, in read_root_tree
    for (root_id, ri) in ri_rel.items():
RuntimeError: dictionary changed size during iteration
@rvandegrift
Copy link
Contributor Author

This is a duplicate of #78

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