-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot resolve edgeAgent and edgeHub storage warning #2880
Comments
Both instances of this should be be: "storageFolder": {
"value": "C:\\Windows\\Temp"
}
I assume you meant "but on edgeAgent not affected". For that, ensure you config.yaml also has agent:
name: 'edgeAgent'
type: 'docker'
env:
'storageFolder': 'C:\Windows\temp' Notice again that the |
I updated the deployment.json file as you said:
Your assumption was correct. I meant edgeAgent , for that also I changed config.yaml. nd restarted the iotedge service. no changes happened. I still get the warnings. here is the docker inspect of edgeAgent:
and here is the docker inspect of edgHub
|
I noticed after a while I am getting this error :
|
Hi Mahdi, It is interesting that Could you please try Thank you! |
I created a new Azure windows 10 vm and installed a fresh iotEdge runtime. Retried with the same deployment package. and also tried removing edgeAgent container, but no luck! |
Do you see |
Here is the docker inspect results: docker inpect {
"Id": "xxxx",
"Created": "2020-05-05T11:41:48.3065884Z",
"Path": "dotnet",
"Args": [
"Microsoft.Azure.Devices.Edge.Agent.Service.dll"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 4244,
"ExitCode": 0,
"Error": "",
"StartedAt": "2020-05-05T11:41:59.7027334Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:cab1bd67d4d7d71b6eedcbfa5382e8e784881bef26aab1ed846974191381ef25",
"ResolvConfPath": "",
"HostnamePath": "",
"HostsPath": "",
"LogPath": "C:\\ProgramData\\iotedge-moby\\containers\\xxxx\\xxxx-json.log",
"Name": "/edgeAgent",
"RestartCount": 0,
"Driver": "windowsfilter",
"Platform": "windows",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"C:\\ProgramData\\iotedge\\mgmt:C:\\ProgramData\\iotedge\\mgmt",
"C:\\ProgramData\\iotedge\\workload:C:\\ProgramData\\iotedge\\workload"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "default",
"PortBindings": null,
"RestartPolicy": {
"Name": "",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"CapAdd": null,
"CapDrop": null,
"Capabilities": null,
"Dns": null,
"DnsOptions": null,
"DnsSearch": null,
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": false,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": null,
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 0,
"ConsoleSize": [
0,
0
],
"Isolation": "process",
"CpuShares": 0,
"Memory": 0,
"NanoCpus": 0,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": null,
"BlkioDeviceReadBps": null,
"BlkioDeviceWriteBps": null,
"BlkioDeviceReadIOps": null,
"BlkioDeviceWriteIOps": null,
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": null,
"DeviceCgroupRules": null,
"DeviceRequests": null,
"DiskQuota": 0,
"KernelMemory": 0,
"KernelMemoryTCP": 0,
"MemoryReservation": 0,
"MemorySwap": 0,
"MemorySwappiness": null,
"OomKillDisable": null,
"PidsLimit": null,
"Ulimits": null,
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"dir": "C:\\ProgramData\\iotedge-moby\\windowsfilter\\38e843d5f4cc55c0b1ee6d724e495eb87dd1c87faa260f8d957b38d7a4930184"
},
"Name": "windowsfilter"
},
"Mounts": [
{
"Type": "bind",
"Source": "c:\\programdata\\iotedge\\mgmt",
"Destination": "c:\\programdata\\iotedge\\mgmt",
"Mode": "",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "c:\\programdata\\iotedge\\workload",
"Destination": "c:\\programdata\\iotedge\\workload",
"Mode": "",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "38e843d5f4cc",
"Domainname": "",
"User": "ContainerAdministrator",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"IOTEDGE_AUTHSCHEME=sasToken",
"IOTEDGE_WORKLOADURI=unix:///C:/ProgramData/iotedge/workload/sock",
"EDGEDEVICEHOSTNAME=p7-win10-tst-gp",
"IOTEDGE_MANAGEMENTURI=unix:///C:/ProgramData/iotedge/mgmt/sock",
"IOTEDGE_MODULEGENERATIONID=637241971008587773",
"NetworkId=nat",
"Mode=iotedged",
"IOTEDGE_APIVERSION=2019-11-05",
"IOTEDGE_DEVICEID=xxxx",
"IOTEDGE_IOTHUBHOSTNAME=xxx.azure-devices.net",
"storageFolder=C:\\Windows\\temp",
"IOTEDGE_MODULEID=$edgeAgent",
"ASPNETCORE_URLS=http://+:80",
"DOTNET_RUNNING_IN_CONTAINER=true"
],
"Cmd": [
"dotnet",
"Microsoft.Azure.Devices.Edge.Agent.Service.dll"
],
"ArgsEscaped": true,
"Image": "mcr.microsoft.com/azureiotedge-agent:1.0.9",
"Volumes": null,
"WorkingDir": "C:\\app",
"Entrypoint": null,
"OnBuild": null,
"Labels": {
"net.azure-devices.edge.owner": "Microsoft.Azure.Devices.Edge.Agent"
}
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "38e843d5f4cc55c0b1ee6d724e495eb87dd1c87faa260f8d957b38d7a4930184",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {},
"SandboxKey": "38e843d5f4cc55c0b1ee6d724e495eb87dd1c87faa260f8d957b38d7a4930184",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"nat": {
"IPAMConfig": null,
"Links": null,
"Aliases": null,
"NetworkID": "6f673444e5660d72b9f4a334ea994726c411bdd9e5ca749f2a565b0cbbb419cf",
"EndpointID": "eebbdeb86fd969d929a02abf4e91ab62ec8e615c236d2ce6f59716587ca212c8",
"Gateway": "172.23.192.1",
"IPAddress": "172.23.195.162",
"IPPrefixLen": 16,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"MacAddress": "00:15:5d:e0:79:0e",
"DriverOpts": null
}
}
}
} |
I have the same problem on Linux. I went through Give modules access to a device's local storage and updated my deployment templates. Afterwards the "systemModules": {
"edgeAgent": {
"type": "docker",
"settings": {
"image": "mcr.microsoft.com/azureiotedge-agent:1.0",
"createOptions": {
"HostConfig": {
"Binds": [
"/etc/iotedge/storage/:/iotedge/storage/"
]
}
}
},
"env": {
"storageFolder": {
"value": "/iotedge/storage/"
}
}
},
"edgeHub": {
"type": "docker",
"status": "running",
"restartPolicy": "always",
"settings": {
"image": "mcr.microsoft.com/azureiotedge-hub:1.0",
"createOptions": {
"HostConfig": {
"Binds": [
"/etc/iotedge/storage/:/iotedge/storage/"
],
"PortBindings": {
"5671/tcp": [
{
"HostPort": "5671"
}
],
"8883/tcp": [
{
"HostPort": "8883"
}
],
"443/tcp": [
{
"HostPort": "443"
}
]
}
}
}
},
"env": {
"storageFolder": {
"value": "/iotedge/storage/"
}
}
}
} I also tried config.yaml tweaks, same behavior. agent:
name: "edgeAgent"
type: "docker"
env:
storageFolder: "/etc/iotedge/storage"
config:
image: "mcr.microsoft.com/azureiotedge-agent:1.0"
auth: {} |
Similar issue on Linux.. |
|
@yophilav I have followed these steps.
and for
|
Hello @SamanSattari , did you get some resolution for this? I am facing exact same symptoms. |
@jefim no unfortunately.. |
@yophilav Do you have any other insights for this or is this somewhere under inspection? Any possible news? :) |
Hi all, |
This issue is being marked as stale because it has been open for 30 days with no activity. |
Hi, I'm running on the exact same issue on linux machine... I've tried the proposed remediation steps without success.... any update on this?? |
Same... @veyalla perhaps this should be re-opened and closed when the docs are better or more complete? |
I've also hit this same issue on a Linux machine, following the steps of removing the edgeAgent docker image and having it re-provision did not resolve the issue. While Azure's IoT Hub reports back the storageFolder environment variable and the binds configuration for the edgeAgent modules createOptions those aren't reflected in docker inspect edgeAgent and when running iotedge check it still warns that the edge agents storage directory is not being persisted on the host filesystem. |
I couldn’t repro with 1.0.10-rc2. We made some edgeAgent fixes in the 1.0.10 which may be taking care of this issue. Please attempt repro with 1.0.10-rc2, if possible. |
given that this problem persists on devices deployed with 1.0.9, could the documentation be changed to reflect this unexpected behaviour? |
I tried with newest release candidate version and seems the problem exists! this time I noticed actually the files are persisted in the destination directory but again warnings are there! both for edgeAgent and edgeHub deployment manifest```json { "modulesContent": { "$edgeAgent": { "properties.desired": { "schemaVersion": "1.0", "runtime": { "type": "docker", "settings": { "minDockerVersion": "v1.25", } }, "systemModules": { "edgeAgent": { "settings": { "image": "mcr.microsoft.com/azureiotedge-agent:1.0.10-rc2", "createOptions": "{\"HostConfig\": {\"Binds\":[\"C:\\\\ProgramData\\\\xxx:C:\\\\Windows\\\\Temp\"]}}" }, "type": "docker", "env": { "experimentalfeatures__enabled": { "value": "true" }, "experimentalfeatures__enableMetrics": { "value": "true" }, "experimentalfeatures__enableGetLogs": { "value": "true" }, "experimentalfeatures__enableUploadLogs": { "value": "true" }, "storageFolder": { "value": "C:\\Windows\\Temp" } } }, "edgeHub": { "settings": { "image": "mcr.microsoft.com/azureiotedge-hub:1.0.10-rc2", "createOptions": "{\"HostConfig\":{\"Binds\":[\"C:\\\\ProgramData\\\\xxx:C:\\\\Windows\\\\Temp\"],\"PortBindings\":{\"8883/tcp\":[{\"HostPort\":\"8883\"}],\"5671/tcp\":[{\"HostPort\":\"5671\"}],\"443/tcp\":[{\"HostPort\":\"443\"}]}}}" }, "type": "docker", "status": "running", "restartPolicy": "always", "env": { "storageFolder": { "value": "C:\\Windows\\Temp" } } } }, "modules": {} } }, "$edgeHub": { "properties.desired": { "routes": {}, "schemaVersion": "1.0", "storeAndForwardConfiguration": { "timeToLiveSecs": 7200 } } } } } ```docker inpect edgeAgent```json PS C:\Windows\system32> docker -H npipe:////./pipe/iotedge_moby_engine inspect edgeAgent [ { "Id": "fa2c580190ff95aa33c6f9a626fe6da647df13728abd8d145cd58171317ba54c", "Created": "2020-09-25T12:19:47.5405692Z", "Path": "dotnet", "Args": [ "Microsoft.Azure.Devices.Edge.Agent.Service.dll" ], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 2476, "ExitCode": 0, "Error": "", "StartedAt": "2020-09-25T12:19:48.3904994Z", "FinishedAt": "0001-01-01T00:00:00Z" }, "Image": "sha256:437b35604dc741fe734da408064b5e51b3ed9a28ed9724736e40d8d0e3e28915", "ResolvConfPath": "", "HostnamePath": "", "HostsPath": "", "LogPath": "C:\\ProgramData\\iotedge-moby\\containers\\fa2c580190ff95aa33c6f9a626fe6da647df13728abd8d145cd58171317ba54c\\fa2c580190ff95aa33c6f9a626fe6da647df13728abd8d145cd58171317ba54c-json.log", "Name": "/edgeAgent", "RestartCount": 0, "Driver": "windowsfilter", "Platform": "windows", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "C:\\ProgramData\\xxx:C:\\Windows\\Temp", "C:\\ProgramData\\iotedge\\workload:C:\\ProgramData\\iotedge\\workload", "C:\\ProgramData\\iotedge\\mgmt:C:\\ProgramData\\iotedge\\mgmt" ], "ContainerIDFile": "", "LogConfig": { "Type": "json-file", "Config": {} }, "NetworkMode": "default", "PortBindings": null, "RestartPolicy": { "Name": "", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": null, "CapDrop": null, "Capabilities": null, "Dns": null, "DnsOptions": null, "DnsSearch": null, "ExtraHosts": null, "GroupAdd": null, "IpcMode": "", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": false, "PublishAllPorts": false, "ReadonlyRootfs": false, "SecurityOpt": null, "UTSMode": "", "UsernsMode": "", "ShmSize": 0, "ConsoleSize": [ 0, 0 ], "Isolation": "process", "CpuShares": 0, "Memory": 0, "NanoCpus": 0, "CgroupParent": "", "BlkioWeight": 0, "BlkioWeightDevice": null, "BlkioDeviceReadBps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteIOps": null, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": null, "DeviceCgroupRules": null, "DeviceRequests": null, "KernelMemory": 0, "KernelMemoryTCP": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": null, "PidsLimit": null, "Ulimits": null, "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "MaskedPaths": null, "ReadonlyPaths": null }, "GraphDriver": { "Data": { "dir": "C:\\ProgramData\\iotedge-moby\\windowsfilter\\fa2c580190ff95aa33c6f9a626fe6da647df13728abd8d145cd58171317ba54c" }, "Name": "windowsfilter" }, "Mounts": [ { "Type": "bind", "Source": "c:\\programdata\\xxx", "Destination": "c:\\windows\\temp", "Mode": "", "RW": true, "Propagation": "" }, { "Type": "bind", "Source": "c:\\programdata\\iotedge\\workload", "Destination": "c:\\programdata\\iotedge\\workload", "Mode": "", "RW": true, "Propagation": "" }, { "Type": "bind", "Source": "c:\\programdata\\iotedge\\mgmt", "Destination": "c:\\programdata\\iotedge\\mgmt", "Mode": "", "RW": true, "Propagation": "" } ], "Config": { "Hostname": "fa2c580190ff", "Domainname": "", "User": "ContainerAdministrator", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "EdgeDeviceHostName=desktop-uldmue5", "IOTEDGE_APIVERSION=2020-07-07", "IOTEDGE_AUTHSCHEME=sasToken", "IOTEDGE_DEVICEID=di-7966", "IOTEDGE_IOTHUBHOSTNAME=xxxIoTHubDev.azure-devices.net", "IOTEDGE_MANAGEMENTURI=unix:///C:/ProgramData/iotedge/mgmt/sock", "IOTEDGE_MODULEGENERATIONID=637366330356525195", "IOTEDGE_MODULEID=$edgeAgent", "IOTEDGE_WORKLOADURI=unix:///C:/ProgramData/iotedge/workload/sock", "Mode=iotedged", "NetworkId=nat", "RuntimeLogLevel=Information", "experimentalfeatures__enableGetLogs=true", "experimentalfeatures__enableMetrics=true", "experimentalfeatures__enableUploadLogs=true", "experimentalfeatures__enabled=true", "storageFolder=C:\\Windows\\Temp", "ASPNETCORE_URLS=http://+:80", "DOTNET_RUNNING_IN_CONTAINER=true" ], "Cmd": [ "dotnet", "Microsoft.Azure.Devices.Edge.Agent.Service.dll" ], "ArgsEscaped": true, "Image": "mcr.microsoft.com/azureiotedge-agent:1.0.10-rc2", "Volumes": null, "WorkingDir": "C:\\app", "Entrypoint": null, "OnBuild": null, "Labels": { "net.azure-devices.edge.owner": "Microsoft.Azure.Devices.Edge.Agent" } }, "NetworkSettings": { "Bridge": "", "SandboxID": "fa2c580190ff95aa33c6f9a626fe6da647df13728abd8d145cd58171317ba54c", "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Ports": {}, "SandboxKey": "fa2c580190ff95aa33c6f9a626fe6da647df13728abd8d145cd58171317ba54c", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "MacAddress": "", "Networks": { "nat": { "IPAMConfig": null, "Links": null, "Aliases": null, "NetworkID": "78af2a2fd584edac0bbfeb464a61bbdec9be713c2817410fb8ddbef78e41b212", "EndpointID": "69a32fccc83e65910212f066028a63c18ffdde4fdab3a579d8a65f1d7a44bda8", "Gateway": "172.17.224.1", "IPAddress": "172.17.230.228", "IPPrefixLen": 16, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "00:15:5d:f7:f2:78", "DriverOpts": null } } } } ] ```docker inpect edgeHub```json PS C:\Windows\system32> docker -H npipe:////./pipe/iotedge_moby_engine inspect edgeHub [ { "Id": "56f81486a2c0372bfe0494e0a6c1e17c6d0a76bb545e546ecf605583390cb1c0", "Created": "2020-09-25T12:20:04.412838Z", "Path": "dotnet", "Args": [ "Microsoft.Azure.Devices.Edge.Hub.Service.dll" ], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 4860, "ExitCode": 0, "Error": "", "StartedAt": "2020-09-25T12:20:05.6047546Z", "FinishedAt": "0001-01-01T00:00:00Z" }, "Image": "sha256:5202ad14db881a45329c85f9f3e3a3fd17fb14c55e3d11a8f0be26af029507ed", "ResolvConfPath": "", "HostnamePath": "", "HostsPath": "", "LogPath": "C:\\ProgramData\\iotedge-moby\\containers\\56f81486a2c0372bfe0494e0a6c1e17c6d0a76bb545e546ecf605583390cb1c0\\56f81486a2c0372bfe0494e0a6c1e17c6d0a76bb545e546ecf605583390cb1c0-json.log", "Name": "/edgeHub", "RestartCount": 0, "Driver": "windowsfilter", "Platform": "windows", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "C:\\ProgramData\\xxx:C:\\Windows\\Temp", "C:\\ProgramData\\iotedge\\workload:C:\\ProgramData\\iotedge\\workload" ], "ContainerIDFile": "", "LogConfig": { "Type": "json-file", "Config": {} }, "NetworkMode": "default", "PortBindings": { "443/tcp": [ { "HostIp": "", "HostPort": "443" } ], "5671/tcp": [ { "HostIp": "", "HostPort": "5671" } ], "8883/tcp": [ { "HostIp": "", "HostPort": "8883" } ] }, "RestartPolicy": { "Name": "", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": null, "CapDrop": null, "Capabilities": null, "Dns": null, "DnsOptions": null, "DnsSearch": null, "ExtraHosts": null, "GroupAdd": null, "IpcMode": "", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": false, "PublishAllPorts": false, "ReadonlyRootfs": false, "SecurityOpt": null, "UTSMode": "", "UsernsMode": "", "ShmSize": 0, "ConsoleSize": [ 0, 0 ], "Isolation": "process", "CpuShares": 0, "Memory": 0, "NanoCpus": 0, "CgroupParent": "", "BlkioWeight": 0, "BlkioWeightDevice": null, "BlkioDeviceReadBps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteIOps": null, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": null, "DeviceCgroupRules": null, "DeviceRequests": null, "KernelMemory": 0, "KernelMemoryTCP": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": null, "PidsLimit": null, "Ulimits": null, "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "MaskedPaths": null, "ReadonlyPaths": null }, "GraphDriver": { "Data": { "dir": "C:\\ProgramData\\iotedge-moby\\windowsfilter\\56f81486a2c0372bfe0494e0a6c1e17c6d0a76bb545e546ecf605583390cb1c0" }, "Name": "windowsfilter" }, "Mounts": [ { "Type": "bind", "Source": "c:\\programdata\\iotedge\\workload", "Destination": "c:\\programdata\\iotedge\\workload", "Mode": "", "RW": true, "Propagation": "" }, { "Type": "bind", "Source": "c:\\programdata\\xxx", "Destination": "c:\\windows\\temp", "Mode": "", "RW": true, "Propagation": "" } ], "Config": { "Hostname": "56f81486a2c0", "Domainname": "", "User": "ContainerUser", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "443/tcp": {}, "5671/tcp": {}, "8883/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "EdgeDeviceHostName=desktop-uldmue5", "IOTEDGE_APIVERSION=2020-07-07", "IOTEDGE_AUTHSCHEME=sasToken", "IOTEDGE_DEVICEID=di-7966", "IOTEDGE_IOTHUBHOSTNAME=xxxIoTHubDev.azure-devices.net", "IOTEDGE_MODULEGENERATIONID=637366330356525195", "IOTEDGE_MODULEID=$edgeHub", "IOTEDGE_WORKLOADURI=unix:///C:/ProgramData/iotedge/workload/sock", "RuntimeLogLevel=Information", "storageFolder=C:\\Windows\\Temp", "ASPNETCORE_URLS=http://+:80", "DOTNET_RUNNING_IN_CONTAINER=true" ], "Cmd": [ "dotnet", "Microsoft.Azure.Devices.Edge.Hub.Service.dll" ], "ArgsEscaped": true, "Image": "mcr.microsoft.com/azureiotedge-hub:1.0.10-rc2", "Volumes": null, "WorkingDir": "C:\\app", "Entrypoint": null, "OnBuild": null, "Labels": { "net.azure-devices.edge.owner": "Microsoft.Azure.Devices.Edge.Agent" } }, "NetworkSettings": { "Bridge": "", "SandboxID": "56f81486a2c0372bfe0494e0a6c1e17c6d0a76bb545e546ecf605583390cb1c0", "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Ports": { "443/tcp": [ { "HostIp": "0.0.0.0", "HostPort": "443" } ], "5671/tcp": [ { "HostIp": "0.0.0.0", "HostPort": "5671" } ], "8883/tcp": [ { "HostIp": "0.0.0.0", "HostPort": "8883" } ] }, "SandboxKey": "56f81486a2c0372bfe0494e0a6c1e17c6d0a76bb545e546ecf605583390cb1c0", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "MacAddress": "", "Networks": { "nat": { "IPAMConfig": null, "Links": null, "Aliases": [ "desktop-uldmue5" ], "NetworkID": "78af2a2fd584edac0bbfeb464a61bbdec9be713c2817410fb8ddbef78e41b212", "EndpointID": "4fe985ae129de4fa0c94b464e45266954bb1ff861c67f8fae5bd26df8790ed16", "Gateway": "172.17.224.1", "IPAddress": "172.17.226.201", "IPPrefixLen": 16, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "00:15:5d:f7:fc:ee", "DriverOpts": null } } } } ] ```iotedge logs edgeAgent``` PS C:\Windows\system32> iotedge logs edgeAgent 2020-09-25 12:19:48.810 +00:00 Edge Agent Main() <6> 2020-09-25 14:19:49.197 +02:00 [INF] - Initializing Edge Agent. <6> 2020-09-25 14:19:49.416 +02:00 [INF] - Version - 1.0.10-rc2.34217022 (029016e) <6> 2020-09-25 14:19:49.416 +02:00 [INF] - █████╗ ███████╗██╗ ██╗██████╗ ███████╗ ██╔══██╗╚══███╔╝██║ ██║██╔══██╗██╔════╝ ███████║ ███╔╝ ██║ ██║██████╔╝█████╗ ██╔══██║ ███╔╝ ██║ ██║██╔══██╗██╔══╝ ██║ ██║███████╗╚██████╔╝██║ ██║███████╗ ╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝██╗ ██████╗ ████████╗ ███████╗██████╗ ██████╗ ███████╗ <6> 2020-09-25 14:19:49.456 +02:00 [INF] - Experimental features configuration: {"Enabled":true,"DisableCloudSubscriptions":false}
|
Expected Behavior
iotedge check command should display storage settings resolved and mark ok (green).
Current Behavior
I still get thses warnings :
Steps to Reproduce
Provide a detailed set of steps to reproduce the bug.
Context (Environment)
Windows 10
Output of
iotedge check
Device Information
Runtime Versions
docker version
]: 3.0.5Note: when using Windows containers on Windows, run
docker -H npipe:////./pipe/iotedge_moby_engine version
insteadLogs
iotedged logs
edge-agent logs
edge-hub logs
Additional Information
I also tried docker inspect, on edgeHub the bind is listed and also the environment variable exists. but on edgeHub not affected.
The text was updated successfully, but these errors were encountered: