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

Provide a Policy for DRPlacementControl #342

Open
ch-stark opened this issue Sep 20, 2022 · 0 comments
Open

Provide a Policy for DRPlacementControl #342

ch-stark opened this issue Sep 20, 2022 · 0 comments

Comments

@ch-stark
Copy link
Contributor

ch-stark commented Sep 20, 2022

During manual failover when working with ODF the following object has been created.
This is to investigate if a Policy should be created

apiVersion: ramendr.openshift.io/v1alpha1
kind: DRPlacementControl
metadata:
  name: pacman-placement-1-drpc
  namespace: pacman
  finalizers:
    - drpc.ramendr.openshift.io/finalizer
  labels:
    app: pacman
    cluster.open-cluster-management.io/backup: resource
spec:
  action: Failover
  drPolicyRef:
    name: ocp4perf1-ocp4perf2-2m
  failoverCluster: ocp4perf2
  placementRef:
    kind: PlacementRule
    name: pacman-placement-1
    namespace: pacman
  preferredCluster: ocp4perf1
  pvcSelector: {}
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