consterrorMessage:string=`${this.storageType} Shared Storage: Mount ${this.storageAccountName}/${this.containerName} to ${this.localMountPoint} failed, error is ${error}`;
this.log.error(errorMessage);
returnPromise.reject(errorMessage);
// FIXME: This has security risks. The command might contain secrets.
this.log.debug(`Local mount command is: ${this.localMountCommand}`);