IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17770


Ignore:
Timestamp:
May 21, 2008, 5:39:28 PM (18 years ago)
Author:
jhoblitt
Message:

have dsget set "user.copies" xattr on files downloaded into Nebulous

Location:
trunk/DataStore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/Changes

    r17718 r17770  
    22
    330.08
     4    - have dsget set "user.copies" xattr on files downloaded into Nebulous
    45    - change dsget to flush() & sync() downloaded files
    56    - change ds*ls utilties to always return the HTTP status code - 300 as the
  • trunk/DataStore/scripts/dsget

    r17739 r17770  
    33# Copyright (C) 2006-2008  Joshua Hoblitt
    44#
    5 # $Id: dsget,v 1.28 2008-05-19 21:24:15 jhoblitt Exp $
     5# $Id: dsget,v 1.29 2008-05-22 03:39:28 jhoblitt Exp $
    66
    77use strict;
     
    163163            or die "Nebulous can't delete key $filename";
    164164    }
     165    $neb->setxattr($filename, "user.copies", 2, "create")
     166        or die "Nebulous can't set xattr on key $filename";
    165167
    166168    my $fh = $neb->open_create( $filename, $volume )
Note: See TracChangeset for help on using the changeset viewer.