IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2009, 3:35:31 PM (17 years ago)
Author:
jhoblitt
Message:

add --mountpoint param to neb-voladd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm

    r24544 r24545  
    286286    },
    287287    new_volume          => qq{
    288         INSERT INTO volume (name, host, path, allocate, available, xattr)
    289         VALUES (?, ?, ?, TRUE, TRUE, FALSE)
     288        INSERT INTO volume (name, host, path, allocate, available, xattr, mountpoint)
     289        VALUES (?, ?, ?, TRUE, TRUE, FALSE, ?)
    290290    },
    291291    get_volume_by_name => qq{
Note: See TracChangeset for help on using the changeset viewer.