-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.conf
More file actions
29 lines (27 loc) · 725 Bytes
/
Copy pathtest.conf
File metadata and controls
29 lines (27 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[mysql_sandbox]
dist = /srv/mysql/dists/5.1.47/
port = 9999
# root directory - sandboxes are created under here
root = ./staging/
main = msb_5147
datadir = /srv/mysql/data/5.1.47/
os_user = abg
mysql_user = root
mysql_password = ""
[lvm]
# this needs to be a loopback device
pv_device = /dev/loop0
# this must be an integer number of bytes
# or a mysql-like size 128[KMG]
pv_size = 128M
# name of the volume group
vg_name = holland_vg
# name of the logical volume
lv_name = holland_lv
# this must be an integer number of bytes
# or a mysql-like size <integer>[KMG]
# this cannot exceed pv_size
lv_size = 48M
# this should be a valid filesystem supported by the OS
# and must make to a mkfs.$fstype command
lv_fstype = ext3