Which hypervisor is this? KVM? If so, please post the agent logs. I don't have much experience with DRBD, but CloudStack doesn't really care about the underlying storage implementation. It (rather the hypervisor) cares about the protocol (NFS/ISCSI/FC). If the hypervisor is unable to mount the primary storage, then there's not much CloudStack can do.
On 1/29/13 5:34 AM, "Alex Mathiasen" <a...@mira.dk> wrote: >Hello, > >I am trying to setup a Cloudstack using DRBD as primary storage. > >I have a setup with Cloudstack working beautifully with a single DRBD >storage, a management server and some host servers. > >However, I wish to add more primary storage from the same DRBD setup and >then all hell breaks loose. > >I have the following DRBD storage exported from my setup now: > >/export/drbd0 >10.212.212.0/24(rw,async,no_root_squash,no_subtree_check,nohide,crossmnt,f >sid=0) > >However, If I add DRBD1 within my /etc/exports file, the issues begin. >Even before I have added the new DRBD storage as Primary storage within >my Cloudstack, system VM’s, Routers and VM’s wont start. > >As I have understood, the fsid must be unique, and therefor none of the >exported drives must have the same value. So “0″ wont do. However I have >experienced that Cloudstack wont work with exported drives that doesn’t >have a value of “0″. > >/export/drbd0 >10.212.212.0/24(rw,async,no_root_squash,no_subtree_check,nohide,crossmnt,f >sid=0) >/export/drbd1 >10.212.212.0/24(rw,async,no_root_squash,no_subtree_check,nohide,crossmnt,f >sid=0) > >This wont work. > >/export/drbd0 >10.212.212.0/24(rw,async,no_root_squash,no_subtree_check,nohide,crossmnt,f >sid=1) >/export/drbd1 >10.212.212.0/24(rw,async,no_root_squash,no_subtree_check,nohide,crossmnt,f >sid=2) > >This wont work either. > >It seems as soon I try to export any drive without "fsid=0" - It wont >work. > >I have attached some paste from management-server.log @ >http://pastebin.com/SYBxXfux > >Do any of you have any suggestions to solve this issue? I wish to expand >my primary storage, but at the moment I simply can’t get it to work. :-(