|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-API] Storage_interface.Missing_configuration_parameter("path")
Hi,The traditional XenServer storage manager plugins (ext, lvhd, etc) haven't yet been packaged and included in the xenserver-core set of RPMs. Partly this is because some of them require slightly patched versions of standard system tools like LVM. I believe work is underway to remove these non-standard dependencies and, when this is done, we can create packages. To cover the gap between now and then, I created a very simple storage plugin called 'ffs' ('flat file storage'). This is designed to be superficially similar to 'ext' but: 'ffs' assumes the filesystem has already been created and mounted, while 'ext' takes over whole disks, formats and mounts them for you. On 30/08/13 10:01, Guillaume Thouvenin wrote: [ snip ] I think if you mount your filesystem yourself ideally via /etc/fstab but perhaps via: mkdir /mnt/mysr mount /dev/sdb1 /mnt/mysr and thenxe sr-create content-type=user host-uuid=... type=ffs device-config:path=/mnt/mysr" then it ought to work. If not have a look in syslog: that's where the debug messages have probably gone. Good luck! Dave _______________________________________________ Xen-api mailing list Xen-api@xxxxxxxxxxxxx http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |