Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
10.5. Backing Up Node Host Files
tar
or cpio
, to perform this backup. Red Hat recommends backing up the following node host files and directories:
/opt/rh/ruby193/root/etc/mcollective
/etc/passwd
/var/lib/openshift
/etc/openshift
Important
/var/lib/openshift
directory is paramount to recovering a node host, including head gears of scaled applications, which contain data that cannot be recreated. If the file is recoverable, then it is possible to recreate a node from the existing data. Red Hat recommends this directory be backed up on a separate volume from the root file system, preferably on a Storage Area Network.
Even though applications on OpenShift Enterprise are stateless by default, developers can also use persistent storage for stateful applications by placing files in their $OPENSHIFT_DATA_DIR
directory. See the OpenShift Enterprise User Guide for more information.
cron
scripts to clean up these hosts. For stateful applications, Red Hat recommends keeping the state on a separate shared storage volume. This ensures the quick recovery of a node host in the event of a failure.
Note