Skip to content

Commit

Permalink
fixup! zfs-ng: implement sr-create 1/4: SR.create
Browse files Browse the repository at this point in the history
  • Loading branch information
ydirson committed Mar 27, 2024
1 parent 9f3f7f4 commit a9a8458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/volume/org.xen.xapi.storage.zfs-vol/sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def create(self, dbg, sr_uuid, configuration, name, description):

# FIXME this assumes zpool is mounted/attached
mountpoint = zfsutils.pool_mountpoint(dbg, pool_name)
importlib.import_module('zfs-ng').Callbacks().create_database(mountpoint)
importlib.import_module('zfs-vol').Callbacks().create_database(mountpoint)

meta = {
# mandatory elements we need everywhere
Expand Down

0 comments on commit a9a8458

Please sign in to comment.