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

Shareable Vagrant Scripts && Azure NVMe Disk Support #2107

Merged
merged 3 commits into from
Jan 15, 2020
Merged

Conversation

notbdu
Copy link
Contributor

@notbdu notbdu commented Jan 15, 2020

What this PR does / why we need it:
Adds shareable scripts for ssh/tunneling to vagrant boxes. Supports azure nvme disks.

Special notes for your reviewer:

Does this PR introduce a user-facing and/or backwards incompatible change?:

NONE

Does this PR require updating code package or user-facing documentation?:

NONE

@@ -3,15 +3,33 @@
# Use with Ubuntu 16.x+
set -xe

apt-get update

DOCKER_CONFIG_FILE=daemon.json
Copy link
Collaborator

Choose a reason for hiding this comment

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

@robskillington
Copy link
Collaborator

robskillington commented Jan 15, 2020

This looks great, nice work!

Will definitely nice having the NVMe's too as we push the nodes hard during benchmarking.


# Mount nvme devices (if present)
apt-get install -y mhddfs
DISKS=$(lsblk | grep nvme | awk '{ print $1 }')
Copy link
Collaborator

Choose a reason for hiding this comment

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

Would it be slightly more portable if we made this grep -i nvme in case another provider names it with capitals somewhere in the disk name?

Copy link
Collaborator

@robskillington robskillington left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov
Copy link

codecov bot commented Jan 15, 2020

Codecov Report

Merging #2107 into master will decrease coverage by <.1%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #2107     +/-   ##
========================================
- Coverage    72.4%   72.3%   -0.1%     
========================================
  Files        1010    1010             
  Lines       86849   86849             
========================================
- Hits        62882   62860     -22     
- Misses      19781   19797     +16     
- Partials     4186    4192      +6
Flag Coverage Δ
#aggregator 82% <ø> (-0.1%) ⬇️
#cluster 85.7% <ø> (ø) ⬆️
#collector 64.8% <ø> (ø) ⬆️
#dbnode 79.7% <ø> (-0.1%) ⬇️
#m3em 73.2% <ø> (ø) ⬆️
#m3ninx 73.9% <ø> (ø) ⬆️
#m3nsch 51.1% <ø> (ø) ⬆️
#metrics 17.6% <ø> (ø) ⬆️
#msg 74.7% <ø> (ø) ⬆️
#query 68.3% <ø> (ø) ⬆️
#x 83.2% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0612404...e0a4088. Read the comment docs.

@notbdu notbdu merged commit 8c8aea1 into master Jan 15, 2020
@notbdu notbdu deleted the bdu/vagrant-shared branch January 15, 2020 02:02
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.

2 participants