Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Created September 9, 2014 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3a868125308613dca846 to your computer and use it in GitHub Desktop.
Save anonymous/3a868125308613dca846 to your computer and use it in GitHub Desktop.
# Create rootvg applv
applv:
lvm.lv_present:
- vgname: rootvg
- size: 4G
# MKFS applv
mkfs_applv:
module.run:
- name: extfs.mkfs
- fs_type: ext3
- device: /dev/rootvg/applv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment