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!
Explorar el Código

Make sure tag/untag is volume-specific

tags/0.92
Stanislaw Adaszewski hace 4 años
padre
commit
2aa4286aab
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      volume.py

+ 2
- 2
volume.py Ver fichero

@@ -30,9 +30,9 @@ def command_volume_list(args):
def command_volume_tag(args):
name, _ = zfs_find(args.reference, focker_type='volume')
zfs_untag(args.tags)
zfs_untag(args.tags, focker_type='volume')
zfs_tag(name, args.tags)
def command_volume_untag(args):
zfs_untag(args.tags)
zfs_untag(args.tags, focker_type='volume')

Cargando…
Cancelar
Guardar