Skip to content

Object Storage ​

Feature Overview ​

ItemContent
Applicable RoleModel Provider
Navigation PathAI Infra(On-Prem) > Storage > Object Storage
Page Route/powerone/storage-service/object
Managed ObjectConfiguration, status, and relationships on Object Storage

Beginner Explanation ​

Object storage is like cloud drive for models and data. It stores files, datasets, model packages, and output results with buckets and objects. It is suitable for uploading, downloading, and sharing files by path, but it is not the same as a directly mountable POSIX shared directory.

Terms ​

TermDescription
BucketTop-level container in object storage.
ObjectA single file or data item in a bucket.
Object PathFile path inside a bucket, used to locate data in jobs.

Confirm prerequisites for Object storage buckets, object files, object paths, and object storage capability within a region, follow Main Operations, run Result Validation, and continue to the next page.

First-Time User Notes ​

Confirm that the task involves Configuration, status, and relationships on Object Storage, and then follow the recommended order. If fields or state differ from expectations, check prerequisites before continuing downstream.

Prerequisites ​

  1. Object storage capability has been opened by the operator in the target region.
  2. The current account has permissions to view, create buckets, and manage objects.
  3. Bucket name, object path, and data retention policy have been planned.
  4. If used by jobs, the job region should be able to access this object storage.

Page Description ​

Use this page to manage object-storage buckets, objects, paths, and regional object-storage capability.

Object Storage

The left side provides bucket search and bucket list, and the upper-right corner provides the add bucket entrypoint. After entering a bucket, you can upload, download, or delete objects through object list entrypoints provided by the page.

Main Operations ​

View Storage Resources ​

  1. Open the corresponding storage-service page and filter by name, project, status, capacity, or update time.
  2. Open details and check capacity, used space, access method, mount or connection status, and creation time.
  3. If no record is returned, reset filters and check project and region. Do not share internal addresses or access credentials.
  4. For capacity or status anomalies, inspect quota, events, and associated instances before creating another resource.

Manage Capacity, Mounts, or Access ​

  1. Open the target action menu and identify the impact of expansion, mount, unmount, permission, or deletion entries.
  2. Record current capacity, associated instances, and data-protection status before changes.
  3. Before expansion, unmount, or deletion, confirm tasks and backups. Before the final action, confirm the resource, data, and impact, and execute it only after approval.
  4. After an approved change, check capacity, connection status, and events. If abnormal, stop subsequent actions and follow the recovery process.

Add Bucket ​

Procedure ​

  1. Go to AI Infrastructure > On-Prem > Storage Services > Object Storage.
  2. Confirm the region in the upper-right corner.
  3. Click "Add Bucket".
  4. Fill in Bucket Name.
  5. Click "Confirm" to submit.

The following screenshot shows the Add Bucket dialog. Confirm the bucket name before submitting.

Add Bucket

Parameter Quick Reference ​

Field NameRequiredField TypeExampleDescription
Resource NameYesTextstorage-aStorage resource display name.
RegionYesDrop-downWuhanRegion where storage capability is located.
Capacity / QuotaConditionally requiredNumber100GiBStorage capacity or credits.
Access PathConditionally requiredText/mnt/dataMount path used by jobs or instances.
StatusSystem-generatedEnumAvailableCurrent storage resource status.

Pitfalls ​

  • Storage paths, bucket names, AK/SK, and NFS paths must be sanitized before screenshots.
  • If mounting fails, confirm region, permissions, and storage component status first.
  • Before deleting storage resources, confirm that no instances, tasks, or output artifacts depend on them.

Configuration Rules and Impact ​

  • Buckets are regional storage resources. Cross-region access capability depends on operator configuration.
  • Object storage is suitable for unstructured files and not suitable for scenarios requiring POSIX shared directory semantics.
  • Before deleting buckets or objects, confirm that no instances, models, scripts, or jobs depend on them.
  • Object paths can be used in startup commands or parameters, but do not write access keys into commands.

Result Validation ​

Check ItemSuccess SignalIf Abnormal
Page entryObject Storage opens with the target operation entryCheck Operator permission and whether the menu is available
Object recordConfiguration, status, and relationships on Object Storage is visible in the list or detailsReset filters and verify name, ownership, and creation result
State resultState after creation or change matches the page messageCheck operation feedback, dependency state, and latest update time
Downstream useA downstream page can select or associate the targetReturn to prerequisites and check enabled state, ownership, and visibility

FAQ ​

Target Is Missing from Object Storage ​

Symptom:

The page opens, but the expected Configuration, status, and relationships on Object Storage is missing.

Possible Causes:

  • Filters remain active.
  • the object belongs to another scope.
  • a prerequisite is incomplete.

Solution:

  1. Reset filters
  2. verify region or tenant ownership
  3. confirm prerequisite state.

The Operation Entry on Object Storage Is Unavailable ​

Symptom:

The create, register, or maintain entry is hidden or disabled.

Possible Causes:

  • Role permission is insufficient.
  • the page is read-only.
  • dependencies are not ready.

Solution:

  1. Check Operator permission
  2. read the page message
  3. complete dependency configuration first.

A Required Field on Object Storage Has No Options ​

Symptom:

The form opens, but a selection list is empty.

Possible Causes:

  • Candidates are disabled.
  • ownership differs.
  • the current account cannot see them.

Solution:

  1. Check candidate state
  2. verify ownership
  3. confirm visibility and refresh the form.

Object Storage Has an Abnormal State After the Operation ​

Symptom:

A record exists after submission, but its state is unexpected.

Possible Causes:

  • Connectivity or validation failed.
  • a dependency is abnormal.
  • processing is incomplete.

Solution:

  1. Check feedback and update time
  2. inspect related objects
  3. troubleshoot the processing stage.

A Downstream Page Cannot Use Object Storage ​

Symptom:

The current page is normal, but a downstream page cannot select or associate Configuration, status, and relationships on Object Storage.

Possible Causes:

  • Visibility differs.
  • the object is disabled.
  • downstream cache is stale.

Solution:

  1. Check enabled state and ownership
  2. verify role visibility
  3. refresh and select again.

Notes ​

  • Do not write keys, accounts, tokens, or customer-sensitive information in object paths or file names.
  • Before deleting important data, confirm backups and dependencies.

Next Steps ​

  1. Reference object paths in runtime instances, online IDEs, or model services.
  2. Periodically clean up unused objects to control storage usage.
  3. Establish backup or version archive rules for important models and datasets.