Print this page
4206 history_003_pos relies on exact size of history log and entries
4207 history_008_pos depends on obsolete internal history log message
4208 Typo in zfs_main.c: "posxiuser"
4209 Populate zfstest with the remainder of the STF tests
Reviewed by: Sonu Pillai <sonu.pillai@delphix.com>
Reviewed by: Will Guyette <will.guyette@delphix.com>
Reviewed by: Eric Diven <eric.diven@delphix.com>
Reviewed by: Christopher Siden <christopher.siden@delphix.com>
Approved by: Richard Lowe <richlowe@richlowe.net>

Split Close
Expand all
Collapse all
          --- old/usr/src/test/zfs-tests/tests/functional/reservation/reservation_009_pos.sh
          +++ new/usr/src/test/zfs-tests/tests/functional/reservation/reservation_009_pos.sh
↓ open down ↓ 43 lines elided ↑ open up ↑
  44   44  # 1) Create a filesystem as a dataset
  45   45  # 2) Create a filesystem at the same level
  46   46  # 3) Set a reservation on the dataset filesystem
  47   47  # 4) Fill up the filesystem
  48   48  # 5) Set the reservation on the dataset filesystem to 'none'
  49   49  # 6) Verify we can write more data to the first filesystem
  50   50  #
  51   51  
  52   52  verify_runnable "both"
  53   53  
  54      -log_assert "Setting top level dataset reservation to 'none' allows more data "
       54 +log_assert "Setting top level dataset reservation to 'none' allows more data" \
  55   55      "to be written to top level filesystem"
  56   56  
  57   57  function cleanup
  58   58  {
  59   59          log_must rm -rf $TESTDIR/$TESTFILE1
  60   60          log_must rm -rf $TESTDIR/$TESTFILE2
  61   61          log_must zfs destroy -f $TESTPOOL/$TESTFS1
  62   62  }
  63   63  
  64   64  log_onexit cleanup
↓ open down ↓ 36 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX