File: mdraid.config

package info (click to toggle)
genimage 19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 988 kB
  • sloc: ansic: 5,606; sh: 1,132; makefile: 194
file content (16 lines) | stat: -rw-r--r-- 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
image test.mdraid-a {
	mdraid {
		level = 1
		devices = 2
		timestamp = 638022222
		raid-uuid = "de9980f1-0449-4e83-84bd-98e4b1ca3fe3"
		disk-uuid = "eb3b107b-ae9d-4c6b-994a-ec412d36959b"
	}
	size = 5M
}

image test.mdraid-b {
	mdraid {
		parent = "test.mdraid-a"
	}
}