Skip to content

Commit

Permalink
Release 46 - Improved Import
Browse files Browse the repository at this point in the history
Pools can now be imported as read-only or read-write, overwriting the
stored `readonly` property.
Auto-importing should now work much more reliable, and not try to import
pools that were just exported. The internal cache of previously imported
pools is only removed if at least one primary device of the pool physically
disappears.
  • Loading branch information
cbreak-black committed Jul 5, 2020
1 parent 2260ab4 commit 5736061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZetaWatch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
ZETA_VERSION = 45;
ZETA_VERSION = 46;
ZFS_DIR = "$(PROJECT_DIR)/zfs/zfs";
};
name = Debug;
Expand Down Expand Up @@ -908,7 +908,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
ZETA_VERSION = 45;
ZETA_VERSION = 46;
ZFS_DIR = "$(PROJECT_DIR)/zfs/zfs";
};
name = Release;
Expand Down

0 comments on commit 5736061

Please sign in to comment.