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: I don't know how to check whether it failed.
// But looking at stderr definitely isn't a good idea.
this.log.warning(
`${this.storageType} Shared Storage: Mount ${this.storageAccountName}/${this.containerName} to ${this.localMountPoint}. Stderr is not empty.`