Skip to content

Commit

Permalink
Remove TODO comment with actual issue (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
milkey-mouse committed Dec 18, 2017
1 parent aae2c0e commit ee1723a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backup_vm/restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ def main():
print("Some disks to be restored don't exist in the archive:",
*sorted(targets_to_restore - archive_tgts), file=sys.stderr)
sys.exit(1)
# TODO: warn if a disk's logical size differs from backup to target
# this is complicated by non-raw images like qcow2 (which are expandable)

with lock.DiskLock(disks_to_restore), builder.ArchiveBuilder(disks_to_restore) as archive_dir:
args.archive.extra_args.extend(archive_disks.keys())
Expand Down

0 comments on commit ee1723a

Please sign in to comment.