On Mon, Jan 07, 2019 at 10:44:04AM +0100, Julien Escario wrote: > Helloo, > I'm trying to find (and why not correct) this warning : > Plugin "PVE::Storage::Custom::LINSTORPlugin" is implementing an older > storage API, an upgrade is recommended > > > I found the reason in PVE/Storage.pm : > use constant APIVER => 2; > > And in /usr/share/perl5/PVE/Storage/Custom/LINSTORPlugin.pm : > my $APIVER = 1; > > The system compare those vars and complain about difference (but it's > still compatible, dunno for how long). > > I doubt there's more to change than setting $APIVER to 2.
Maybe yes, maybe no, I have not looked into it. > Any idea how to find what should be changed in API calls in order to > work on a patch ? There were some good hints from Wolfgang in this thread: [DRBD-user] Linstor-Proxmox plugin 3.0.2-1 on PVE 5.2-11 This will at least be my starting point when I have time to "fix" things that are not broken. Regards, rck _______________________________________________ drbd-user mailing list [email protected] http://lists.linbit.com/mailman/listinfo/drbd-user
