-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref: 6544 Signed-off-by: Chin-Ya Huang <[email protected]>
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
docs/content/manual/release-specific/v1.6.0/test-support-bundle-syslog-paths.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Test Support Bundle Syslog Paths | ||
--- | ||
|
||
## Related issue | ||
https://github.com/longhorn/longhorn/issues/6544 | ||
|
||
## Test /var/log/messages | ||
|
||
**Given** Longhorn installed on SUSE Linux | ||
**When** generated support-bundle | ||
**And** syslog exists in the messages file | ||
|
||
## Test /var/log/syslog | ||
|
||
**Given** Longhorn installed on Ubuntu Linux | ||
**When** generated support-bundle | ||
**And** syslog exists in the syslog file |