search for: vmdiskimag

Displaying 1 result from an estimated 1 matches for "vmdiskimag".

Did you mean: vmdiskimage
2020 Mar 13
0
Re: Use libguestfs with SAS URI of a disk image
...> > I try to call libguestfs lib API directly in C to "add drive" by > using a Azure blob storage access SAS URI, which has shared access > token/secret on the URL. > > The URL likes like this: > 'https://<account>.blob.core.windows.net/<container>/<VMDiskImage>?sv=2017-04-17&sr=b&si=<guid>&sig=<secret>' > I try to use this API: > > int > guestfs_add_drive_opts (guestfs_h *g, > const char *filename, > ...); > > > My code looks like this: >...