Re: [libvirt] [RFE] Raise enumeration limit for virDomain-{ListAllSnapshots, SnapshotListNames}?

2017-05-11 Thread Kashyap Chamarthy
On Thu, May 11, 2017 at 12:35:18PM +0200, Kashyap Chamarthy wrote: > I've got a server with multiple guests, and wanted to quickly check how > many of them had snapshots (and in turn, how many snapshots). > > So I quickly wrote the below script to enumerate the snapshots using the >

[libvirt] [RFE] Raise enumeration limit for virDomain-{ListAllSnapshots, SnapshotListNames}?

2017-05-11 Thread Kashyap Chamarthy
I've got a server with multiple guests, and wanted to quickly check how many of them had snapshots (and in turn, how many snapshots). So I quickly wrote the below script to enumerate the snapshots using the virDomainSnapshotListNames() API, and it turned out, one of the guests had 1329 snaphots