From 6eaf299f9541e03eebc3a4a9b8ab6a4cdf98c500 Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Wed, 22 Aug 2018 13:29:08 +0800 Subject: [PATCH] Updated Mounting multiple disks in iPXE mode (markdown) --- Mounting-multiple-disks-in-iPXE-mode.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Mounting-multiple-disks-in-iPXE-mode.md b/Mounting-multiple-disks-in-iPXE-mode.md index 0d5eb23..d2eec94 100644 --- a/Mounting-multiple-disks-in-iPXE-mode.md +++ b/Mounting-multiple-disks-in-iPXE-mode.md @@ -141,6 +141,13 @@ Debug Mode (server): false /dev/sdb ext4 2.9G 9.3M 2.8G 0% /mnt/user-docker/overlay ``` +## Troubleshooting + +If you don't get the expected result, you can check these two points: + +1. The output of `ros c export`, this can make you know if `runcmd` is actually set. +2. The console logs `system-docker logs console`, this can make you know if `runcmd` runs failed. + ## Others There was a bug for cloudinit url datasource in v1.1.3, please refer to this [issue](https://github.com/rancher/os/issues/2144) . In the case of multiple nics, the content of the url sometimes fails to download.