vStor 4.12 Documentation
  • Welcome to vStor!
  • Introduction
  • Installation
    • Deploying Catalogic vStor on Physical Appliances
    • Deploying Catalogic vStor Virtual Appliance for VMware
    • Deploying Catalogic vStor Virtual Appliance for Microsoft Hyper-V
    • Required Ports for Catalogic vStor
    • Updating Catalogic vStor
  • Quick Start
    • Catalogic vStor for VMware
    • Catalogic vStor for Hyper-V
  • Basic Configuration
    • Initializing vStor
    • Adding Catalogic vStor Node to Catalogic DPX
      • Using vStor API Keys with Catalogic DPX
    • Configuring vStor System Settings
    • Configuring vStor Network Settings
    • Backing up Configuration Settings of Catalogic vStor
    • Restoring Configuration Settings of Catalogic vStor
  • Storage Management
    • Adding Disks
    • Managing Storage Pools
    • Managing Volumes
      • Migrating Volumes
      • Creating Volume Snapshots
      • Using vStor Autosnapshot
    • ZFS Compression and Deduplication
    • Managing Shares
    • Managing Hosts for LUN Volumes
    • Using vStor Snapshot Explorer
  • Data Protection
    • Catalogic vStor Backup and Recovery
    • vStor Partnerships
      • Creating Replication Groups
      • Establishing Cross-Version Partnerships
    • Enabling Volume Encryption
    • Immutability in vStor
    • Using GuardMode Scan
    • Using Remote Keystore
  • Advanced Configuration
    • Using Multipath Storage
    • Managing Certificates
    • Adding Encryption URLs
    • Managing MinIO Buckets
    • Assigning an E-mail to a vStor Account
    • Managing vStor User Accounts
    • Using Multifactor Authentication (MFA)
  • vStor Command Line Interface
    • Catalogic vStor Server CLI Overview
  • Best Practices
    • Hardware Configurations: Best Practices
    • Data Backup: Best Practices
    • Data Archiving: Best Practices
    • Backup Storage: Best Practices
    • Frequently Asked Questions: Best Practices
  • Technical Support
Powered by GitBook
On this page
  • Creating a volume using the vStor Web Interface
  • Creating a volume using vStor CLI
  • Migrating a volume between storage pools
  • Migrating a volume using the vStor Web Interface
  1. Storage Management

Managing Volumes

PreviousManaging Storage PoolsNextMigrating Volumes

Last updated 5 months ago

In Catalogic vStor, you can create three types of volumes: Filesystem, MinIO, and LUN. Filesystem volumes are used in NAS environments and rely on the server’s backing storage. MinIO volumes use the embedded ; this type requires creating a bucket. LUN volumes are suitable for SAN environments.

Creating a volume using the vStor Web Interface

To add a volume to Catalogic vStor using the vStor Web Interface:

  1. Open the vStor Web Interface by connecting to https://<vStor_hostname_or_IP>:8900.

  2. Log in as admin.

  3. In the navigation menu, click Storage.

  4. Select a pool and click Create Volume.

  1. In the Create new Volume dialog:

    • Enter the volume name.

    • Select the type (Filesystem, MinIO, or LUN).

      • For LUN: specify size and unit.

      • For MinIO: input the server port number (range 9000–9100). Ensure a MinIO bucket is already created.

Ensure you can see the new volume in the Volumes table on the Pools screen. If you have enabled Protect Volume, your volume will have a shield icon in the volume view.

Attention! You cannot delete a volume that contains protected snapshots.

Creating a volume using vStor CLI

To add a volume to Catalogic vStor using vStor CLI:

vstor volume create --name myvol1 --volume_type=filesystem

The output of this command is structured in the following way:

ID: 5
TYPE: filesystem
NAME: myvol1
POOL ID: 1
POOL NAME: primary
SERIAL: N/A
TOTAL SPACE: 96.39GB
FREE SPACE: 96.39GB
USED SPACE: 24.00KB
IS CLONE: No
SNAPSHOT ID: N/A
PARENT ID: N/A
PARENT PATH: N/A
SHARE ID: N/A
HOST IDS: N/A
CREATED: 2018-01-26 21:18:49 UTC
UPDATED: 2018-01-26 21:18:49 UTC

Note. The only supported vStor volume_type for a backup destination is filesystem.

For a complete list of available configuration options use:

vstor volume create --help

Migrating a volume between storage pools

Migrating a volume using the vStor Web Interface

To migrate a volume using the vStor Web Interface:

  • In Storage, locate a volume you want to migrate.

  • Click More Actions (•••) and select Transfer to Different Pool.

  • Select Destination Pool and click Move.

See also. For more details on managing hosts for LUN volumes, see .

Attention! To use MinIO for storage, you need to .

(Optional) Select the Enable encryption to. Encryption may only be applied to volumes of type Filesystem and Lun. If encryption is enabled, set an encryption password. Optionally, enable Save key in Encryption Keystore to store the password securely.

See more. To learn more about storing and managing encryption passwords, see .

(Optional) Select the Protect Volume to make this volume immutable, preventing any modifications or deletions by unauthorized users. For details, see .

See also. To use deletion protection features, you need to add MFA to your vStor account. For details, see .

Click OK to add the volume. For Filesystem volumes, set up a share as needed. For details, see .

See also. For more details on best practices for backup storage, see .

Managing Hosts for LUN Volumes in Catalogic vStor
add a custom certificate to your vStor instance
enable encryption on the volume
Using Remote Keystore
Using Multi-factor Authentication (MFA)
Adding a Share to vStor
Backup Storage: Best Practices
MinIO server on vStor
Volume Deletion Protection