This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
EX-1476 Create step to create and populate ldev config #2154
Open
johnsonw
wants to merge
5
commits into
master
Choose a base branch
from
EX-1476
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
johnsonw
force-pushed
the
add-mgs-fs-to-stats-service
branch
2 times, most recently
from
August 13, 2020 18:58
f205d34
to
cd80377
Compare
Output on /etc/ldev.conf on MDS2 (the mgs) after running the command:
One thing I noticed is that the file already existed and was a bit different so the initial parsing failed. This still needs to be addressed. Here is a copy of the original file:
|
Looks like some checks are failing |
johnsonw
force-pushed
the
add-mgs-fs-to-stats-service
branch
8 times, most recently
from
August 21, 2020 18:00
fb33d6d
to
a1f7903
Compare
johnsonw
force-pushed
the
EX-1476
branch
3 times, most recently
from
August 21, 2020 20:44
7d25504
to
f88cf9e
Compare
|
johnsonw
force-pushed
the
add-mgs-fs-to-stats-service
branch
from
August 24, 2020 16:00
829171c
to
4ce3ae4
Compare
johnsonw
force-pushed
the
add-mgs-fs-to-stats-service
branch
from
August 25, 2020 14:58
5f383ea
to
5d2a56d
Compare
johnsonw
force-pushed
the
EX-1476
branch
3 times, most recently
from
August 26, 2020 02:23
1ef21bc
to
3298f45
Compare
johnsonw
force-pushed
the
EX-1476
branch
3 times, most recently
from
October 21, 2020 21:01
1e7e460
to
b039434
Compare
johnsonw
force-pushed
the
EX-1476
branch
2 times, most recently
from
October 22, 2020 14:02
a09f3a3
to
017d91e
Compare
johnsonw
force-pushed
the
add-fs-type
branch
8 times, most recently
from
October 27, 2020 17:42
d02e1a7
to
724e50e
Compare
The fs_type data should be included in the targets table. This will be used when creating the ldev conf and likely other things as well. Signed-off-by: johnsonw <[email protected]>
Signed-off-by: johnsonw <[email protected]>
Signed-off-by: johnsonw <[email protected]>
Signed-off-by: johnsonw <[email protected]>
Create the step that will populate the ldev config. Signed-off-by: johnsonw <[email protected]>
johnsonw
force-pushed
the
add-fs-type
branch
2 times, most recently
from
November 17, 2020 01:26
45d4cd6
to
df6e8ba
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Create the step that will populate the ldev config.
Signed-off-by: johnsonw [email protected]
This change is