Loading transfer_service/storage_rpc_server.py +2 −2 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ class StorageRPCServer(RedisRPCServer): storageType = requestBody["storageType"] storageBasePath = requestBody["basePath"] storageHostname = requestBody["hostname"] tapePool = requestBody["tapePool"] tapeHSMFilesystem = requestBody["tapeHSMFilesystem"] if not os.path.exists(storageBasePath): errorMsg = "Base path doesn't exist." self.logger.error(errorMsg) Loading @@ -72,7 +72,7 @@ class StorageRPCServer(RedisRPCServer): storageBasePath, storageHostname, self.vospaceUserBasePath, tapePool) tapeHSMFilesystem) except Exception: errorMsg = "Database error." self.logger.exception(errorMsg) Loading Loading
transfer_service/storage_rpc_server.py +2 −2 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ class StorageRPCServer(RedisRPCServer): storageType = requestBody["storageType"] storageBasePath = requestBody["basePath"] storageHostname = requestBody["hostname"] tapePool = requestBody["tapePool"] tapeHSMFilesystem = requestBody["tapeHSMFilesystem"] if not os.path.exists(storageBasePath): errorMsg = "Base path doesn't exist." self.logger.error(errorMsg) Loading @@ -72,7 +72,7 @@ class StorageRPCServer(RedisRPCServer): storageBasePath, storageHostname, self.vospaceUserBasePath, tapePool) tapeHSMFilesystem) except Exception: errorMsg = "Database error." self.logger.exception(errorMsg) Loading