IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
Selaa lähdekoodia

Fix for volume tagging.

master
Stanislaw Adaszewski 4 vuotta sitten
vanhempi
commit
6cd93e12db
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      focker/volume.py

+ 1
- 0
focker/volume.py Näytä tiedosto

@@ -18,6 +18,7 @@ def command_volume_create(args):
if not zfs_exists(name):
break
zfs_run(['zfs', 'create', '-o', 'focker:sha256=' + sha256, name])
zfs_untag(args.tags, focker_type='volume')
zfs_tag(name, args.tags)


Loading…
Peruuta
Tallenna