Alerts after update

How do I resolve these alerts I am receiving after updating?

CRITICAL

Failed to configure kubernetes cluster for Applications: [EINVAL] kubernetes.pool: The root dataset of pool Universe is used by SMB services. Shares should be configured so that they export data contained in child datasets such as Universe/SHARE.

Dismiss

cancel

CRITICAL

SMB shares have path-related configuration issues that may impact service stability: Shares: SMB shares containing the apps dataset are not permitted

Dismiss

The first one is telling you that your SMB share should be pointed at a dataset instead of the entire pool. So instead of sharing /mnt/Universe you should share something like /mnt/Universe/Share (and reorganize the files you need to share under that dataset).

The second is saying that the ixapplications dataset (created by the apps system) should not be part of the share. Fixing the first one could also solve this problem if you remove the share from the pool, set one up for /mnt/Universe/Share and leave /mnt/Universe/iXapplications outside of the dataset that you configure the share for.

1 Like