On Fri, Feb 05, Olaf Hering wrote:

> +static int libxl__vscsictrl_next_vscsidev_id(libxl__gc *gc, uint32_t domid,
> +                                             libxl_device_vscsictrl *vscsi,
> +                                             libxl_devid *vscsidev_id)
> +{

> +    path = GCSPRINTF("%s/vscsi/%u/next_vscsidev_id",
> +                     libxl__xs_libxl_path(gc, domid),
> +                     vscsi->devid);

This creates /libxl/<domid>/vscsi/<devid>/counter. Where is the place to
remove /libxl/<domid>/vscsi/<devid> during scsi-detach? As a workaround
I'm in the process to move the counter to the backend path.

Olaf

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to