Hi,
I am looking at using Ovirt on a single machine. I used to use the all-in-one setup a
while ago. I have only two vms and setting up two servers and a storage is out of my
budget right now. The all in one solution sounds good, but I have some questions
concerning the gdeploy config file. I am new to gluster and am unsure what I need. The
server is ibm system x3550 m3 with two 1TB drives setup as a mirror.
For these, what do I put if the disks are already setup as raid through the raid
controller? Jbod
[disktype]
@RAIDTYPE@ #Possible values raid6, raid10, raid5, jbod
[diskcount]
@NUMBER_OF_DATA_DISKS@ #Ignored in case of jbod
[stripesize]
@STRIPE_SIZE@ #256 in case of jbod
My second question is where do I get the Device name in the following:
[script1]
action=execute
ignore_script_errors=no
file=/usr/share/gdeploy/scripts/grafton-sanity-check.sh -d @DEVICE@
Is this the dev/sda on the disk or some other name.
I was planning on using ovirt node as a staring point as that seems easier.
Thanks in advance for the help.