James writes:
> On 02/02/2020 11:46, Harry Putnam wrote:
>
>> but `zfs list' (with no target) should not show snapshots
>> `zfs list -r with no target should not either
>
> # zpool get listsnapshots tank
> NAME PROPERTY VALUE SOURCE
> tank listsnapshots ondefault
> # zp
On Sun, Feb 2, 2020 at 5:48 AM Mark Kosmowski
wrote:
> I'm putting together a home lab / cluster for computational chemistry as a
> private individual. I'm thinking OpenIndiana on the head node (for a
> desktop) and OmniOS on the compute nodes. Are there any downsides to this
> that I should be
On 02/02/2020 11:46, Harry Putnam wrote:
but `zfs list' (with no target) should not show snapshots
`zfs list -r with no target should not either
# zpool get listsnapshots tank
NAME PROPERTY VALUE SOURCE
tank listsnapshots ondefault
# zpool set listsnapshots=off tank
Bob Friesenhahn writes:
> On Sat, 1 Feb 2020, Harry Putnam wrote:
>
>> Sorry for the time waster but I'm sort of out of ideas about this
>>
>> I set something a while back that made calling zfs list -r show only
>> snapshots.
>
> zfs list -r -t snapshot fs
>
I must be explaining myself poorly
On 02/02/20 05:48 AM, Mark Kosmowski wrote:
I'm putting together a home lab / cluster for computational chemistry as a
private individual. I'm thinking OpenIndiana on the head node (for a
desktop) and OmniOS on the compute nodes. Are there any downsides to this
that I should be mindful of?
Tha