Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • O OpenStack-Cloud
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Christopher Hauser
  • OpenStack-Cloud
  • Wiki
  • disk partitioning

disk partitioning · Changes

Page history
ehx27 created page: disk partitioning authored Oct 06, 2014 by Christopher Hauser's avatar Christopher Hauser
Hide whitespace changes
Inline Side-by-side
disk-partitioning.markdown
View page @ 535cc757
# Software RAID 1 # Partitioning: Compute Nodes
mdadm
md0 -> boot The compute nodes (except diskless nodes) have two disks configured as a software RAID-1 using ``mdadm``.
md1 -> lvm Two partitions are available:
```
md0 -> /boot
md1 -> used for lvm
```
## SSD with 223G The LVM is setup as follows:
lvextend -L 72G /dev/vg_system/lv_var ```
resize2fs -p /dev/vg_system/lv_var lv_cinder-container vg_system -wi-a----- 480.00g HDD / 100g SSD
lvcreate -L 100G -n lv_cinder-container vg_system lv_home vg_system -wi-ao---- 10.00g
pvcreate /dev/vg_system/lv_cinder-container lv_root vg_system -wi-ao---- 2.00g
vgcreate vg_cinder /dev/vg_system/lv_cinder-container lv_swap vg_system -wi-ao---- 32.00g
lv_tmp vg_system -wi-ao---- 2.00g
## HDD with 1000G lv_usr vg_system -wi-ao---- 5.00g
lvextend -L 400G /dev/vg_system/lv_var lv_var vg_system -wi-ao---- 400.00g HDD / 72g SSD
resize2fs -p /dev/vg_system/lv_var ```
lvcreate -L 480G -n lv_cinder-container vg_system \ No newline at end of file
pvcreate /dev/vg_system/lv_cinder-container
vgcreate vg_cinder /dev/vg_system/lv_cinder-container
\ No newline at end of file
Clone repository
  • Add Computenode to Beta cluster
  • disk partitioning
  • eth if names
  • ganglia
  • Home
  • ipmitool
  • kickstart
  • networking
  • neutron external
  • nova migration
  • omi clusterlab addnode
  • omi clusterlab index
  • omi clusterlab nodes
  • opendaylight
  • openstack export image
View All Pages