Skip to content
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

Update thinpool setup script in getting-started.md #548

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

cauld
Copy link

@cauld cauld commented Dec 9, 2021

Issue #, if available:
N/A

Description of changes:
The example thinpool setup in this guide script assumes the /var/lib/firecracker-containerd/snapshotter/devmapper directory exists. If fails if not. Added a directory check/create if needed block.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This script assumes the /var/lib/firecracker-containerd/snapshotter/devmapper directory exists. Adding a directory check/create if needed block.
@cauld cauld requested a review from a team as a code owner December 9, 2021 23:23
@Kern--
Copy link
Contributor

Kern-- commented Dec 10, 2021

Thanks, this looks good, but we need a DCO to merge.

You can use git commit -s if you've configured git to use your real name, otherwise you can manually add a line to your commit message like:

Signed-off-by: John Doe <john.doe@mail.com>

Signed-off-by: Chad Auld <chadauld@gmail.com>

This script assumes the /var/lib/firecracker-containerd/snapshotter/devmapper directory exists. Adding a directory check/create if needed block.
@cauld
Copy link
Author

cauld commented Dec 11, 2021

Added signed off

@Kern--
Copy link
Contributor

Kern-- commented Dec 14, 2021

The original commit and the merge are missing a sign off. Can you please rebase to remove the later commits and then modify the original commit to add the sign off?

@austinvazquez
Copy link
Contributor

@cauld, can you squash locally and force push to your branch so that all commits are signed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants