ZFS filesystem version out of date?

Status
Not open for further replies.

tha_toadman

Dabbler
Joined
Jun 5, 2011
Messages
16
I guess I ran "zpool" and not "zfs".

Code:
# zfs upgrade -a
6 filesystems upgraded
21 filesystems already at this version

# zfs upgrade
This system is currently running ZFS filesystem version 5.

All filesystems are formatted with the current version.


I'm good now.
 
Last edited:

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Yes, apparently so. You'd think the second or third time someone pointed out the correct command (and certainly before posting a subsequently-edited snarky reply) you might take a closer look at why these people are apparently telling you to do what you've already done.
 

tha_toadman

Dabbler
Joined
Jun 5, 2011
Messages
16
The commands are very similar in nature. It was an oversight. There's no need to be condescending about it.
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
...and there's no need for you to get snarky (and incorrectly snarky at that) with the person who's just spoon-fed you the correct answer, but I guess it takes all kinds.
 

styno

Patron
Joined
Apr 11, 2016
Messages
466
The commands are very similar in nature.
Actually they are far from similar: 'zpool' configures your storage pools and 'zfs' deals with the ZFS filesystem on this pool, you really don't want to mix them up (ex. both accept 'destroy' as a parameter with very different end results)
A friendly, non-condescending advise would be to look up every command in the manpage and triple check syntax and parameters before you copy and assume-paste them from a public forum on a live system.
 
Status
Not open for further replies.
Top