You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
irb(main):03:0> begin; LinuxAdmin::LogicalVolume.create("lv_pg", vg, (LinuxAdmin::Disk.local.first.size / 1.megabytes).to_i - 1.megabyte); rescue => err; puts err.result.inspect; end
#<CommandResult:0x00000004f123c8 @output="", @error=" Volume group name vg_data has invalid characters\n Run `lvcreate --help' for more information.\n", @exit_status=3>