Skip to content

Commit f1b2052

Browse files
Merge pull request #210892 from veyalla/eh-expected-check-error
document expected edgeHub check error on a new install
2 parents 073acba + bf17fe3 commit f1b2052

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/iot-edge/how-to-provision-single-device-linux-symmetric.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,15 @@ Use the `check` tool to verify configuration and connection status of the device
175175
>[!TIP]
176176
>Always use `sudo` to run the check tool, even after your permissions are updated. The tool needs elevated privileges to access the config file to verify configuration status.
177177

178+
>[!NOTE]
179+
>On a newly provisioned device, you may see an error related to IoT Edge Hub:
180+
>```
181+
>× production readiness: Edge Hub's storage directory is persisted on the host filesystem - Error
182+
>
183+
> Could not check current state of edgeHub container
184+
>```
185+
>This error is expected on a fresh install, and will go away when IoT Edge Hub module is started as a result of setting a deployment for the device.
186+
178187
View all the modules running on your IoT Edge device. When the service starts for the first time, you should only see the **edgeAgent** module running. The edgeAgent module runs by default and helps to install and start any additional modules that you deploy to your device.
179188

180189
```bash

0 commit comments

Comments
 (0)