This bug has been migrated to another issue tracking site. It has been closed here and may no longer be being monitored.

If you would like to get updates for this issue, or to participate in it, you may do so at Red Hat Issue Tracker .
Bug 2161834 - Incorrect descriptions in VM backup steps
Summary: Incorrect descriptions in VM backup steps
Keywords:
Status: CLOSED MIGRATED
Alias: None
Product: Container Native Virtualization (CNV)
Classification: Red Hat
Component: Documentation
Version: 4.11.0
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
: ---
Assignee: Sasha Beskin
QA Contact: Oded Ramraz
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-01-18 03:26 UTC by Germano Veit Michel
Modified: 2023-02-07 10:09 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-02-07 10:09:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker CNV-24451 0 None None None 2023-01-18 03:29:26 UTC
Red Hat Issue Tracker   OADP-1223 0 None None None 2023-02-07 10:09:53 UTC

Description Germano Veit Michel 2023-01-18 03:26:30 UTC
Document URL: 
https://docs.openshift.com/container-platform/4.11/virt/backup_restore/virt-backing-up-vms.html

Section Number and Name: 
2. Create a Backup CR, as in the following example:

Describe the issue: 
Explanation notes 3 and 4 are duplicate

apiVersion: velero.io/v1
kind: Backup
metadata:
  name: <backup>
  labels:
    velero.io/storage-location: default
  namespace: openshift-adp
spec:
  hooks: {}
  includedNamespaces:
  - <namespace>  (1)
  includedResources: [] (2) 
  excludedResources: [] (3)
  storageLocation: <velero-sample-1> (4) 
  ttl: 720h0m0s
  labelSelector: (3) <-------- 3 was already used above
  - matchLabels:
      app=<label_1>
  - matchLabels:
      app=<label_2>
  - matchLabels:
      app=<label_3>
  orlabelSelectors: (4) <------- 4 was already used above
  - matchLabels:
      app=<label_1>
  - matchLabels:
      app=<label_2>
  - matchLabels:
      app=<label_3>

And as a consequence the explanations for labelSelector and orlabelSelectors are missing.

Suggestions for improvement: 
Go from 1 to 6 and add explanation for labelSelector and orlabelSelectors


Note You need to log in before you can comment on or make changes to this bug.