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!
소스 검색

Fix for volume tagging.

master
부모
커밋
6cd93e12db
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      focker/volume.py

+ 1
- 0
focker/volume.py 파일 보기

@@ -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)


불러오는 중...
취소
저장