openshift / openshift-ansible-contrib

Additional roles and playbooks for OpenShift installation and management
https://www.openshift.com
Apache License 2.0
283 stars 372 forks source link

docker file gets excluded in backup_master_node.sh #1104

Open sauravkna opened 4 years ago

sauravkna commented 4 years ago

The script openshift-ansible-contrib/reference-architecture/day2ops/scripts/backup_master_node.sh misses the /etc/sysconfig/docker file.Made the following changes in theotherfiles() 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 commented 3 years ago

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-bot commented 3 years ago

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