Skip to content

Instantly share code, notes, and snippets.

View akutz's full-sized avatar

Andrew Kutz akutz

View GitHub Profile
root@8ce06d35c09d:/go/src/github.com/emccode/rexray# glide --debug up
[DEBUG] No mirrors.yaml file exists
[INFO] Downloading dependencies. Please wait...
[DEBUG] Locking https-github.com-akutz-logrus
[DEBUG] Locking https-github.com-emccode-libstorage
[DEBUG] Locking https-github.com-akutz-gofig
[DEBUG] Locking https-github.com-akutz-gotil
[DEBUG] Locking https-github.com-akutz-goof
[DEBUG] Locking https-github.com-akutz-golf
[DEBUG] Setting up the cache directory
This file has been truncated, but you can view the full file.
root@8ce06d35c09d:/go/src/github.com/emccode/rexray# glide --debug up
[DEBUG] No mirrors.yaml file exists
[INFO] Downloading dependencies. Please wait...
[DEBUG] Locking https-github.com-akutz-logrus
[DEBUG] Locking https-github.com-emccode-libstorage
[DEBUG] Locking https-github.com-akutz-gofig
[DEBUG] Locking https-github.com-akutz-gotil
[DEBUG] Locking https-github.com-akutz-goof
[DEBUG] Locking https-github.com-akutz-golf
[DEBUG] Setting up the cache directory
[0]akutz@pax:rexray$ make docker-build
docker exec -t build-rexray env make -C /go/src/github.com/emccode/rexray deps
make: Entering directory '/go/src/github.com/emccode/rexray'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 608 0 608 0 0 1915 0 --:--:-- --:--:-- --:--:-- 1917
100 3690k 100 3690k 0 0 1646k 0 0:00:02 0:00:02 --:--:-- 2510k
/go/bin/glide --debug up
[DEBUG] Creating vendor
[INFO] Downloading dependencies. Please wait...
@akutz
akutz / Vagrantfile
Created October 3, 2016 21:24
EBS Testing with Vagrant
# -*- mode: ruby -*-
# vi: set ft=ruby :
require 'fileutils'
require 'shellwords'
# aws config
$aws_akey = ENV['AWS_AKEY']
$aws_skey = ENV['AWS_SKEY']
$aws_region = "us-west-1"
$aws_kpname = "akutz"
@akutz
akutz / Vagrantfile
Created October 3, 2016 22:06
EBS Testing with Vagrant
# -*- mode: ruby -*-
# vi: set ft=ruby :
require 'fileutils'
require 'shellwords'
# aws config
$aws_akey = ENV['AWS_AKEY']
$aws_skey = ENV['AWS_SKEY']
$aws_region = "us-west-1"
$aws_kpname = "akutz"
@akutz
akutz / Vagrantfile
Created October 4, 2016 16:20
EBS Testing with Vagrant
# -*- mode: ruby -*-
# vi: set ft=ruby :
require 'fileutils'
require 'shellwords'
require 'fog'
# aws config
$aws_akey = ENV['AWS_AKEY']
$aws_skey = ENV['AWS_SKEY']
$aws_region = "us-west-1"
@akutz
akutz / Vagrantfile
Created October 4, 2016 21:16
EBS Testing with Vagrant
# -*- mode: ruby -*-
# vi: set ft=ruby :
require 'fileutils'
require 'shellwords'
require 'fog'
# settings
$autostart_clients = true
# aws config
[0]akutz@pax:tests$ time vagrant destroy -f
==> libstorage-ebs-test-client1: Terminating the instance...
==> libstorage-ebs-test-client1: Updating /etc/hosts file on active guest machines...
==> libstorage-ebs-test-client0: Terminating the instance...
==> libstorage-ebs-test-client0: Updating /etc/hosts file on active guest machines...
==> libstorage-ebs-test-server: Terminating the instance...
==> libstorage-ebs-test-server: Updating /etc/hosts file on active guest machines...
real 0m28.136s
user 0m3.864s
[root@ip-172-31-25-144 rexray]# LIBSTORAGE_LOGGING_HTTPREQUESTS=true LIBSTORAGE_LOGGING_HTTPRESPONSES=true rexray -l debug volume attach builds --service efs
INFO[0000] updated log level logLevel=debug
DEBU[0000] os.args time=1477767257331 val=[rexray -l debug volume attach builds --service efs]
DEBU[0000] activating libStorage cmd=attach time=1477767257331
DEBU[0000] is local tcp server active port=7979 time=1477767257332
DEBU[0000] not starting embeddded server; already running host=tcp://127.0.0.1:7979 time=1477767257333
DEBU[0000] created scoped scope new=libstorage.client parentScopes=rexray,
INFO[0000] configured logging host=tcp://127.0.0.1:7979 libstorage.logging.httpRequests=true libstorage.logging.httpResponses=true libstorage.logging.level=debug time=1477767257337
DEBU[0000] got configured host address host=tcp://127.0.0.
[root@ip-172-31-25-144 rexray]# LIBSTORAGE_LOGGING_HTTPREQUESTS=true LIBSTORAGE_LOGGING_HTTPRESPONSES=true rexray -l debug volume attach builds --service efs
INFO[0000] updated log level logLevel=debug
DEBU[0000] os.args time=1477767732247 val=[rexray -l debug volume attach builds --service efs]
DEBU[0000] activating libStorage cmd=attach time=1477767732247
DEBU[0000] is local tcp server active port=7979 time=1477767732247
DEBU[0000] not starting embeddded server; already running host=tcp://127.0.0.1:7979 time=1477767732248
DEBU[0000] created scoped scope new=libstorage.client parentScopes=rexray,
INFO[0000] configured logging host=tcp://127.0.0.1:7979 libstorage.logging.httpRequests=true libstorage.logging.httpResponses=true libstorage.logging.level=debug time=1477767732253
DEBU[0000] got configured host address host=tcp://127.0.0.