Skip to content

Commit f22ea8a

Browse files
authored
Merge pull request #15 from open-iscsi/revert-13-new_ver_prep
Revert "New version prep changes"
2 parents 01fb494 + 57ff91e commit f22ea8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='targetd',
7-
version='0.8.5',
7+
version='0.8.1',
88
description='Linux remote storage API daemon',
99
license='GPLv3',
1010
maintainer='Andy Grover',

targetd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
password:
99

1010
# defaults below; uncomment and edit
11-
#block_pools: [vg-targetd/thin_pool] # just 1 by default, but can be more
12-
#fs_pools: [] # Path to btrfs FS, eg. /my_btrfs_mount
11+
#block_pools: [vg-targetd] # just 1 by default, but can be more
12+
#fs_pools: []
1313
#user: admin
1414
#target_name: iqn.2003-01.org.example.mach1:1234
1515

1616
# log level (debug, info, warning, error, critical)
17-
#log_level: info
17+
#log_level = info
1818

1919
#ssl: false
2020
# if ssl is activated:

0 commit comments

Comments
 (0)