Documentation Index

Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt

Use this file to discover all available pages before exploring further.

Versity With Wasabi

Prev Next

Versity Storage Manager (VSM) is certified for use with Wasabi. To use this product with Wasabi, please follow the configuration steps below.

1. Create a storage bucket for your VSM data stored in Wasabi by using the Wasabi Console with the following information:

  • Bucket Name

  • Select Region - Select the desired region

  • Click Next and complete the bucket creation

2. Create the disk volume definition in /etc/opt/vsm/diskvols.conf

Example (for both us-east and us-west regions)

vol = s3ar01 accesskey = <access key from Wasabi> secretkey = <secret key from Wasabi> host = s3://s3.wasabisys.com path = versity-east-bucket/vsmtest ssl = true v4 = true region = us-east-1 endvol vol = s3ar02 accesskey = <access key from Wasabi> secretkey = <secret key from Wasabi> host =  s3://s3.us-west-1.wasabisys.com path = versity-west-bucket/vsmtest ssl = true v4 = true region = us-west-1 endvol

The path must start with the bucket created in step 1, and can have any number of subfolders. It is recommended to enable ssl for secure connections to Wasabi.

3. Configure archive set assignment for Wasabi disk volumes in /etc/opt/vsm/archiver.cmd

Example

fs = testfs all . 1 -norelease 10s 2 -norelease 10s vsns all.1 dk s3ar01 all.2 dk s3ar02 endvsns