Versity With Wasabi
    • 24 Jun 2024
    • 1 Minute to read
    • PDF

    Versity With Wasabi

    • PDF

    Article summary

    How do I use Versity with Wasabi?

    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 if 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