Skip to content

Commit 7f9df65

Browse files
committed
Indicate to 'cbas' process when cluster is IPv6
Change-Id: I898da2f1c89409d3affcb41441122da71752002d Reviewed-on: http://review.couchbase.org/92508 Well-Formed: Build Bot <[email protected]> Tested-by: Michael Blow <[email protected]> Reviewed-by: Ajit Yagaty <[email protected]>
1 parent 482aac4 commit 7f9df65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ns_ports_setup.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,7 @@ cbas_spec(Config) ->
709709
"-memoryQuotaMb=" ++ integer_to_list(MemoryQuota),
710710
"-parentPort=" ++ integer_to_list(ParentPort),
711711
"-bindReplicationPort=" ++ integer_to_list(ReplicationPort),
712+
"-ipv6=" ++ atom_to_list(misc:is_ipv6()),
712713
"-logDir=" ++ LogDir
713714
] ++
714715
["-dataDir=" ++ Dir || Dir <- CBASDirs] ++

0 commit comments

Comments
 (0)