Skip to content

Instantly share code, notes, and snippets.

@clayg
Last active February 8, 2017 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clayg/36c87fc8fdb07bff70f7160828725e95 to your computer and use it in GitHub Desktop.
Save clayg/36c87fc8fdb07bff70f7160828725e95 to your computer and use it in GitHub Desktop.
with less available nodes than total frags
# with lack list
/srv/node4/sdb12/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539476.47173#0#d.data <-handoff
/srv/node3/sdb3/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539476.47173#1#d.data <- primary
/srv/node4/sdb8/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539476.47173#1#d.data <- primary
/srv/node3/sdb7/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539476.47173#2#d.data <- primary
/srv/node4/sdb4/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539476.47173#2#d.data <- primary
/srv/node4/sdb16/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539476.47173#3#d.data <- primary
/srv/node3/sdb11/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539476.47173#4#d.data <- handoff
/srv/node3/sdb15/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539476.47173#5#d.data <-primary
# without lack list
/srv/node3/sdb11/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539696.88482#0#d.data <- handoff
/srv/node3/sdb3/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539696.88482#1#d.data <- primary
/srv/node4/sdb8/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539696.88482#1#d.data <- primary
/srv/node3/sdb7/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539696.88482#2#d.data <- primary
/srv/node4/sdb4/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539696.88482#2#d.data <- primary
/srv/node4/sdb12/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539696.88482#3#d.data <- handoff
/srv/node4/sdb16/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539696.88482#3#d.data <- primary
/srv/node3/sdb15/objects-1/423/332/69f33822d96381d7a705ef4432d35332/1486539696.88482#5#d.data <- primary
curl -g -I -XHEAD "http://127.0.0.1:6010/sdb9/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1"
curl -g -I -XHEAD "http://127.0.0.1:6030/sdb3/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1"
curl -g -I -XHEAD "http://127.0.0.1:6030/sdb7/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1"
curl -g -I -XHEAD "http://127.0.0.1:6010/sdb13/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1"
curl -g -I -XHEAD "http://127.0.0.1:6010/sdb5/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1"
curl -g -I -XHEAD "http://127.0.0.1:6030/sdb15/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1"
curl -g -I -XHEAD "http://127.0.0.1:6020/sdb14/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1"
curl -g -I -XHEAD "http://127.0.0.1:6040/sdb8/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1"
curl -g -I -XHEAD "http://127.0.0.1:6040/sdb4/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1"
curl -g -I -XHEAD "http://127.0.0.1:6040/sdb16/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1"
curl -g -I -XHEAD "http://127.0.0.1:6020/sdb2/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1"
curl -g -I -XHEAD "http://127.0.0.1:6020/sdb10/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1"
curl -g -I -XHEAD "http://127.0.0.1:6010/sdb1/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1" # [Handoff]
curl -g -I -XHEAD "http://127.0.0.1:6030/sdb11/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1" # [Handoff]
curl -g -I -XHEAD "http://127.0.0.1:6040/sdb12/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1" # [Handoff]
curl -g -I -XHEAD "http://127.0.0.1:6020/sdb6/423/AUTH_test/ec-test/deleteme" -H "X-Backend-Storage-Policy-Index: 1" # [Handoff]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment