This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [DEFAULT] | |
| bind_ip = 127.0.0.1 | |
| bind_port = 8080 | |
| workers = 1 | |
| user = dfg | |
| log_facility = LOG_LOCAL1 | |
| eventlet_debug = true | |
| ## FOR KEYSTONE !! tempauth_enabled = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| func TestSwiftObjectRoundtrip(t *testing.T) { | |
| driveRoot, err := ioutil.TempDir("", "") | |
| require.Nil(t, err) | |
| defer os.RemoveAll(driveRoot) | |
| testSwiftObjectRoundtrip(&SwiftEngine{driveRoot: driveRoot, hashPathPrefix: "prefix", hashPathSuffix: "suffix"}, t) | |
| } | |
| func TestNurseryObjectRoundtrip(t *testing.T) { | |
| driveRoot, err := ioutil.TempDir("", "") | |
| require.Nil(t, err) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dfg@haio:~/hansible$ sudo lsof | grep /srv/hb/4/sdb8/objects/hec.db/index.db.0 | awk '{print $10}' | sort | uniq -c | sort -n | |
| 16 /srv/hb/4/sdb8/objects/hec.db/index.db.00 | |
| 16 /srv/hb/4/sdb8/objects/hec.db/index.db.00-wal | |
| 16 /srv/hb/4/sdb8/objects/hec.db/index.db.01 | |
| 16 /srv/hb/4/sdb8/objects/hec.db/index.db.01-wal | |
| 16 /srv/hb/4/sdb8/objects/hec.db/index.db.02 | |
| 16 /srv/hb/4/sdb8/objects/hec.db/index.db.02-wal | |
| 16 /srv/hb/4/sdb8/objects/hec.db/index.db.03 | |
| 16 /srv/hb/4/sdb8/objects/hec.db/index.db.03-wal | |
| 16 /srv/hb/4/sdb8/objects/hec.db/index.db.04 |
OlderNewer