Displaying 5 results from an estimated 5 matches for "virdomainsnapshotcurrent".
2020 Apr 14
2
Re: php libvirt show active snapshot
I was looking for a virDomainSnapshotCurrent
I wish I had time to learn to properly Code in C, haven't touch it
since that late 90's
I'm only only coding in php out of necessity.
.
On Tue, Apr 14, 2020 at 8:02 AM Michal Privoznik <mprivozn@redhat.com> wrote:
>
> On 4/13/20 9:22 PM, Todd Lewis wrote:
> > Is php...
2020 Apr 16
2
Re: php libvirt show active snapshot
Cool. I'll try it out
On Thu, Apr 16, 2020 at 8:38 AM Michal Privoznik <mprivozn@redhat.com> wrote:
>
> On 4/14/20 6:49 PM, Todd Lewis wrote:
> > I was looking for a virDomainSnapshotCurrent
> > I wish I had time to learn to properly Code in C, haven't touch it
> > since that late 90's
> > I'm only only coding in php out of necessity.
>
>
> I've just pushed the implementation upstream:
>
> https://gitlab.com/libvirt/libvirt-php/-/commit/...
2020 Apr 13
2
php libvirt show active snapshot
Is php libvirt able to list the active snapshot for the vm?
I can easily take snapshots and restore snapshots, but I can't figure
out how to display the currently active snapshot using php libvirt.
--
Todd Lewis
Grizzly Star
(469) 363-2907 Cell
www.grizzlystar.com
2020 Apr 16
0
Re: php libvirt show active snapshot
On 4/14/20 6:49 PM, Todd Lewis wrote:
> I was looking for a virDomainSnapshotCurrent
> I wish I had time to learn to properly Code in C, haven't touch it
> since that late 90's
> I'm only only coding in php out of necessity.
I've just pushed the implementation upstream:
https://gitlab.com/libvirt/libvirt-php/-/commit/19be5d2b5b2d3b82d719fe310ad519cb3b5d7...
2020 Apr 20
0
Re: php libvirt show active snapshot
...hu, Apr 16, 2020 at 11:50 AM Todd Lewis <todd@grizzlystar.com> wrote:
>
> Cool. I'll try it out
>
> On Thu, Apr 16, 2020 at 8:38 AM Michal Privoznik <mprivozn@redhat.com> wrote:
> >
> > On 4/14/20 6:49 PM, Todd Lewis wrote:
> > > I was looking for a virDomainSnapshotCurrent
> > > I wish I had time to learn to properly Code in C, haven't touch it
> > > since that late 90's
> > > I'm only only coding in php out of necessity.
> >
> >
> > I've just pushed the implementation upstream:
> >
> > https://...