← Back to team overview

holland-coredev team mailing list archive

[Bug 1282325] [NEW] Holland xtrabackup util.py should accept stream=none

 

Public bug reported:

util.py 83:
 if stream_method is not None:
        LOG.warning("Skipping --prepare/--apply-logs since backup is streamed")
        return


util.py 126:
 if stream in ('no', '0', 'false'):
        return None
    raise BackupError("Invalid xtrabackup stream method '%s'" % stream)

** Affects: holland-backup
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Holland
Build, which is subscribed to holland-backup.
https://bugs.launchpad.net/bugs/1282325

Title:
  Holland xtrabackup util.py should accept stream=none

Status in Holland Backup Framework:
  New

Bug description:
  util.py 83:
   if stream_method is not None:
          LOG.warning("Skipping --prepare/--apply-logs since backup is streamed")
          return

  
  util.py 126:
   if stream in ('no', '0', 'false'):
          return None
      raise BackupError("Invalid xtrabackup stream method '%s'" % stream)

To manage notifications about this bug go to:
https://bugs.launchpad.net/holland-backup/+bug/1282325/+subscriptions


Follow ups

References