]> andersk Git - moira.git/commitdiff
added fsgroup support to delete_filesystem stuff
authormar <mar>
Tue, 21 Mar 1989 18:14:15 +0000 (18:14 +0000)
committermar <mar>
Tue, 21 Mar 1989 18:14:15 +0000 (18:14 +0000)
server/qsupport.qc

index ad0070fdedbaf14d09816d5f196f27b24c6a0f3f..557e13c4844f5283def6e525140454c9f3f69182 100644 (file)
@@ -731,8 +731,8 @@ setup_ufil(q, argv)
 ##}
 
 
-/* setup_dfil: free any quota records associated with a filesystem
- * when it is deleted.
+/* setup_dfil: free any quota records and fsgroup info associated with
+ * a filesystem when it is deleted.  Also adjust the allocation numbers.
  */
 
 setup_dfil(q, argv, cl)
@@ -750,6 +750,8 @@ setup_dfil(q, argv, cl)
 ##     where n.nfsphys_id = fs.phys_id and fs.filsys_id = @id
 
 ##  repeat delete q where q.filsys_id = @id
+##  repeat delete fsgroup where fsgroup.filsys_id = @id
+##  repeat delete fsgroup where fsgroup.group_id = @id
     return(SMS_SUCCESS);
 ##}
 
This page took 0.097297 seconds and 5 git commands to generate.