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 Storage Pool
  • Expanding a Storage Pool
  • Disabling a Storage Pool
  1. Storage Management

Managing Storage Pools

PreviousAdding DisksNextManaging Volumes

Last updated 2 months ago

To view information about each storage pool, use vstor pool show CLI command.

Creating a Storage Pool

To create a storage pool manually:

  • Ensure unused disks are available.

  • Use the vstor pool create command.

  • Specify a display name and disk list.

  • Select options like enabling/disabling compression, deduplication, and synchronous writes.

You can also update the settings later using:

vstor pool update

Note. Disabling synchronous writes risks data loss during abrupt shutdowns. Disabling this option is not recommended.

You can also create a storage pool using the vStor web interface by navigating to the Storage tab, clicking Create New Pool, and specifying its details:

Now, select a pool, which specifies the redundancy of the pool:

  • raid0: Assumes external disk redundancy.

  • raid5: Creates RAID5 groups for redundancy.

  • raid6: Forms RAID6 groups for enhanced redundancy.

Expanding a Storage Pool

Before expanding a pool, ensure one or more unused disks are available.

To expand a storage pool from the vStor Web Interface, navigate to the Disks section of the pool. select Add Disk -> Expand Pool and select the disk you want to add:

To expand a storage pool from the CLI, use:

vstor pool expand

Disabling a Storage Pool

To temporarily make a storage pool inaccessible, such as for maintenance, you can disable it. When a pool is disabled, you can’t change its volumes. The only actions you can take are to edit the pool’s settings, delete it, or re-enable it.

To disable a pool from the CLI, run:

vstor pool offline --id <id>   

To disable a pool from the vStor web interface:

  1. Switch its status toggle to off. A confirmation dialog will appear.

  1. Click Go offline.

  1. The toggle and the status indicator will switch to offline. The pool is now unavailable.

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

Backup Storage: Best Practices