You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewValueError(`The root user (uid 0) already has a configured quota for path ${path}! This is the same as setting the xfs_default_user_quota property.`)
126
+
}
127
+
configUserDiskQuota[path]['0']=quotaConfig;
128
+
}
122
129
123
130
constconfigUsers=config.users.reduce((out,u)=>{
124
131
const{
@@ -145,7 +152,6 @@ export function parseConfig(config) {
0 commit comments