Am 19.10.2013 22:56, schrieb Jan-Frode Myklebust: > On Sat, Oct 19, 2013 at 03:42:32PM -0500, Adam W. Dace wrote: >> >> I'm starting to think I may need to stick with ext3 as at least that shows >> up on my virtual machine...
that's why also do not understand > What partition would you point the "mkfs" command to to create your ext3 > filesystem? Put the same partition/device in storage.config, and it > should work. I don't think it's necessary to fiddle with udev.rules. At > least on my systems the logical volume I'm using is owned and rw by only > root:disk, and seems to be working fine.. if your ATS is in the group disk or by stupidity running as root, yes otherwise: http://trafficserver.apache.org/docs/trunk/admin/configuration-files/storage.config.en.html In order to make sure traffic_server will have access to this disk you can use udev to persistently set the right permissions. The following rules are targeted for an Ubuntu system, and stored in /etc/udev/rules.d/51-cache-disk.rules: # Assign /dev/sde and /dev/sdf to the www group # make the assignment final, no later changes allowed to the group! SUBSYSTEM=="block", KERNEL=="sd[ef]", GROUP:="www"
signature.asc
Description: OpenPGP digital signature
