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 02, 2014 by Christopher Hauser's avatar Christopher Hauser
Show whitespace changes
Inline Side-by-side
disk-partitioning.markdown 0 → 100644
View page @ 07c2d4a9
# Software RAID 1
mdadm
md0 -> boot
md1 -> lvm
## SSD with 223G
lvextend -L 72G /dev/vg_system/lv_var
resize2fs -p /dev/vg_system/lv_var
lvcreate -L 100G -n lv_cinder-container vg_system
pvcreate /dev/vg_system/lv_cinder-container
vgcreate vg_cinder /dev/vg_system/lv_cinder-container
## HDD with 1000G
lvextend -L 400G /dev/vg_system/lv_var
resize2fs -p /dev/vg_system/lv_var
lvcreate -L 480G -n lv_cinder-container vg_system
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