mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
fix(scripts): fix shell script Pinned-Dependencies problem
Signed-off-by: baijiaruo <baijiaruo@126.com>
This commit is contained in:
parent
1349490959
commit
61810424f7
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -v "http://127.0.0.1/admin/getCluster" | python -m json.tool
|
||||
curl -v "http://127.0.0.1/admin/getCluster"
|
||||
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -v "http://127.0.0.1/cluster/stat" | python -m json.tool
|
||||
curl -v "http://127.0.0.1/cluster/stat"
|
||||
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -v "http://127.0.0.1/dataNode/get?addr=127.0.0.1:5000" | python -m json.tool
|
||||
curl -v "http://127.0.0.1/dataNode/get?addr=127.0.0.1:5000"
|
||||
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -v "http://127.0.0.1/dataPartition/get?id=100" | python -m json.tool
|
||||
curl -v "http://127.0.0.1/dataPartition/get?id=100"
|
||||
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -v "http://127.0.0.1/metaNode/get?addr=127.0.0.1:9021" | python -m json.tool
|
||||
curl -v "http://127.0.0.1/metaNode/get?addr=127.0.0.1:9021"
|
||||
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -v "http://127.0.0.1/client/metaPartition?id=1" | python -m json.tool
|
||||
curl -v "http://127.0.0.1/client/metaPartition?id=1"
|
||||
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -v "http://127.0.0.1/metaPartition/load?id=1" | python -m json.tool
|
||||
curl -v "http://127.0.0.1/metaPartition/load?id=1"
|
||||
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -v "http://127.0.0.1/admin/getVol?name=test" | python -m json.tool
|
||||
curl -v "http://127.0.0.1/admin/getVol?name=test"
|
||||
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -v "http://127.0.0.1/client/vol?name=test&authKey=md5(owner)" | python -m json.tool
|
||||
curl -v "http://127.0.0.1/client/vol?name=test&authKey=md5(owner)"
|
||||
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
curl -v "http://127.0.0.1/zone/list" | python -m json.tool
|
||||
curl -v "http://127.0.0.1/zone/list"
|
||||
Loading…
Reference in New Issue
Block a user