Lines Matching defs:version

254 		    "\tupgrade [-V version] <-a | pool ...>\n"));
433 * feature@ properties and version should not be specified
441 "'version' properties cannot be specified "
1236 (void) printf(gettext("newer version"));
1357 (void) printf(gettext("newer version"));
1522 "legacy on-disk version.\n"));
1527 "incompatible version.\n"));
1688 uint64_t version;
1696 ZPOOL_CONFIG_VERSION, &version) == 0);
1697 if (!SPA_VERSION_IS_SUPPORTED(version)) {
1699 "is formatted using an unsupported ZFS version\n"), name);
4112 "newer, incompatible on-disk version.\n\tThe pool cannot "
4365 upgrade_version(zpool_handle_t *zhp, uint64_t version)
4376 assert(oldversion < version);
4378 ret = zpool_upgrade(zhp, version);
4382 if (version >= SPA_VERSION_FEATURES) {
4384 "'%s' from version %llu to feature flags.\n"),
4388 "'%s' from version %llu to version %llu.\n"),
4389 zpool_get_name(zhp), oldversion, version);
4438 uint64_t version;
4444 &version) == 0);
4446 assert(SPA_VERSION_IS_SUPPORTED(version));
4448 if (version < cbp->cb_version) {
4489 uint64_t version;
4493 &version) == 0);
4495 assert(SPA_VERSION_IS_SUPPORTED(version));
4497 if (version < SPA_VERSION_FEATURES) {
4500 "formatted with legacy version numbers and can\n"
4510 (void) printf("%2llu %s\n", (u_longlong_t)version,
4522 uint64_t version;
4526 &version) == 0);
4528 if (version >= SPA_VERSION_FEATURES) {
4587 "using more current version '%llu'.\n\n"),
4594 "using version %llu.\n\n"), zpool_get_name(zhp),
4631 * zpool upgrade [-V version] <-a | pool ...>
4662 gettext("invalid version '%s'\n"), optarg);
4731 (void) printf(gettext(" 1 Initial ZFS version\n"));
4767 "version, including supported releases,\n"));
4781 "formatted with version %llu or higher.\n"),