Displaying 7 results from an estimated 7 matches for "3582671".
Did you mean:
35821
2020 May 28
3
Re: Provide NBD via Browser over Websockets
...run on the
> > > hypervisor, then use `virsh change-media vm1 hdc --insert /dev/nbd0` could
> > > use an ISO from my desk to boot from.
> > >
> > > Here's an HTML5 open file example:
> > > https://stackoverflow.com/questions/3582671/how-to-open-a-local-disk-file-with-javascript
> > >
> > > and the NBD protocol looks simple enough to implement in javascript:
> > > https://stackoverflow.com/questions/17295140/where-is-the-network-block-device-format-describled
> > >
> > >...
2020 May 28
2
Re: Provide NBD via Browser over Websockets
...the NBD "server" and an NBD client would run on the
> hypervisor, then use `virsh change-media vm1 hdc --insert /dev/nbd0` could
> use an ISO from my desk to boot from.
>
> Here's an HTML5 open file example:
> https://stackoverflow.com/questions/3582671/how-to-open-a-local-disk-file-with-javascript
>
> and the NBD protocol looks simple enough to implement in javascript:
> https://stackoverflow.com/questions/17295140/where-is-the-network-block-device-format-describled
>
> What do you think? Does anyone have an int...
2020 May 29
2
Re: Provide NBD via Browser over Websockets
...d be the NBD "server" and an NBD client would run on the
>> hypervisor, then use `virsh change-media vm1 hdc --insert /dev/nbd0` could
>> use an ISO from my desk to boot from.
>>
>> Here's an HTML5 open file example:
>> https://stackoverflow.com/questions/3582671/how-to-open-a-local-disk-file-with-javascript
>>
>> and the NBD protocol looks simple enough to implement in javascript:
>> https://stackoverflow.com/questions/17295140/where-is-the-network-block-device-format-describled
>
> So I think what you mean here is that in a browse...
2018 Oct 13
0
Re: Provide NBD via Browser over Websockets
...to date the kernel nbd module does not).
Since you are using virsh, the libvirt list is a better resource for
figuring out the command line and/or XML changes to direct qemu to
connect as an NBD client.
>
> Here's an HTML5 open file example:
> https://stackoverflow.com/questions/3582671/how-to-open-a-local-disk-file-with-javascript
>
> and the NBD protocol looks simple enough to implement in javascript:
> https://stackoverflow.com/questions/17295140/where-is-the-network-block-device-format-describled
>
> What do you think? Does anyone have an interest in doing thi...
2020 May 29
0
Re: Provide NBD via Browser over Websockets
...the browser would be the NBD "server" and an NBD client would run on the
> hypervisor, then use `virsh change-media vm1 hdc --insert /dev/nbd0` could
> use an ISO from my desk to boot from.
>
> Here's an HTML5 open file example:
> https://stackoverflow.com/questions/3582671/how-to-open-a-local-disk-file-with-javascript
>
> and the NBD protocol looks simple enough to implement in javascript:
> https://stackoverflow.com/questions/17295140/where-is-the-network-block-device-format-describled
So I think what you mean here is that in a browser you'd open a lo...
2020 May 29
0
Re: Provide NBD via Browser over Websockets
...and an NBD client would run on the
> > > hypervisor, then use `virsh change-media vm1 hdc --insert /dev/nbd0` could
> > > use an ISO from my desk to boot from.
> > >
> > > Here's an HTML5 open file example:
> > > https://stackoverflow.com/questions/3582671/how-to-open-a-local-disk-file-with-javascript
> > >
> > > and the NBD protocol looks simple enough to implement in javascript:
> > > https://stackoverflow.com/questions/17295140/where-is-the-network-block-device-format-describled
> >
> > So I think what you...
2020 May 28
0
Re: Provide NBD via Browser over Websockets
...; and an NBD client would run on the
> > hypervisor, then use `virsh change-media vm1 hdc --insert /dev/nbd0` could
> > use an ISO from my desk to boot from.
> >
> > Here's an HTML5 open file example:
> > https://stackoverflow.com/questions/3582671/how-to-open-a-local-disk-file-with-javascript
> >
> > and the NBD protocol looks simple enough to implement in javascript:
> > https://stackoverflow.com/questions/17295140/where-is-the-network-block-device-format-describled
> >
> > What do you think...