[sheepdog-users] Info storage
Takashi Menjo
menjo.takashi at lab.ntt.co.jp
Wed Jan 18 02:17:06 CET 2017
Hi Carlo,
It's possible by setting up two clusters;
one serves SSD and another does SATA.
For this, you can run two sheep daemons per server.
First, see slides below about installation (pp.14-15):
<https://sheepdog.github.io/sheepdog/_static/openstack-summit-2016-barcelona-vbrownbag-sheepdog.pdf>
Then, if you use libvirt, configure your virtual disk(s) like below.
Please make sure to use appropriate PORT_NUMBER:
[..]
<disk type="network">
<driver name="qemu" type="raw"/>
<source protocol="sheepdog" name="${VOLUME_NAME}">
<host name="localhost" port="${PORT_NUMBER}"/>
</source>
<target dev="vda" bus="virtio"/>
</disk>
[..]
Best regards,
Takashi
--
Takashi Menjo <menjo.takashi at lab.ntt.co.jp>
> -----Original Message-----
> From: sheepdog-users [mailto:sheepdog-users-bounces at lists.wpkg.org] On
> Behalf Of Cristian Del Carlo
> Sent: Tuesday, January 17, 2017 8:21 PM
> To: sheepdog-users at lists.wpkg.org
> Subject: [sheepdog-users] Info storage
>
> Hi list,
>
> I am planning to buy 3 servers to be used as nodes of sheeldog.
> The cluster will host VMs that have different disk requirements.
> Some VMs need fast disks and other large amounts of space.
> If I take the serverS with 2 disks SSD in raid1 and 2 SATA in raid1,
> then how can I configure sheepdog in order to decide where to put the VMs?
>
> Is it possible?
>
>
> Best regards,
>
>
>
>
>
> Cristian Del Carlo
More information about the sheepdog-users
mailing list