Skip to content

Commit

Permalink
Merge pull request #437 from bgraef/main
Browse files Browse the repository at this point in the history
update lvm create and move post
  • Loading branch information
bgraef authored Sep 21, 2024
2 parents fe506b7 + c87bd12 commit 9a6f44b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
16 changes: 8 additions & 8 deletions content/posts/ol/storage/post-24/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ showDate: true

## Details

Logical Volume Management allows for removing unused physical volumes (PVs) and for the moving of an entire volume group (VGs). The removal of a PV shrinks the overall size of the VG.
Logical Volume Management allows for removing unused physical volumes (PVs) and moving an entire volume group (VGs). The removal of a PV shrinks the overall size of the VG.

This tutorial will work with the Oracle Linux Volume Manager utilities to shrink a volume group by removing a physical volume and then transferring the volume group to another system.

### Objectives

In this tutorial, you will learn how to:

- Move a logical volume
- Shrink a volume group
- Transfer a volume group to another system
- Move a logical volume
- Shrink a volume group
- Transfer a volume group to another system

### Prerequisites

The tutorial uses the following system:
- Minimum of two Oracle Linux systems

- Two Oracle Linux 8 systems with the following configurations:
- a non-root user with sudo permissions
- additional block volumes for use with LVM
- Each system should have Oracle Linux installed and configured with:
- A non-root user account with sudo access
- Additional block volumes for use with LVM
17 changes: 10 additions & 7 deletions content/posts/ol/storage/post-27/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,20 @@ showDate: true

Logical Volume Management allows combining multiple individual hard drives or disk partitions into a single volume group (VG). That volume group can then be subdivided into logical volumes (LV) or used as a single large volume. Standard file systems, such as EXT4 or XFS, can be created on a logical volume.

This tutorial will work with the Oracle Linux Volume Manager utilities to create, mount and increase the capacity of logical volumes.
This tutorial will work with the Oracle Linux Volume Manager utilities to create, mount, and increase the capacity of logical volumes.

### Objectives

- Create a logical volume
- Increase the capacity of a logical volume
In this tutorial, you will learn to:

### Prerequisites
- Create a logical volume
- Increase the capacity of a logical volume

Any Oracle Linux 8 system with the following configurations:
### Prerequisites

- a non-root user with sudo permissions
- additional block volumes for use with LVM
- Minimum of one Oracle Linux system

- Each system should have Oracle Linux installed and configured with:
- A non-root user account with sudo access
- Access to the Internet
- An additional block device

0 comments on commit 9a6f44b

Please sign in to comment.