Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
f4de40fc
Commit
f4de40fc
authored
May 06, 2013
by
Alexander Bulimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed mkfs and moved to system/filesystem
parent
2dc59822
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
library/system/filesystem
+3
-3
No files found.
library/
mkfs
→
library/
system/filesystem
View file @
f4de40fc
...
...
@@ -21,7 +21,7 @@
DOCUMENTATION
=
'''
---
author: Alexander Bulimov
module:
mkfs
module:
filesystem
short_description: Makes file system on block device
description:
- This module creates file system.
...
...
@@ -46,9 +46,9 @@ options:
- List of options to be passed to mkfs command.
examples:
- description: Create a ext2 filesystem on /dev/sdb1.
code:
mkfs
fstype=ext2 dev=/dev/sdb1
code:
filesystem
fstype=ext2 dev=/dev/sdb1
- description: Create a ext4 filesystem on /dev/sdb1 and check disk blocks.
code:
mkfs
fstype=ext4 dev=/dev/sdb1 opts="-cc"
code:
filesystem
fstype=ext4 dev=/dev/sdb1 opts="-cc"
notes:
- uses mkfs command
'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment