-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Added Test Case for Info Compare verification
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
|
||
logging { | ||
|
||
console { | ||
context any INFO | ||
} | ||
} | ||
|
||
namespace test { | ||
memory-size 3000000000 | ||
replication-factor 2 | ||
|
||
index-type flash { | ||
mount /test/dev/xvdf-index | ||
mounts-size-limit 4294967296 | ||
} | ||
|
||
storage-engine device { | ||
device /test/dev/xvdf | ||
} | ||
} | ||
|
||
network { | ||
|
||
fabric { | ||
port 3001 | ||
} | ||
|
||
heartbeat { | ||
mode mesh | ||
port 3002 | ||
} | ||
|
||
service { | ||
port 3000 | ||
} | ||
} | ||
|
||
security { | ||
} | ||
|
||
service { | ||
feature-key-file /etc/aerospike/secret/features.conf | ||
} |