On Tue, May 05, Wei Liu wrote:
> On Fri, Apr 17, 2015 at 08:30:58AM +, Olaf Hering wrote:
> > +'pdev' describes the physical device, preferable in a persistant format.
> "persistent", and please explain when "persistent format" is.
Done.
> > +The backend driver in the pvops kernel is part of
On Wed, May 06, 2015 at 08:58:29AM +0200, Olaf Hering wrote:
> On Tue, May 05, Wei Liu wrote:
>
> > The first step is to not use anything hardcoded domid in you xenstore
> > paths, i.e. do not make assumption on the domain that runs the backend.
>
> Once someone wants that for pvscsi the vscsi=[]
On Tue, May 05, Wei Liu wrote:
> The first step is to not use anything hardcoded domid in you xenstore
> paths, i.e. do not make assumption on the domain that runs the backend.
Once someone wants that for pvscsi the vscsi=[] syntax has to be
adjusted to also recognize another string.
Olaf
_
On Fri, Apr 17, 2015 at 08:30:58AM +, Olaf Hering wrote:
> Port pvscsi support from xend to libxl:
>
> vscsi=['pdev,vdev{,options}']
> xl scsi-attach
> xl scsi-detach
> xl scsi-list
>
> Signed-off-by: Olaf Hering
> Cc: Ian Jackson
> Cc: Stefano Stabellini
> Cc: Ian Campbell
> Cc: Wei
On Wed, Apr 22, 2015 at 10:08:52AM +0200, Olaf Hering wrote:
> On Tue, Apr 21, Konrad Rzeszutek Wilk wrote:
>
> > On Fri, Apr 17, 2015 at 08:30:58AM +, Olaf Hering wrote:
> > > +=item B
> > > +
> > > +Specifies the PVSCSI devices to be provided to the guest. PVSCSI passes
> > > +dom0 SCSI devi
On Wed, Apr 22, 2015 at 10:08:52AM +0200, Olaf Hering wrote:
> On Tue, Apr 21, Konrad Rzeszutek Wilk wrote:
>
> > On Fri, Apr 17, 2015 at 08:30:58AM +, Olaf Hering wrote:
> > > +=item B
> > > +
> > > +Specifies the PVSCSI devices to be provided to the guest. PVSCSI passes
> > > +dom0 SCSI devi
On Tue, Apr 21, Konrad Rzeszutek Wilk wrote:
> On Fri, Apr 17, 2015 at 08:30:58AM +, Olaf Hering wrote:
> > +=item B
> > +
> > +Specifies the PVSCSI devices to be provided to the guest. PVSCSI passes
> > +dom0 SCSI devices as-is to the guest.
> s/dom0/backend/
I will make that change.
> As i
On Fri, Apr 17, 2015 at 08:30:58AM +, Olaf Hering wrote:
> Port pvscsi support from xend to libxl:
>
> vscsi=['pdev,vdev{,options}']
> xl scsi-attach
> xl scsi-detach
> xl scsi-list
>
> Signed-off-by: Olaf Hering
> Cc: Ian Jackson
> Cc: Stefano Stabellini
> Cc: Ian Campbell
> Cc: Wei
Port pvscsi support from xend to libxl:
vscsi=['pdev,vdev{,options}']
xl scsi-attach
xl scsi-detach
xl scsi-list
Signed-off-by: Olaf Hering
Cc: Ian Jackson
Cc: Stefano Stabellini
Cc: Ian Campbell
Cc: Wei Liu
---
docs/man/xl.cfg.pod.5| 55 +++
docs/man/xl.pod.1