cinder backup-create has an parameter --incremental, but this parameter is not used in drivers/ceph.py

Bug #1701519 reported by zheng yin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cinder
New
Undecided
zheng yin

Bug Description

usage: cinder backup-create [--container <container>] [--name <name>]
                            [--description <description>] [--incremental]
                            [--force] [--snapshot-id <snapshot-id>]
                            <volume>

Creates a volume backup.

Positional arguments:
  <volume> Name or ID of volume to backup.

Optional arguments:
  --container <container>
                        Backup container name. Default=None.
  --name <name> Backup name. Default=None.
  --description <description>
                        Backup description. Default=None.
  --incremental Incremental backup. Default=False.
  --force Allows or disallows backup of a volume when the volume
                        is attached to an instance. If set to True, backs up
                        the volume whether its status is "available" or "in-
                        use". The backup of an "in-use" volume means your data
                        is crash consistent. Default=False.
  --snapshot-id <snapshot-id>
                        ID of snapshot to backup. Default=None

however, --incremental is not used.. Whether it is true or false, ceph attempts incremental backup.

zheng yin (yin-zheng)
Changed in cinder:
assignee: nobody → zheng yin (yin-zheng)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.