Changeset 17535 for trunk/Nebulous-Server
- Timestamp:
- May 5, 2008, 4:49:21 PM (18 years ago)
- Location:
- trunk/Nebulous-Server
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
lib/Nebulous/Server.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Changes
r17453 r17535 2 2 3 3 0.08 Thu Apr 17 16:08:16 HST 2008 4 - allow Nebulous::Server::create_object() vol_name to be undef 4 5 - set permissions on storage instance directories 5 6 -
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r17453 r17535 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1. 59 2008-04-18 02:08:35jhoblitt Exp $3 # $Id: Server.pm,v 1.60 2008-05-06 02:49:21 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 148 148 }, 149 149 { 150 type => SCALAR ,150 type => SCALAR|UNDEF, 151 151 callbacks => { 152 152 # check that the volume requested is valid
Note:
See TracChangeset
for help on using the changeset viewer.
