[PATCH] /pub/fedora has to be rw if we want push to it

Jon Stanley jonstanley at gmail.com
Fri Feb 19 22:30:11 UTC 2010


On Fri, Feb 19, 2010 at 5:23 PM, Jesse Keating <jkeating at redhat.com> wrote:
> ---
>  manifests/nodes/releng01.phx2.fedoraproject.org.pp |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/manifests/nodes/releng01.phx2.fedoraproject.org.pp b/manifests/nodes/releng01.phx2.fedoraproject.org.pp
> index 0fbe7b9..91300a8 100644
> --- a/manifests/nodes/releng01.phx2.fedoraproject.org.pp
> +++ b/manifests/nodes/releng01.phx2.fedoraproject.org.pp
> @@ -20,7 +20,7 @@ node releng01{
>         device  => "n4aphx2-3.storage.phx2.redhat.com:/vol/ftp_fedora/fedora.redhat.com/pub/fedora",
>         fstype  => "nfs",
>         ensure  => "mounted",
> -        options => "ro,hard,bg,intr,nolock,noatime,nodev,nosuid,nfsvers=3",
> +        options => "rw,hard,bg,intr,nolock,noatime,nodev,nosuid,nfsvers=3",
>         atboot  => true,
>         require => File['/pub/fedora']
>     }
> --

+1


More information about the infrastructure mailing list