Skip to content

Commit

Permalink
Add iotedge support bundle to 109 (#1905)
Browse files Browse the repository at this point in the history
Added the support-bundle command to iotedge tool. It bundles all module logs, docker inspect, network, and logs, and iotedge check into 1 zip file.
  • Loading branch information
lfitchett authored Oct 28, 2019
1 parent 9c46b52 commit 1853388
Show file tree
Hide file tree
Showing 40 changed files with 4,300 additions and 1,674 deletions.
492 changes: 492 additions & 0 deletions THIRDPARTYNOTICES

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ static Task Cleanup(Option<Agent> agentOption, ILogger logger)
}
}

// Note: Keep in sync with iotedge-check's edge-agent-storage-mounted-from-host check (edgelet/iotedge/src/check/mod.rs)
// Note: Keep in sync with iotedge-check's edge-agent-storage-mounted-from-host check (edgelet/iotedge/src/check/checks/storage_mounted_from_host.rs)
static string GetStoragePath(IConfiguration configuration)
{
string baseStoragePath = configuration.GetValue<string>("StorageFolder");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ static string GetProductInfo()
return (storeAndForwardEnabled, usePersistentStorage, storeAndForwardConfiguration, storagePath);
}

// Note: Keep in sync with iotedge-check's edge-hub-storage-mounted-from-host check (edgelet/iotedge/src/check/mod.rs)
// Note: Keep in sync with iotedge-check's edge-hub-storage-mounted-from-host check (edgelet/iotedge/src/check/checks/storage_mounted_from_host.rs)
string GetStoragePath()
{
string baseStoragePath = this.configuration.GetValue<string>("storageFolder");
Expand Down
Loading

0 comments on commit 1853388

Please sign in to comment.