Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

docker file gets excluded in backup_master_node.sh #1104

Open
sauravkna opened this issue Jun 15, 2020 · 2 comments
Open

docker file gets excluded in backup_master_node.sh #1104

sauravkna opened this issue Jun 15, 2020 · 2 comments
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@sauravkna
Copy link

The script openshift-ansible-contrib/reference-architecture/day2ops/scripts/backup_master_node.sh misses the /etc/sysconfig/docker file. Made the following changes in the otherfiles() method of script.

Original
cp -aR /etc/sysconfig/{iptables,docker-*} \
Output:
docker-network docker-storage docker-storage-setup iptables origin-node

Recommended (changing the regex for docker)
cp -aR /etc/sysconfig/{iptables,docker*} \
Output:
docker docker-network docker-storage docker-storage-setup iptables origin-node

@openshift-bot
Copy link

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@openshift-ci-robot openshift-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Oct 21, 2020
@openshift-bot
Copy link

Stale issues rot after 30d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle rotten
/remove-lifecycle stale

@openshift-ci-robot openshift-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Nov 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
None yet
Development

No branches or pull requests

3 participants