Skip to content

Instantly share code, notes, and snippets.

@cwebberOps
Created October 2, 2012 16:52
Show Gist options
  • Save cwebberOps/3821048 to your computer and use it in GitHub Desktop.
Save cwebberOps/3821048 to your computer and use it in GitHub Desktop.
def exists?(fs)
begin
@conn["/zfs/#{Base64.encode64(fs).strip}"].get # Will throw exception on 404 if the filesystem doesn't exist
true
rescue
false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment