Skip to content

Commit

Permalink
modify disk order
Browse files Browse the repository at this point in the history
  • Loading branch information
Koichi MATSUMOTO committed Mar 24, 2018
1 parent e818864 commit 647ecba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sample/etc/vmmaestro/vm.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -164,19 +164,19 @@ speed = ''
## 'qcow2' Qcow2 format
## aio 'threads' Disk I/O based on pthreads
## 'native' Disk I/O based on Linux Natie AIO
## * if specified use_dp='y', this option will be ignored.
## * if specified if='virtio*', this option will be ignored.
## * VM recognize drives in the exact order you specify here.
############################################################
## First disk
[disk]
lv = 'vm-swap'
lv = 'vm-root'
if = 'virtio'
fmt = 'raw'
aio = 'native'

### Second disk
## Second disk
[disk]
lv = 'vm-root'
lv = 'vm-swap'
if = 'virtio'
fmt = 'raw'
aio = 'native'
Expand Down

0 comments on commit 647ecba

Please sign in to comment.