saveFsMetadata: make it work with a layout

This commit is contained in:
Girish Ramakrishnan
2019-01-17 09:53:51 -08:00
parent 14439ccf77
commit ab35821b59
2 changed files with 23 additions and 13 deletions

View File

@@ -565,6 +565,7 @@ function clearVolume(app, name, callback) {
});
}
// this only removes the volume and not the data
function removeVolume(app, name, callback) {
assert.strictEqual(typeof app, 'object');
assert.strictEqual(typeof name, 'string');