path: mariadb_1:11.8.6-3/storage/columnstore/columnstore/cmapi/mcs_node_control/custom_dispatchers/container.sh
    if  [[ ! -z "$(pidof $PROGS)" ]]; then
        # Save BRM only on the primary node now.
        if  [[ ! -z "$(pidof controllernode)" ]]; then
            $MCS_INSTALL_BIN/mcs-savebrm.py &>> $LOG_PREFIX/savebrm.log 2>&1
        fi
