xcp-ng / xcp-ng-xapi-plugins

XCP-ng's specific XAPI plugins
GNU Affero General Public License v3.0
7 stars 9 forks source link

add a xapi plugin that lists the ZFS pools on the host. #5

Closed nraynaud closed 5 years ago

nraynaud commented 5 years ago

this is the prelude to this PR: https://github.com/vatesfr/xen-orchestra/pull/4258

stormi commented 5 years ago

Would the plugins system in XAPI let us have our plugins share common methods (logging, error handling...)?

nraynaud commented 5 years ago

at least we can create a shared python lib, I didn't know how much I should change existing code tho.

stormi commented 5 years ago

at least we can create a shared python lib, I didn't know how much I should change existing code tho.

Since we're in beta stage, it's a good time to allow ourselves to move some code around.

stormi commented 5 years ago

Looks good. Do you want to squash the commits into one yourself, or let me do it while merging?

nraynaud commented 5 years ago

you can do it, git is a struggle for me.

stormi commented 5 years ago

Forgot to close this one. It is merged already.