Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Snapshot graph #2023

Merged
merged 4 commits into from
Jul 13, 2020
Merged

Snapshot graph #2023

merged 4 commits into from
Jul 13, 2020

Conversation

johnsonw
Copy link
Contributor

@johnsonw johnsonw commented Jun 27, 2020

Add snapshot graph


This change is Reviewable

@johnsonw johnsonw self-assigned this Jun 27, 2020
@johnsonw johnsonw force-pushed the snapshot-graph branch 12 times, most recently from 0f7641c to 9edda53 Compare July 7, 2020 17:51
@johnsonw johnsonw marked this pull request as ready for review July 7, 2020 17:52
@johnsonw johnsonw changed the base branch from master to jgrund/issue2048 July 7, 2020 17:54
@johnsonw johnsonw requested a review from jgrund July 7, 2020 17:56
Base automatically changed from jgrund/issue2048 to master July 7, 2020 19:55
@johnsonw johnsonw force-pushed the snapshot-graph branch 4 times, most recently from b1a1a78 to 58861f5 Compare July 9, 2020 17:13
jgrund
jgrund previously approved these changes Jul 10, 2020
Comment on lines +18 to +25
let config: Config = Config::default();
let config: Config = Config {
profile_map: vec![("base_monitored".into(), config.storage_servers())],
test_type: TestType::Docker,
ntp_server: NtpServer::HostOnly,
fs_type: FsType::ZFS,
..config
};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit

Suggested change
let config: Config = Config::default();
let config: Config = Config {
profile_map: vec![("base_monitored".into(), config.storage_servers())],
test_type: TestType::Docker,
ntp_server: NtpServer::HostOnly,
fs_type: FsType::ZFS,
..config
};
let config: Config = Config {
profile_map: vec![("base_monitored".into(), config.storage_servers())],
test_type: TestType::Docker,
ntp_server: NtpServer::HostOnly,
fs_type: FsType::ZFS,
..Config::default()
};

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, want me to change it to all of the test files in a follow up patch or would you prefer the change in this patch?

ntp should be stopped before invoking sntp and waiting for
synchronization.

Signed-off-by: johnsonw <wjohnson@whamcloud.com>
- Add snapshots

Signed-off-by: johnsonw <wjohnson@whamcloud.com>
johnsonw and others added 2 commits July 10, 2020 14:48
Signed-off-by: johnsonw <wjohnson@whamcloud.com>
@jgrund jgrund self-requested a review July 13, 2020 15:51
@jgrund jgrund merged commit e9b7cd2 into master Jul 13, 2020
@jgrund jgrund deleted the snapshot-graph branch July 13, 2020 15:52
beevans pushed a commit to beevans/integrated-manager-for-lustre that referenced this pull request Aug 6, 2020
* Update wait on ntp

ntp should be stopped before invoking sntp and waiting for
synchronization.

Signed-off-by: johnsonw <wjohnson@whamcloud.com>

* Add snapshots

- Add snapshots

Signed-off-by: johnsonw <wjohnson@whamcloud.com>

* updates

Signed-off-by: johnsonw <wjohnson@whamcloud.com>

Co-authored-by: Joe Grund <jgrund@whamcloud.io>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants