Skip to content

Commit

Permalink
Removed unused storage example instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmertr committed Jun 29, 2020
1 parent 266ad69 commit 0a70160
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Expand Up @@ -142,11 +142,8 @@ Our goal here is to provide our hypervisor with storage to use for three primary
mkfs.xfs /dev/RAIDPool/RAIDPool_Data
mkfs.xfs /dev/RAIDPool/RAIDPool_Templates
mkfs.xfs /dev/RAIDPool/RAIDPool_Backups

# Set up SATADOM Proxmox Data partition as well.
mkfs.xfs /dev/pve/data
```

2. *Create working directories for Proxmox Backups, ISOs, & Templates and configure `/etc/fstab` accordingly.*

```bash
Expand All @@ -159,12 +156,8 @@ Our goal here is to provide our hypervisor with storage to use for three primary
echo "/dev/RAIDPool/RAIDPool_Backups /mnt/RAIDPool_Backups xfs defaults 0 0" >> /etc/fstab

echo "/dev/RAIDPool/RAIDPool_Data /mnt/RAIDPool_Data xfs defaults 0 0" >> /etc/fstab

# Set up SATADOM Proxmox Data partition as well.
mkdir /mnt/SATADOM_Data
echo "/dev/pve/data /mnt/SATADOM_Data xfs defaults 0 0" >> /etc/fstab
```

3. *Import the ZFS Storage Pools.*

```bash
Expand Down

0 comments on commit 0a70160

Please sign in to comment.