You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
fix getsubnet api
This commit is contained in:
@@ -7642,7 +7642,7 @@ namespace oam
|
|||||||
std::string Oam::getEC2LocalInstanceSubnet(std::string name)
|
std::string Oam::getEC2LocalInstanceSubnet(std::string name)
|
||||||
{
|
{
|
||||||
// run script to get Instance Subnet
|
// run script to get Instance Subnet
|
||||||
string cmd = InstallDir + "/bin/IDBInstanceCmds.sh Subnet > /tmp/getInstanceSubnet_" + name;
|
string cmd = InstallDir + "/bin/IDBInstanceCmds.sh getSubnet > /tmp/getInstanceSubnet_" + name;
|
||||||
int status = system(cmd.c_str());
|
int status = system(cmd.c_str());
|
||||||
if (WEXITSTATUS(status) != 0 )
|
if (WEXITSTATUS(status) != 0 )
|
||||||
return "failed";
|
return "failed";
|
||||||
|
Reference in New Issue
Block a user