We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93b62c commit d52e5cbCopy full SHA for d52e5cb
src/provision/mode_zfs.go
@@ -263,7 +263,7 @@ func (j *provisionModeZfs) GetDiskState() (*Disk, error) {
263
}
264
265
func (j *provisionModeZfs) getDataSize() (uint64, error) {
266
- out, err := j.runner.Run("sudo du -d0 -b /zfspool")
+ /*out, err := j.runner.Run("sudo du -d0 -b /zfspool")
267
if err != nil {
268
log.Err("GetDataSize:", err)
269
return 0, err
@@ -282,7 +282,8 @@ func (j *provisionModeZfs) getDataSize() (uint64, error) {
282
283
284
285
- return nbytes, nil
+ return nbytes, nil*/
286
+ return 0, nil
287
288
289
func (j *provisionModeZfs) RunPsql(session *Session, command string) (string, error) {
0 commit comments