Skip to content

Commit 064be26

Browse files
committed
OSDOCS-16088: adds warning about images power loss
1 parent d66c44c commit 064be26

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

modules/microshift-embed-microshift-image-offline-deploy.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
You can use image builder to create {op-system-ostree} images with embedded {microshift-short} container images. To embed container images, you must add the image references to your image builder blueprint file.
1111

12+
include::snippets/microshift-power-loss-embed-images.adoc[leveloffset=1]
13+
1214
.Prerequisites
1315

1416
* You have root-user access to your build host.

modules/microshift-preparing-for-image-building-bootc.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ Use the following {op-system-base} documentation to understand the full details
1313
* Follow the instructions at the following link:
1414
1515
** link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/{op-system-version-major}/html/using_image_mode_for_rhel_to_build_deploy_and_manage_operating_systems/index[Using image mode for RHEL to build, deploy, and manage operating systems]
16+
17+
include::snippets/microshift-power-loss-embed-images.adoc[leveloffset=1]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Text snippet included in the following modules:
2+
//
3+
// * modules/
4+
// * modules/
5+
6+
:_mod-docs-content-type: SNIPPET
7+
8+
[WARNING]
9+
====
10+
For offline or disconnected configurations, embed all container image dependencies as part of the system image. When container images are downloaded without being embedded into the system image, CRI-O wipes them off during unclean shutdowns, such as when a power loss occurs. In this case, you can only restore those container images when the system is online.
11+
====

0 commit comments

Comments
 (0)