Subject: |
RE: Partitions not set up on ISO install - Docker Service not starting |
Author: |
Arthur |
Posted: |
2018-08-26 02:21 |
Hi Matt
Normally not, but it depends on how you have set up your base system.
Can you poste the lsblk output and verify your storage configuration as described in section 3?
# lsblk -ap --output=NAME,SIZE,TYPE,FSTYPE,MOUNTPOINT
https://www.zenoss.com/sites/default/files/Zenoss_Community_Edition_%28Core%29_Planning_Guide_r6.2.0_d1631.18.162.37.pdf
------------------------------
Arthur
------------------------------
Subject: |
RE: Partitions not set up on ISO install - Docker Service not starting |
Author: |
Matt Danielson |
Posted: |
2018-08-27 10:49 |
Hi Arthur,
Thank you for the reply.
My disk is not being allocated as described in section 3. The output of the lsblk command is as follows:
NAME SIZE TYPE FSTYPE MOUNTPOINT
/dev/sda 500G disk
├─/dev/sda1 1G part xfs /boot
└─/dev/sda2 499G part LVM2_member
├─/dev/mapper/centos_core--master-root 50G lvm xfs /
├─/dev/mapper/centos_core--master-swap 15.8G lvm swap [SWAP]
└─/dev/mapper/centos_core--master-home 433.2G lvm xfs /home
/dev/sr0 1024M rom
------------------------------
Matt
------------------------------
Attachments:
partition_scheme.txt
Subject: |
RE: Partitions not set up on ISO install - Docker Service not starting |
Author: |
Matt Danielson |
Posted: |
2018-08-27 12:11 |
SOLVED:
I fixed my issue. Turns out the system needed 512 GB of storage, so once I allocated more space, it worked great. Missed it by that much!
------------------------------
Matt
------------------------------
Subject: |
RE: Partitions not set up on ISO install - Docker Service not starting |
Author: |
Arthur |
Posted: |
2018-08-27 15:47 |
Hi Matt
Great!
Just a small reminder. If this installation will become a productive one I would configure the disklayout as described in the document.
And another info from the document:
On vSphere hypervisors, the disks are created when the OVA is installed. On Hyper-V hypervisors, the disks must
be created manually.
Cheers
------------------------------
Arthur
------------------------------