Let's see...

* RedHat 7.3
* Kernel 2.4.24 with
        patch-2.4.24-vs1.24.diff
        patch-2.4.24-vs1.24-q0.12.diff
* Kernel has quota support enabled, VFS v0 quota format disabled

* /vserver partition mounted with tagctx:
  /dev/hda2 on /vservers type ext3 (rw,tagctx)

* Create a server using newvserver, set its context id to 5

* Using cq-tools-0.06:
  # ./cqhadd -x 5 -v /dev/hda2
  adding quota hash for /dev/hda2 ... succeeded.

  # ./cqdlim -x 5 -S 0,1000,0,5000,10 -v /dev/hda2
  inodes: 0/1000
  blocks: 0/5000 (10%)

* Start the vserver:
  # vserver test5 start
  [...]

* # vserver test5 enter
  ipv4root is now 192.168.1.155
  New security context is 5

  [EMAIL PROTECTED]:test5 /] df -k
  Filesystem           1k-blocks      Used Available Use% Mounted on
  /dev/hdv1                 5000        20      4476   1% /

  [EMAIL PROTECTED]:test5 /] dd if=/dev/zero of=blah bs=1024 count=1000
  1000+0 records in
  1000+0 records out

  [EMAIL PROTECTED]:test5 /]df -k
  Filesystem           1k-blocks      Used Available Use% Mounted on
  /dev/hdv1                 5000      1028      3468  23% /

  So far so good :-)

* Now *REBOOT*, then after reboot:

  # vserver test5 start
  Starting the virtual server test5
  [...]

  # vserver test5 enter
  ipv4root is now 192.168.1.155
  New security context is 5

  [EMAIL PROTECTED]:test5 /]df -k
  Filesystem           1k-blocks      Used Available Use% Mounted on
  /dev/hdv1             10078852    371424   9195440   4% /


Thanks for all your help, Herbert, I really appreciate it.

Grisha


On Sat, 31 Jan 2004, Herbert Poetzl wrote:

> On Sat, Jan 31, 2004 at 08:36:54AM -0500, Gregory (Grisha) Trubetskoy wrote:
> >
> > If I follow the intructions on this page
> >
> > http://vserver.13thfloor.at/Linux2.6/index.php?page=Per+Context+Disk+Limits
> >
> > ...it works great, but after I reboot, the quota disappears - doesn't seem
> > right, I'm probably missing something. Any advice on how to make quota
> > persist throughout reboots would be highly appreciated!
>
> hmm, that should not happen (whatever might happen),
>
> maybe you could give me a chance, and provide some
> details about your setup, and what exactly happens ;)
>
> TIA,
> Herbert
>
> > Grisha
> >
> >
> > _______________________________________________
> > Vserver mailing list
> > [EMAIL PROTECTED]
> > http://list.linux-vserver.org/mailman/listinfo/vserver
>
_______________________________________________
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to