In first Post of this series, I explained what is VCD Object Storage Extension solution/service and discussed about high level architecture of the same. In this post I will walk through prepping infrastructure for object storage extension implementation.
Note: This blog series is only focussed on cloudian implementation.
There are two choices for implementing cloudian object storage:
1: Software-Defined Storage: Deploy Cloudian software on your existing VMware compute and storage platform. In this mode you install cloudian binary on supported RHEL/CentOS machine. This machine can run as a VM or directly on bare metal servers.
2: Appliance: Deploy as a pre-configured storage appliance from Cloudian.
For Lab/POC purpose, option 1 is the preferred choice.
Following prerequisites must be completed before starting cloudian implementation.
1: Deploy a CentOS (7.4 or later) VM
Deploy centos vm with below specifications for cloudian install:
- vCPU: 4
- vRAM: 16 GB
- vDISk: 20 GB (OS), 350 GB (data)
- NIC’s (optional): 2 (One for management and one for storage traffic)
Do not create any partition on disk 2 during centos install.… Read More