Hi!

THX for describing it, it would have been very helpful when I was writing
my DRBD8 plugin.

On 01/16/2017 09:46 PM, Dmitry Petuhov wrote:
+# public
+# returns $path to image/directory to be passed to qemu/lxc.
 sub path {
     my ($class, $scfg, $volname, $storeid, $snapname) = @_;

     return $class->filesystem_path($scfg, $volname, $snapname);
 }

I have implemented "filesystem_path" instead of "path" in my plugin, because
this was done in the LVM plugin also. Are you sure "path" is the public
interface and not "filesystem_path"?

BR,
   Jasmin
_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to